Searched refs:GET_FLOAT_WORD (Results 1 - 25 of 53) sorted by relevance

123

/freebsd-9.3-release/contrib/libstdc++/libmath/
H A Dsignbitf.c39 GET_FLOAT_WORD (hx, x);
/freebsd-9.3-release/lib/msun/src/
H A Ds_copysignf.c32 GET_FLOAT_WORD(ix,x);
33 GET_FLOAT_WORD(iy,y);
H A Ds_fabsf.c30 GET_FLOAT_WORD(ix,x);
H A Ds_finitef.c30 GET_FLOAT_WORD(ix,x);
H A Ds_logbf.c29 GET_FLOAT_WORD(ix,x);
35 GET_FLOAT_WORD(ix,x);
H A Ds_modff.c29 GET_FLOAT_WORD(i0,x);
40 GET_FLOAT_WORD(ix,x);
53 GET_FLOAT_WORD(ix,x);
H A Ds_frexpf.c29 GET_FLOAT_WORD(hx,x);
35 GET_FLOAT_WORD(hx,x);
H A Ds_cbrtf.c39 GET_FLOAT_WORD(hx,x);
50 GET_FLOAT_WORD(high,t);
H A Ds_nextafterf.c28 GET_FLOAT_WORD(hx,x);
29 GET_FLOAT_WORD(hy,y);
H A Ds_rintf.c36 GET_FLOAT_WORD(i0,x);
44 GET_FLOAT_WORD(i0,t);
H A Ds_scalbnf.c35 GET_FLOAT_WORD(ix,x);
40 GET_FLOAT_WORD(ix,x);
H A Ds_ilogbf.c28 GET_FLOAT_WORD(hx,x);
H A De_log10f.c38 GET_FLOAT_WORD(hx,x);
46 GET_FLOAT_WORD(hx,x);
57 GET_FLOAT_WORD(hx,x);
H A De_log2f.c36 GET_FLOAT_WORD(hx,x);
44 GET_FLOAT_WORD(hx,x);
54 GET_FLOAT_WORD(hx,x);
H A De_remainderf.c32 GET_FLOAT_WORD(hx,x);
33 GET_FLOAT_WORD(hp,p);
61 GET_FLOAT_WORD(hx,x);
H A Ds_cexpf.c53 GET_FLOAT_WORD(hy, y);
59 GET_FLOAT_WORD(hx, x);
82 GET_FLOAT_WORD(hx, exp_x);
H A De_powf.c63 GET_FLOAT_WORD(hx,x);
64 GET_FLOAT_WORD(hy,y);
145 GET_FLOAT_WORD(is,t1);
153 {ax *= two24; n -= 24; GET_FLOAT_WORD(ix,ax); }
168 GET_FLOAT_WORD(is,s_h);
181 GET_FLOAT_WORD(is,t_h);
189 GET_FLOAT_WORD(is,p_h);
197 GET_FLOAT_WORD(is,t1);
203 GET_FLOAT_WORD(is,y);
208 GET_FLOAT_WORD(
[all...]
H A De_acoshf.c31 GET_FLOAT_WORD(hx,x);
H A Ds_ceilf.c30 GET_FLOAT_WORD(i0,x);
H A Ds_floorf.c38 GET_FLOAT_WORD(i0,x);
H A Ds_truncf.c35 GET_FLOAT_WORD(i0,x);
H A De_atan2f.c38 GET_FLOAT_WORD(hx,x);
40 GET_FLOAT_WORD(hy,y);
H A Ds_log1pf.c44 GET_FLOAT_WORD(hx,x);
67 GET_FLOAT_WORD(hu,u);
74 GET_FLOAT_WORD(hu,u);
H A Ds_remquof.c35 GET_FLOAT_WORD(hx,x);
36 GET_FLOAT_WORD(hy,y);
117 GET_FLOAT_WORD(hx,x);
H A De_atanhf.c31 GET_FLOAT_WORD(hx,x);

Completed in 118 milliseconds

123