HomeSort by relevance Sort by last modified time
    Searched defs:GET_HIGH_WORD (Results 1 - 7 of 7) 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) \
  /device/google/contexthub/lib/libm/
fdlibm.h 292 #define GET_HIGH_WORD(i,d) \
  /device/google/contexthub/firmware/external/freebsd/lib/msun/src/
math_private.h 111 #define GET_HIGH_WORD(i,d) \
  /ndk/sources/android/support/src/msun/
math_private.h 107 #define GET_HIGH_WORD(i,d) \

Completed in 392 milliseconds