HomeSort by relevance Sort by last modified time
    Searched defs:GET_HIGH_WORD (Results 1 - 6 of 6) sorted by null

  /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);
  /ndk/sources/android/support/src/musl-math/
libm.h 73 #define GET_HIGH_WORD(hi,d) \
  /bionic/libm/upstream-freebsd/lib/msun/src/
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);
math_private.h 107 #define GET_HIGH_WORD(i,d) \
  /external/qemu/distrib/sdl-1.2.15/src/video/
math_private.h 85 #define GET_HIGH_WORD(i,d) \
  /ndk/sources/android/support/src/msun/
math_private.h 107 #define GET_HIGH_WORD(i,d) \

Completed in 631 milliseconds