Subversion Repositories HelenOS-historic

Rev

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

Rev 731 Rev 828
Line 28... Line 28...
28
 
28
 
29
#ifndef __DIV_H__
29
#ifndef __DIV_H__
30
#define __DIV_H__
30
#define __DIV_H__
31
 
31
 
32
float32 divFloat32(float32 a, float32 b);
32
float32 divFloat32(float32 a, float32 b);
-
 
33
float64 divFloat64(float64 a, float64 b);
33
 
34
 
-
 
35
__u64 divFloat64estim(__u64 a, __u64 b);
34
#endif
36
#endif
35
 
37