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

1 2 3 4

  /bionic/libm/upstream-freebsd/lib/msun/src/
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_round.c 41 GET_HIGH_WORD(hx, 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 52 GET_HIGH_WORD(ix,x);
e_sinh.c 49 GET_HIGH_WORD(jx,x);
s_asinh.c 42 GET_HIGH_WORD(hx,x);
  /device/linaro/bootloader/edk2/StdLib/LibC/Math/
s_copysign.c 31 GET_HIGH_WORD(hx,x);
32 GET_HIGH_WORD(hy,y);
s_fabs.c 29 GET_HIGH_WORD(high,x);
s_finite.c 30 GET_HIGH_WORD(hx,x);
s_tan.c 58 GET_HIGH_WORD(ix,x);
s_modf.c 49 GET_HIGH_WORD(high,x);
60 GET_HIGH_WORD(high,x);
68 GET_HIGH_WORD(high,x);
s_cos.c 59 GET_HIGH_WORD(ix,x);
s_frexp.c 44 GET_HIGH_WORD(hx,x);
s_sin.c 59 GET_HIGH_WORD(ix,x);
e_exp.c 117 GET_HIGH_WORD(hx,x);
158 GET_HIGH_WORD(hy,y);
163 GET_HIGH_WORD(hy,y);
  /bionic/libc/upstream-freebsd/lib/libc/gen/
ldexp.c 63 #define GET_HIGH_WORD(i,d) \
91 GET_HIGH_WORD(hx,x);
92 GET_HIGH_WORD(hy,y);
106 GET_HIGH_WORD(hx,x);

Completed in 1399 milliseconds

1 2 3 4