/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_copysignf.c | 32 GET_FLOAT_WORD(ix,x); 33 GET_FLOAT_WORD(iy,y);
|
s_fabsf.c | 30 GET_FLOAT_WORD(ix,x);
|
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);
|
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);
|
e_atan2f.c | 38 GET_FLOAT_WORD(hx,x); 40 GET_FLOAT_WORD(hy,y);
|
s_cexpf.c | 48 GET_FLOAT_WORD(hy, y); 54 GET_FLOAT_WORD(hx, x);
|
s_log1pf.c | 45 GET_FLOAT_WORD(hx,x); 68 GET_FLOAT_WORD(hu,u); 75 GET_FLOAT_WORD(hu,u);
|
s_remquof.c | 35 GET_FLOAT_WORD(hx,x); 36 GET_FLOAT_WORD(hy,y); 117 GET_FLOAT_WORD(hx,x);
|
e_atanhf.c | 31 GET_FLOAT_WORD(hx,x);
|
/frameworks/rs/java/tests/MathErr/src/com/example/android/rs/matherr/ |
math_err.rs | 28 #define GET_FLOAT_WORD(i,d) \ 47 GET_FLOAT_WORD(ibits, v);
|