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

  /bionic/libc/upstream-freebsd/lib/libc/gen/
ldexp.c 72 #define SET_HIGH_WORD(d,v) \
93 SET_HIGH_WORD(x,(hx&0x7fffffff)|(hy&0x80000000));
114 {SET_HIGH_WORD(x,(hx&0x800fffff)|(k<<20)); return x;}
121 SET_HIGH_WORD(x,(hx&0x800fffff)|(k<<20));
  /ndk/sources/android/support/src/musl-math/
libm.h 97 #define SET_HIGH_WORD(d,hi) \
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_hypotl.c 34 #undef SET_HIGH_WORD
35 #define SET_HIGH_WORD(v, i) SET_LDBL_EXPSIGN(v, i)
77 SET_HIGH_WORD(a,ha);
78 SET_HIGH_WORD(b,hb);
86 SET_HIGH_WORD(t1,ESW(MAX_EXP-2)); /* t1=2^(MAX_EXP-2) */
94 SET_HIGH_WORD(a,ha);
95 SET_HIGH_WORD(b,hb);
121 SET_HIGH_WORD(t1,high+DESW(k));
math_private.h 143 #define SET_HIGH_WORD(d,v) \
  /device/google/contexthub/lib/libm/
fdlibm.h 320 #define SET_HIGH_WORD(d,v) \
  /device/google/contexthub/firmware/external/freebsd/lib/msun/src/
math_private.h 147 #define SET_HIGH_WORD(d,v) \
  /ndk/sources/android/support/src/msun/
math_private.h 143 #define SET_HIGH_WORD(d,v) \

Completed in 965 milliseconds