/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_fabs.c | 28 GET_HIGH_WORD(high,x);
|
s_copysign.c | 29 GET_HIGH_WORD(hx,x); 30 GET_HIGH_WORD(hy,y);
|
s_finite.c | 27 GET_HIGH_WORD(hx,x);
|
s_logb.c | 40 GET_HIGH_WORD(ix,x);
|
s_modf.c | 48 GET_HIGH_WORD(high,x); 63 GET_HIGH_WORD(high,x); 71 GET_HIGH_WORD(high,x);
|
s_cos.c | 61 GET_HIGH_WORD(ix,x);
|
s_frexp.c | 44 GET_HIGH_WORD(hx,x);
|
s_sin.c | 61 GET_HIGH_WORD(ix,x);
|
s_tan.c | 60 GET_HIGH_WORD(ix,x);
|
e_hypotl.c | 32 #undef GET_HIGH_WORD 33 #define GET_HIGH_WORD(i, v) GET_LDBL_EXPSIGN(i, v) 54 GET_HIGH_WORD(ha,x); 56 GET_HIGH_WORD(hb,y); 120 GET_HIGH_WORD(high,t1);
|
e_hypot.c | 60 GET_HIGH_WORD(ha,x); 62 GET_HIGH_WORD(hb,y); 123 GET_HIGH_WORD(high,t1);
|
s_log1p.c | 107 GET_HIGH_WORD(hx,x); 130 GET_HIGH_WORD(hu,u); 136 GET_HIGH_WORD(hu,u);
|
e_cosh.c | 50 GET_HIGH_WORD(ix,x);
|
e_sinh.c | 47 GET_HIGH_WORD(jx,x);
|
s_asinh.c | 42 GET_HIGH_WORD(hx,x);
|
s_tanh.c | 51 GET_HIGH_WORD(jx,x);
|
e_rem_pio2.c | 62 GET_HIGH_WORD(hx,x); /* high word of x */ 144 GET_HIGH_WORD(high,y[0]); 152 GET_HIGH_WORD(high,y[0]);
|
e_log2.c | 56 GET_HIGH_WORD(hx,x);
|
e_remainder.c | 71 GET_HIGH_WORD(hx,x);
|
k_exp.c | 58 GET_HIGH_WORD(hx, exp_x);
|
s_cbrt.c | 73 GET_HIGH_WORD(high,t);
|
s_rint.c | 55 GET_HIGH_WORD(i0,t);
|
s_scalbn.c | 45 GET_HIGH_WORD(hx,x);
|
/bionic/libc/bionic/ |
ldexp.c | 62 #define GET_HIGH_WORD(i,d) \ 90 GET_HIGH_WORD(hx,x); 91 GET_HIGH_WORD(hy,y); 105 GET_HIGH_WORD(hx,x);
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
e_sqrt.h | 98 GET_HIGH_WORD(hx,x); 99 GET_HIGH_WORD(hy,y); 117 GET_HIGH_WORD(hx,x);
|