81 halF[2] = {0.5,-0.5,},
83 twom1000= 9.33263618503218878990e-302,
84 o_threshold= 7.09782712893383973096e+02,
85 u_threshold= -7.45133219101941108420e+02,
86 ln2HI[2] ={ 6.93147180369123816490e-01,
87 -6.93147180369123816490e-01,},
88 ln2LO[2] ={ 1.90821492927058770002e-10,
89 -1.90821492927058770002e-10,},
90 invln2 = 1.44269504088896338700e+00,
91 P1 = 1.66666666666666019037e-01,
92 P2 = -2.77777777770155933842e-03,
93 P3 = 6.61375632143793436117e-05,
94 P4 = -1.65339022054652515390e-06,
95 P5 = 4.13813679705723846039e-08;
110 if(hx >= 0x40862E42) {
114 if(((hx&0xfffff)|lx)!=0)
116 else return (xsb==0)? x:0.0;
118 if(x > o_threshold)
return huge*huge;
119 if(x < u_threshold)
return twom1000*twom1000;
123 if(hx > 0x3fd62e42) {
124 if(hx < 0x3FF0A2B2) {
125 hi = x-ln2HI[xsb]; lo=ln2LO[xsb]; k = 1-xsb-xsb;
127 k = invln2*x+halF[xsb];
134 else if(hx < 0x3e300000) {
135 if(huge+x>
one)
return one+x;
141 c = x - t*(
P1+t*(
P2+t*(
P3+t*(
P4+t*P5))));
142 if(k==0)
return one-((x*
c)/(
c-2.0)-x);
143 else y =
one-((lo-(x*
c)/(2.0-
c))-hi);
#define GET_HIGH_WORD(i, d)
#define SET_HIGH_WORD(d, v)
#define GET_LOW_WORD(i, d)