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

/openjdk7/jdk/src/share/native/java/lang/fdlibm/src/
H A Ds_log1p.c120 int k,hx,hu=0,ax; local
145 k=0;f=x;hu=1;} /* -0.2929<x<0.41422 */
151 hu = __HI(u); /* high word of u */
152 k = (hu>>20)-1023;
157 hu = __HI(u); /* high word of u */
158 k = (hu>>20)-1023;
161 hu &= 0x000fffff;
162 if(hu<0x6a09e) {
163 __HI(u) = hu|0x3ff00000; /* normalize u */
166 __HI(u) = hu|
[all...]

Completed in 54 milliseconds