Rev 874 | Rev 1031 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 874 | Rev 875 | ||
|---|---|---|---|
| Line 31... | Line 31... | ||
| 31 | 31 | ||
| 32 | #include<sftypes.h> |
32 | #include<sftypes.h> |
| 33 | 33 | ||
| 34 | float64 finishFloat64(__s32 cexp, __u64 cfrac, char sign); |
34 | float64 finishFloat64(__s32 cexp, __u64 cfrac, char sign); |
| 35 | 35 | ||
| - | 36 | int countZeroes64(__u64 i); |
|
| 36 | int countZeroes32(__u32 i); |
37 | int countZeroes32(__u32 i); |
| 37 | int countZeroes8(__u8 i); |
38 | int countZeroes8(__u8 i); |
| 38 | 39 | ||
| 39 | void roundFloat32(__s32 *exp, __u32 *fraction); |
40 | void roundFloat32(__s32 *exp, __u32 *fraction); |
| 40 | void roundFloat64(__s32 *exp, __u64 *fraction); |
41 | void roundFloat64(__s32 *exp, __u64 *fraction); |