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

12

/openbsd-current/gnu/gcc/libstdc++-v3/libmath/
H A Dsignbit.c39 GET_HIGH_WORD (hx, x);
/openbsd-current/gnu/lib/libstdc++/libstdc++/libmath/
H A Dsignbit.c39 GET_HIGH_WORD (hx, x);
/openbsd-current/lib/libm/src/
H A Ds_copysign.c28 GET_HIGH_WORD(hx,x);
29 GET_HIGH_WORD(hy,y);
H A Ds_cbrt.c40 GET_HIGH_WORD(hx,x);
52 t*=x; GET_HIGH_WORD(high,t); SET_HIGH_WORD(t,high/3+B2);
64 GET_HIGH_WORD(high,t);
76 GET_HIGH_WORD(high,t);
H A Ds_tan.c55 GET_HIGH_WORD(ix,x);
H A De_exp.c107 GET_HIGH_WORD(hx,x);
148 GET_HIGH_WORD(hy,y);
153 GET_HIGH_WORD(hy,y);
H A Ds_ilogb.c30 GET_HIGH_WORD(hx,x);
H A Ds_cos.c56 GET_HIGH_WORD(ix,x);
H A Ds_sin.c56 GET_HIGH_WORD(ix,x);
H A De_hypot.c56 GET_HIGH_WORD(ha,x);
58 GET_HIGH_WORD(hb,y);
118 GET_HIGH_WORD(high,t1);
H A Ds_log1p.c103 GET_HIGH_WORD(hx,x);
126 GET_HIGH_WORD(hu,u);
132 GET_HIGH_WORD(hu,u);
H A De_log10.c74 GET_HIGH_WORD(hx,x);
H A Ds_asinh.c39 GET_HIGH_WORD(hx,x);
H A Ds_expm1.c135 GET_HIGH_WORD(hx,x);
198 GET_HIGH_WORD(high,y);
207 GET_HIGH_WORD(high,y);
214 GET_HIGH_WORD(high,y);
H A Ds_sincos.c28 GET_HIGH_WORD(ix, x);
H A De_rem_pio2.c61 GET_HIGH_WORD(hx,x); /* high word of x */
102 GET_HIGH_WORD(high,y[0]);
110 GET_HIGH_WORD(high,y[0]);
H A De_cosh.c49 GET_HIGH_WORD(ix,x);
H A De_remainder.c67 GET_HIGH_WORD(hx,x);
H A De_sinh.c46 GET_HIGH_WORD(jx,x);
H A Ds_lround.c54 GET_HIGH_WORD(i0, x);
H A Ds_rint.c53 GET_HIGH_WORD(i0,t);
H A De_atan2.c112 GET_HIGH_WORD(zh,z);
H A De_log2.c46 GET_HIGH_WORD(hx,x);
H A Ds_atan.c76 GET_HIGH_WORD(hx,x);
/openbsd-current/lib/libc/gen/
H A Dldexp.c62 #define GET_HIGH_WORD(i,d) \ macro
90 GET_HIGH_WORD(hx,x);
91 GET_HIGH_WORD(hy,y);
105 GET_HIGH_WORD(hx,x);

Completed in 164 milliseconds

12