HomeSort by relevance Sort by last modified time
    Searched refs:FLOAT_TO_INTBITS (Results 1 - 2 of 2) sorted by null

  /dalvik/libcore/luni/src/main/native/
org_apache_harmony_luni_util_fltparse.c 81 #define FLOAT_TO_INTBITS(flt) (*((U_32 *)(&flt)))
94 ++FLOAT_TO_INTBITS(_x); \
98 FLOAT_TO_INTBITS(_x) += _decCount - _incCount; \
100 FLOAT_TO_INTBITS(_x) -= _incCount - _decCount; \
107 --FLOAT_TO_INTBITS(_x); \
111 FLOAT_TO_INTBITS(_x) += _decCount - _incCount; \
113 FLOAT_TO_INTBITS(_x) -= _incCount - _decCount; \
200 FLOAT_TO_INTBITS (result) = INFINITE_INTBITS;
253 FLOAT_TO_INTBITS (result) = MINIMUM_INTBITS;
255 FLOAT_TO_INTBITS (result) = INFINITE_INTBITS
    [all...]
cbigint.c 85 #define FLOAT_TO_INTBITS(flt) (*((U_32 *)(&flt)))
830 UDATA m = (UDATA) FLOAT_TO_INTBITS (z);
844 IDATA k = FLOAT_TO_INTBITS (z) >> 23;

Completed in 189 milliseconds