Searched refs:FLOAT_TO_INTBITS (Results 1 - 2 of 2) sorted by relevance

/dalvik/libcore/luni/src/main/native/
H A Dorg_apache_harmony_luni_util_fltparse.c81 #define FLOAT_TO_INTBITS(flt) (*((U_32 *)(&flt))) macro
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 (resul
[all...]
H A Dcbigint.c85 #define FLOAT_TO_INTBITS(flt) (*((U_32 *)(&flt))) macro
830 UDATA m = (UDATA) FLOAT_TO_INTBITS (z);
844 IDATA k = FLOAT_TO_INTBITS (z) >> 23;

Completed in 58 milliseconds