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

1 2 3 4

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_copysignf.c 32 GET_FLOAT_WORD(ix,x);
33 GET_FLOAT_WORD(iy,y);
s_finitef.c 30 GET_FLOAT_WORD(ix,x);
s_logbf.c 29 GET_FLOAT_WORD(ix,x);
35 GET_FLOAT_WORD(ix,x);
s_modff.c 29 GET_FLOAT_WORD(i0,x);
40 GET_FLOAT_WORD(ix,x);
53 GET_FLOAT_WORD(ix,x);
s_frexpf.c 29 GET_FLOAT_WORD(hx,x);
35 GET_FLOAT_WORD(hx,x);
s_cbrtf.c 39 GET_FLOAT_WORD(hx,x);
50 GET_FLOAT_WORD(high,t);
s_nextafterf.c 28 GET_FLOAT_WORD(hx,x);
29 GET_FLOAT_WORD(hy,y);
s_rintf.c 36 GET_FLOAT_WORD(i0,x);
44 GET_FLOAT_WORD(i0,t);
s_scalbnf.c 35 GET_FLOAT_WORD(ix,x);
40 GET_FLOAT_WORD(ix,x);
s_ilogbf.c 28 GET_FLOAT_WORD(hx,x);
s_roundf.c 39 GET_FLOAT_WORD(hx, x);
e_log10f.c 39 GET_FLOAT_WORD(hx,x);
47 GET_FLOAT_WORD(hx,x);
67 GET_FLOAT_WORD(hx,hi);
e_log2f.c 37 GET_FLOAT_WORD(hx,x);
45 GET_FLOAT_WORD(hx,x);
78 GET_FLOAT_WORD(hx,hi);
e_remainderf.c 32 GET_FLOAT_WORD(hx,x);
33 GET_FLOAT_WORD(hp,p);
61 GET_FLOAT_WORD(hx,x);
e_powf.c 63 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(j,z)
    [all...]
e_acoshf.c 31 GET_FLOAT_WORD(hx,x);
s_ceilf.c 30 GET_FLOAT_WORD(i0,x);
s_floorf.c 38 GET_FLOAT_WORD(i0,x);
s_truncf.c 35 GET_FLOAT_WORD(i0,x);
  /device/google/contexthub/firmware/lib/libm/
sf_fpclassify.c 14 GET_FLOAT_WORD(w,x);
ef_atan2.c 41 GET_FLOAT_WORD(hx,x);
43 GET_FLOAT_WORD(hy,y);
93 GET_FLOAT_WORD(zh,z);
ef_exp.c 53 GET_FLOAT_WORD(sx,x);
90 GET_FLOAT_WORD(hy,y);
95 GET_FLOAT_WORD(hy,y);
ef_pow.c 71 GET_FLOAT_WORD(hx,x);
72 GET_FLOAT_WORD(hy,y);
147 GET_FLOAT_WORD(is,t1);
155 {ax *= two24; n -= 24; GET_FLOAT_WORD(ix,ax); }
170 GET_FLOAT_WORD(is,s_h);
182 GET_FLOAT_WORD(is,t_h);
190 GET_FLOAT_WORD(is,p_h);
198 GET_FLOAT_WORD(is,t1);
208 GET_FLOAT_WORD(is,y);
213 GET_FLOAT_WORD(j,z)
    [all...]
  /prebuilts/ndk/r11/sources/android/support/src/msun/
e_log2f.c 37 GET_FLOAT_WORD(hx,x);
45 GET_FLOAT_WORD(hx,x);
78 GET_FLOAT_WORD(hx,hi);
  /prebuilts/ndk/r13/sources/android/support/src/msun/
e_log2f.c 37 GET_FLOAT_WORD(hx,x);
45 GET_FLOAT_WORD(hx,x);
78 GET_FLOAT_WORD(hx,hi);

Completed in 333 milliseconds

1 2 3 4