Home
last modified time | relevance | path

Searched refs:SET_HIGH_WORD (Results 1 – 4 of 4) sorted by relevance

/sysdeps/ieee754/dbl-64/
A Ds_expm1.c237 SET_HIGH_WORD (y, high + (k << 20)); /* add k to y's exponent */ in __expm1()
244 SET_HIGH_WORD (t, 0x3ff00000 - (0x200000 >> k)); /* t=1-2^-k */ in __expm1()
247 SET_HIGH_WORD (y, high + (k << 20)); /* add k to y's exponent */ in __expm1()
252 SET_HIGH_WORD (t, ((0x3ff - k) << 20)); /* 2^-k */ in __expm1()
256 SET_HIGH_WORD (y, high + (k << 20)); /* add k to y's exponent */ in __expm1()
A Ds_log1p.c159 SET_HIGH_WORD (u, hu | 0x3ff00000); /* normalize u */ in __log1p()
164 SET_HIGH_WORD (u, hu | 0x3fe00000); /* normalize u/2 */ in __log1p()
/sysdeps/generic/
A Dmath_private.h135 #ifndef SET_HIGH_WORD
136 #define SET_HIGH_WORD(d,v) \ macro
/sysdeps/ieee754/
A Dk_standard.c106 SET_HIGH_WORD(inf,0x7ff00000); /* set inf to infinite */ in __kernel_standard()

Completed in 5 milliseconds