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

  /bionic/libc/bionic/
ldexp.c 71 #define SET_HIGH_WORD(d,v) \
92 SET_HIGH_WORD(x,(hx&0x7fffffff)|(hy&0x80000000));
113 {SET_HIGH_WORD(x,(hx&0x800fffff)|(k<<20)); return x;}
120 SET_HIGH_WORD(x,(hx&0x800fffff)|(k<<20));
  /external/qemu/distrib/sdl-1.2.15/src/video/
math_private.h 113 #define SET_HIGH_WORD(d,v) \
  /bionic/libm/src/
math_private.h 109 #define SET_HIGH_WORD(d,v) \

Completed in 55 milliseconds