Searched refs:GET_HIGH_WORD (Results 1 - 25 of 41) sorted by relevance

12

/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_copysign.c29 GET_HIGH_WORD(hx,x);
30 GET_HIGH_WORD(hy,y);
H A Ds_finite.c27 GET_HIGH_WORD(hx,x);
H A Ds_logb.c40 GET_HIGH_WORD(ix,x);
H A Ds_round.c41 GET_HIGH_WORD(hx, x);
H A Ds_modf.c48 GET_HIGH_WORD(high,x);
63 GET_HIGH_WORD(high,x);
71 GET_HIGH_WORD(high,x);
H A Ds_cos.c61 GET_HIGH_WORD(ix,x);
H A Ds_frexp.c44 GET_HIGH_WORD(hx,x);
H A Ds_sin.c61 GET_HIGH_WORD(ix,x);
H A Ds_tan.c60 GET_HIGH_WORD(ix,x);
H A De_hypotl.c32 #undef GET_HIGH_WORD macro
33 #define GET_HIGH_WORD(i, v) GET_LDBL_EXPSIGN(i, v) macro
54 GET_HIGH_WORD(ha,x);
56 GET_HIGH_WORD(hb,y);
120 GET_HIGH_WORD(high,t1);
H A De_hypot.c60 GET_HIGH_WORD(ha,x);
62 GET_HIGH_WORD(hb,y);
123 GET_HIGH_WORD(high,t1);
H A Ds_log1p.c107 GET_HIGH_WORD(hx,x);
130 GET_HIGH_WORD(hu,u);
136 GET_HIGH_WORD(hu,u);
H A De_cosh.c52 GET_HIGH_WORD(ix,x);
H A De_sinh.c49 GET_HIGH_WORD(jx,x);
H A Ds_asinh.c42 GET_HIGH_WORD(hx,x);
H A Ds_tanh.c54 GET_HIGH_WORD(jx,x);
H A De_rem_pio2.c62 GET_HIGH_WORD(hx,x); /* high word of x */
144 GET_HIGH_WORD(high,y[0]);
152 GET_HIGH_WORD(high,y[0]);
H A De_log2.c56 GET_HIGH_WORD(hx,x);
H A De_remainder.c71 GET_HIGH_WORD(hx,x);
H A Dk_exp.c58 GET_HIGH_WORD(hx, exp_x);
H A Ds_cbrt.c73 GET_HIGH_WORD(high,t);
H A Ds_rint.c55 GET_HIGH_WORD(i0,t);
H A Ds_scalbn.c45 GET_HIGH_WORD(hx,x);
H A De_exp.c111 GET_HIGH_WORD(hx,x);
/bionic/libc/upstream-freebsd/lib/libc/gen/
H A Dldexp.c63 #define GET_HIGH_WORD(i,d) \ macro
91 GET_HIGH_WORD(hx,x);
92 GET_HIGH_WORD(hy,y);
106 GET_HIGH_WORD(hx,x);

Completed in 144 milliseconds

12