HomeSort by relevance Sort by last modified time
    Searched refs:GET_FLOAT_WORD (Results 1 - 25 of 49) sorted by null

1 2

  /bionic/libm/src/
s_fabsf.c 31 GET_FLOAT_WORD(ix,x);
s_finitef.c 31 GET_FLOAT_WORD(ix,x);
s_copysignf.c 33 GET_FLOAT_WORD(ix,x);
34 GET_FLOAT_WORD(iy,y);
s_logbf.c 30 GET_FLOAT_WORD(ix,x);
36 GET_FLOAT_WORD(ix,x);
s_modff.c 30 GET_FLOAT_WORD(i0,x);
41 GET_FLOAT_WORD(ix,x);
52 GET_FLOAT_WORD(ix,x);
s_frexpf.c 30 GET_FLOAT_WORD(hx,x);
36 GET_FLOAT_WORD(hx,x);
s_ilogbf.c 29 GET_FLOAT_WORD(hx,x);
e_log10f.c 37 GET_FLOAT_WORD(hx,x);
45 GET_FLOAT_WORD(hx,x);
s_nextafterf.c 29 GET_FLOAT_WORD(hx,x);
30 GET_FLOAT_WORD(hy,y);
s_rintf.c 35 GET_FLOAT_WORD(i0,x);
43 GET_FLOAT_WORD(i0,t);
s_scalbnf.c 35 GET_FLOAT_WORD(ix,x);
40 GET_FLOAT_WORD(ix,x);
s_exp2f.c 99 GET_FLOAT_WORD(hx,x);
118 GET_FLOAT_WORD(i0, t);
132 GET_FLOAT_WORD(hr, r);
137 GET_FLOAT_WORD(hr, r);
s_logb.c 39 GET_FLOAT_WORD(ix,x);
e_atan2f.c 37 GET_FLOAT_WORD(hx,x);
39 GET_FLOAT_WORD(hy,y);
89 GET_FLOAT_WORD(zh,z);
e_remainderf.c 33 GET_FLOAT_WORD(hx,x);
34 GET_FLOAT_WORD(hp,p);
62 GET_FLOAT_WORD(hx,x);
s_cbrtf.c 46 GET_FLOAT_WORD(hx,x);
57 GET_FLOAT_WORD(high,t);
68 GET_FLOAT_WORD(high,t);
e_expf.c 48 GET_FLOAT_WORD(hx,x);
86 GET_FLOAT_WORD(hy,y);
91 GET_FLOAT_WORD(hy,y);
e_powf.c 64 GET_FLOAT_WORD(hx,x);
65 GET_FLOAT_WORD(hy,y);
143 GET_FLOAT_WORD(is,t1);
151 {ax *= two24; n -= 24; GET_FLOAT_WORD(ix,ax); }
166 GET_FLOAT_WORD(is,s_h);
179 GET_FLOAT_WORD(is,t_h);
187 GET_FLOAT_WORD(is,p_h);
195 GET_FLOAT_WORD(is,t1);
201 GET_FLOAT_WORD(is,y);
206 GET_FLOAT_WORD(j,z)
    [all...]
e_acoshf.c 32 GET_FLOAT_WORD(hx,x);
s_ceilf.c 31 GET_FLOAT_WORD(i0,x);
s_floorf.c 39 GET_FLOAT_WORD(i0,x);
s_truncf.c 35 GET_FLOAT_WORD(i0,x);
s_log1pf.c 43 GET_FLOAT_WORD(hx,x);
66 GET_FLOAT_WORD(hu,u);
73 GET_FLOAT_WORD(hu,u);
s_remquof.c 35 GET_FLOAT_WORD(hx,x);
36 GET_FLOAT_WORD(hy,y);
116 GET_FLOAT_WORD(hx,x);
e_atanhf.c 32 GET_FLOAT_WORD(hx,x);

Completed in 99 milliseconds

1 2