Subversion Repositories HelenOS-historic

Rev

Rev 829 | Rev 875 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 829 Rev 874
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 countZeroes32(__u32 i);
-
 
37
int countZeroes8(__u8 i);
-
 
38
 
-
 
39
void roundFloat32(__s32 *exp, __u32 *fraction);
-
 
40
void roundFloat64(__s32 *exp, __u64 *fraction);
-
 
41
 
36
#endif
42
#endif