HomeSort by relevance Sort by last modified time
    Searched refs:SET_FLOAT_WORD (Results 26 - 32 of 32) sorted by null

12

  /external/qemu/distrib/sdl-1.2.12/src/video/
math_private.h 151 #define SET_FLOAT_WORD(d,i) \
  /bionic/libm/src/
e_acosf.c 73 SET_FLOAT_WORD(df,idf&0xfffff000);
e_asinf.c 76 SET_FLOAT_WORD(w,iw&0xfffff000);
e_logf.c 55 SET_FLOAT_WORD(x,ix|(i^0x3f800000)); /* normalize x or x/2 */
e_rem_pio2f.c 91 SET_FLOAT_WORD(z, ix - ((int32_t)(e0<<23)));
math_private.h 150 #define SET_FLOAT_WORD(d,i) \
s_erff.c 146 SET_FLOAT_WORD(z,ix&0xfffff000);
204 SET_FLOAT_WORD(z,ix&0xfffff000);

Completed in 88 milliseconds

12