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

12

/freebsd-13-stable/lib/msun/src/
H A Ds_copysign.c29 GET_HIGH_WORD(hx,x);
30 GET_HIGH_WORD(hy,y);
H A Ds_fabs.c27 GET_HIGH_WORD(high,x);
H A Ds_finite.c27 GET_HIGH_WORD(hx,x);
H A Ds_logb.c40 GET_HIGH_WORD(ix,x);
H A Ds_round.c43 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 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_sincos.c33 GET_HIGH_WORD(ix, 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 */
138 GET_HIGH_WORD(high,y[0]);
146 GET_HIGH_WORD(high,y[0]);
H A De_hypot.c60 GET_HIGH_WORD(ha,x);
62 GET_HIGH_WORD(hb,y);
H A De_log2.c56 GET_HIGH_WORD(hx,x);
H A De_remainder.c71 GET_HIGH_WORD(hx,x);
H A Dk_exp.c60 GET_HIGH_WORD(hx, exp_x);
H A Ds_cbrt.c74 GET_HIGH_WORD(high,t);
H A Ds_rint.c55 GET_HIGH_WORD(i0,t);
/freebsd-13-stable/lib/libc/gen/
H A Dmodf.c72 #define GET_HIGH_WORD(i,d) \ macro
107 GET_HIGH_WORD(high,x);
122 GET_HIGH_WORD(high,x);
130 GET_HIGH_WORD(high,x);

Completed in 283 milliseconds

12