Rev 874 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 874 | Rev 876 | ||
---|---|---|---|
Line 48... | Line 48... | ||
48 | float32 uint32_to_float32(__u32 i); |
48 | float32 uint32_to_float32(__u32 i); |
49 | float32 int32_to_float32(__s32 i); |
49 | float32 int32_to_float32(__s32 i); |
50 | 50 | ||
51 | float32 uint64_to_float32(__u64 i); |
51 | float32 uint64_to_float32(__u64 i); |
52 | float32 int64_to_float32(__s64 i); |
52 | float32 int64_to_float32(__s64 i); |
- | 53 | ||
- | 54 | float64 uint32_to_float64(__u32 i); |
|
- | 55 | float64 int32_to_float64(__s32 i); |
|
- | 56 | ||
- | 57 | float64 uint64_to_float64(__u64 i); |
|
- | 58 | float64 int64_to_float64(__s64 i); |
|
- | 59 | ||
53 | #endif |
60 | #endif |
54 | 61 |