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

  /bionic/libc/bionic/
ldexp.c 62 #define GET_HIGH_WORD(i,d) \
90 GET_HIGH_WORD(hx,x);
91 GET_HIGH_WORD(hy,y);
105 GET_HIGH_WORD(hx,x);
  /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) \

Completed in 1325 milliseconds