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

1 2

  /bionic/libm/src/
s_fabs.c 28 GET_HIGH_WORD(high,x);
s_finite.c 28 GET_HIGH_WORD(hx,x);
s_copysign.c 30 GET_HIGH_WORD(hx,x);
31 GET_HIGH_WORD(hy,y);
s_tan.c 57 GET_HIGH_WORD(ix,x);
s_cbrt.c 44 GET_HIGH_WORD(hx,x);
70 GET_HIGH_WORD(high,t);
81 GET_HIGH_WORD(high,t);
s_modf.c 48 GET_HIGH_WORD(high,x);
59 GET_HIGH_WORD(high,x);
67 GET_HIGH_WORD(high,x);
e_exp.c 109 GET_HIGH_WORD(hx,x);
150 GET_HIGH_WORD(hy,y);
155 GET_HIGH_WORD(hy,y);
s_cos.c 58 GET_HIGH_WORD(ix,x);
s_frexp.c 46 GET_HIGH_WORD(hx,x);
s_sin.c 58 GET_HIGH_WORD(ix,x);
e_hypot.c 59 GET_HIGH_WORD(ha,x);
61 GET_HIGH_WORD(hb,y);
121 GET_HIGH_WORD(high,t1);
s_log1p.c 105 GET_HIGH_WORD(hx,x);
128 GET_HIGH_WORD(hu,u);
134 GET_HIGH_WORD(hu,u);
e_cosh.c 52 GET_HIGH_WORD(ix,x);
e_log10.c 77 GET_HIGH_WORD(hx,x);
e_sinh.c 49 GET_HIGH_WORD(jx,x);
s_asinh.c 41 GET_HIGH_WORD(hx,x);
s_expm1.c 137 GET_HIGH_WORD(hx,x);
199 GET_HIGH_WORD(high,y);
208 GET_HIGH_WORD(high,y);
215 GET_HIGH_WORD(high,y);
s_tanh.c 53 GET_HIGH_WORD(jx,x);
e_remainder.c 70 GET_HIGH_WORD(hx,x);
s_rint.c 54 GET_HIGH_WORD(i0,t);
s_scalbn.c 45 GET_HIGH_WORD(hx,x);
e_atan2.c 116 GET_HIGH_WORD(zh,z);
k_tan.c 84 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.12/src/video/
e_sqrt.h 98 GET_HIGH_WORD(hx,x);
99 GET_HIGH_WORD(hy,y);
117 GET_HIGH_WORD(hx,x);

Completed in 297 milliseconds

1 2