Home
last modified time | relevance | path

Searched refs:SET_LOW_WORD (Results 1 – 10 of 10) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
Dmathimpl.h60 SET_LOW_WORD(*_dp, _lw & 0xf8000000); in _b_trunc()
/bionic/libm/upstream-freebsd/lib/msun/src/
De_pow.c204 SET_LOW_WORD(t1,0); in __ieee754_pow()
226 SET_LOW_WORD(s_h,0); in __ieee754_pow()
238 SET_LOW_WORD(t_h,0); in __ieee754_pow()
245 SET_LOW_WORD(p_h,0); in __ieee754_pow()
252 SET_LOW_WORD(t1,0); in __ieee754_pow()
258 SET_LOW_WORD(y1,0); in __ieee754_pow()
292 SET_LOW_WORD(t,0); in __ieee754_pow()
Dk_tan.c125 SET_LOW_WORD(z,0); in __kernel_tan()
128 SET_LOW_WORD(t,0); in __kernel_tan()
Ds_fmaf.c67 SET_LOW_WORD(adjusted_result, lr + 1); in fmaf()
De_log2.c102 SET_LOW_WORD(hi,0); in __ieee754_log2()
De_log10.c73 SET_LOW_WORD(hi,0); in __ieee754_log10()
De_asin.c105 SET_LOW_WORD(w,0); in __ieee754_asin()
De_acos.c99 SET_LOW_WORD(df,0); in __ieee754_acos()
Ds_erf.c240 SET_LOW_WORD(z,0); in erf()
299 SET_LOW_WORD(z,0); in erfc()
Dmath_private.h153 #define SET_LOW_WORD(d,v) \ macro