Searched refs:GET_LOW_WORD (Results 1 - 11 of 11) sorted by path

/bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
H A Dmathimpl.h59 GET_LOW_WORD(_lw, *_dp);
/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_acos.c73 GET_LOW_WORD(lx,x);
H A De_asin.c79 GET_LOW_WORD(lx,x);
H A De_exp.c119 GET_LOW_WORD(lx,x);
H A De_hypot.c74 GET_LOW_WORD(low,a);
76 GET_LOW_WORD(low,b);
88 GET_LOW_WORD(low,b);
H A De_lgamma_r.c178 GET_LOW_WORD(n,vz); /* bits for rounded y (units 0.25) */
H A De_rem_pio2.c173 GET_LOW_WORD(low,x);
H A Dmath_private.h116 #define GET_LOW_WORD(i,d) \ macro
H A Ds_atan.c83 GET_LOW_WORD(low,x);
H A Ds_exp2.c353 GET_LOW_WORD(lx,x);
369 GET_LOW_WORD(i0, t);
H A Ds_expm1.c148 GET_LOW_WORD(low,x);

Completed in 102 milliseconds