Searched defs:hu (Results 1 - 1 of 1) sorted by relevance

/external/fdlibm/
H A Ds_log1p.c107 int k,hx,hu,ax; local
126 k=0;f=x;hu=1;} /* -0.2929<x<0.41422 */
132 hu = __HI(u); /* high word of u */
133 k = (hu>>20)-1023;
138 hu = __HI(u); /* high word of u */
139 k = (hu>>20)-1023;
142 hu &= 0x000fffff;
143 if(hu<0x6a09e) {
144 __HI(u) = hu|0x3ff00000; /* normalize u */
147 __HI(u) = hu|
[all...]

Completed in 75 milliseconds