Home
last modified time | relevance | path

Searched refs:GET_LOW_WORD (Results 1 – 11 of 11) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
Dmathimpl.h59 GET_LOW_WORD(_lw, *_dp); in _b_trunc()
/bionic/libm/upstream-freebsd/lib/msun/src/
De_hypot.c74 GET_LOW_WORD(low,a); in __ieee754_hypot()
76 GET_LOW_WORD(low,b); in __ieee754_hypot()
88 GET_LOW_WORD(low,b); in __ieee754_hypot()
Ds_exp2.c353 GET_LOW_WORD(lx,x); in exp2()
369 GET_LOW_WORD(i0, t); in exp2()
Ds_atan.c83 GET_LOW_WORD(low,x); in atan()
De_exp.c119 GET_LOW_WORD(lx,x); in __ieee754_exp()
De_asin.c79 GET_LOW_WORD(lx,x); in __ieee754_asin()
De_acos.c73 GET_LOW_WORD(lx,x); in __ieee754_acos()
Ds_expm1.c148 GET_LOW_WORD(low,x); in expm1()
De_rem_pio2.c173 GET_LOW_WORD(low,x); in __ieee754_rem_pio2()
De_lgamma_r.c184 GET_LOW_WORD(n,z); in sin_pi()
Dmath_private.h116 #define GET_LOW_WORD(i,d) \ macro