Rev 857 | Rev 874 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 857 | Rev 865 | ||
|---|---|---|---|
| Line 39... | Line 39... | ||
| 39 | 39 | ||
| 40 | #define float32_to_uint(X) float32_to_uint32(X); |
40 | #define float32_to_uint(X) float32_to_uint32(X); |
| 41 | #define float32_to_ulong(X) float32_to_uint32(X); |
41 | #define float32_to_ulong(X) float32_to_uint32(X); |
| 42 | #define float32_to_ulonglong(X) float32_to_uint64(X); |
42 | #define float32_to_ulonglong(X) float32_to_uint64(X); |
| 43 | 43 | ||
| - | 44 | #define float64_to_uint(X) float64_to_uint32(X); |
|
| - | 45 | #define float64_to_ulong(X) float64_to_uint32(X); |
|
| - | 46 | #define float64_to_ulonglong(X) float64_to_uint64(X); |
|
| - | 47 | ||
| 44 | #endif |
48 | #endif |