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/src/
De_pow.c208 SET_LOW_WORD(t1,0); in __ieee754_pow()
230 SET_LOW_WORD(s_h,0); in __ieee754_pow()
242 SET_LOW_WORD(t_h,0); in __ieee754_pow()
249 SET_LOW_WORD(p_h,0); in __ieee754_pow()
256 SET_LOW_WORD(t1,0); in __ieee754_pow()
262 SET_LOW_WORD(y1,0); in __ieee754_pow()
296 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.c69 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.h194 #define SET_LOW_WORD(d,v) \ macro
/bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
Dmathimpl.h62 SET_LOW_WORD(*_dp, _lw & 0xf8000000); in _b_trunc()