Home
last modified time | relevance | path

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

/bionic/libm/bsdsrc/
Dmathimpl.h59 GET_LOW_WORD(_lw, *_dp); in _b_trunc()
/bionic/libm/src/
De_hypot.c72 GET_LOW_WORD(low,a); in __ieee754_hypot()
74 GET_LOW_WORD(low,b); in __ieee754_hypot()
86 GET_LOW_WORD(low,b); in __ieee754_hypot()
Ds_exp2.c349 GET_LOW_WORD(lx,x); in exp2()
365 GET_LOW_WORD(i0, t); in exp2()
De_sinh.c70 GET_LOW_WORD(lx,x); in __ieee754_sinh()
De_cosh.c76 GET_LOW_WORD(lx,x); in __ieee754_cosh()
Ds_cbrt.c48 GET_LOW_WORD(low,x); in cbrt()
Ds_atan.c82 GET_LOW_WORD(low,x); in atan()
De_exp.c117 GET_LOW_WORD(lx,x); in __ieee754_exp()
De_asin.c79 GET_LOW_WORD(lx,x); in __ieee754_asin()
De_acos.c70 GET_LOW_WORD(lx,x); in __ieee754_acos()
Ds_expm1.c147 GET_LOW_WORD(low,x); in expm1()
De_rem_pio2.c154 GET_LOW_WORD(low,x); in __ieee754_rem_pio2()
Dmath_private.h90 #define GET_LOW_WORD(i,d) \ macro
De_lgamma_r.c184 GET_LOW_WORD(n,z); in sin_pi()