29 #ifdef POK_NEEDS_LIBMATH
33 #include "math_private.h"
43 C = 5.42857142857142815906e-01,
44 D = -7.05306122448979611050e-01,
45 E = 1.41428571428571436819e+00,
46 F = 1.60714285714285720630e+00,
47 G = 3.57142857142857150787e-01;
60 if(hx>=0x7ff00000)
return(x+x);
68 {SET_HIGH_WORD(t,0x43500000);
69 t*=x; GET_HIGH_WORD(high,t); SET_HIGH_WORD(t,high/3+B2);
72 SET_HIGH_WORD(t,hx/3+B1);
81 GET_HIGH_WORD(high,t);
82 INSERT_WORDS(t,high+0x00000001,0);
93 GET_HIGH_WORD(high,t);
94 SET_HIGH_WORD(t,high|sign);