HomeSort by relevance Sort by last modified time
    Searched defs:GET_HIGH_WORD (Results 1 - 8 of 8) 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) \
  /external/v8/src/base/
ieee754.cc 104 #define GET_HIGH_WORD(i, d) \
227 GET_HIGH_WORD(hx, x); /* high word of x */
271 GET_HIGH_WORD(high, y[0]);
279 GET_HIGH_WORD(high, y[0]);
372 GET_HIGH_WORD(ix, x);
740 GET_HIGH_WORD(ix, x);
815 GET_HIGH_WORD(hx, x); /* high word of x */
947 GET_HIGH_WORD(hx, x);
    [all...]

Completed in 654 milliseconds