32 #ifdef POK_NEEDS_LIBMATH
36 #include "math_private.h"
47 D = -7.0530611277e-01,
63 if(hx>=0x7f800000)
return(x+x);
70 {SET_FLOAT_WORD(t,0x4b800000);
71 t*=x; GET_FLOAT_WORD(high,t); SET_FLOAT_WORD(t,high/3+B2);
74 SET_FLOAT_WORD(t,hx/3+B1);
83 GET_FLOAT_WORD(high,t);
84 SET_FLOAT_WORD(t,high|sign);