Subversion Repositories HelenOS-historic

Rev

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

Rev 857 Rev 1031
Line 155... Line 155...
155
 
155
 
156
int __gtsf2(float a, float b);
156
int __gtsf2(float a, float b);
157
int __gtdf2(double a, double b);
157
int __gtdf2(double a, double b);
158
int __gttf2(long double a, long double b);
158
int __gttf2(long double a, long double b);
159
 
159
 
-
 
160
/* Not implemented yet*/
-
 
161
float __powisf2(float a, int b);
160
 
162
 
161
#endif
163
#endif
162
 
164