Home
last modified time | relevance | path

Searched refs:FLOAT_NORMAL_MASK (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/native/
Djava_lang_StringToReal.cpp482 #define FLOAT_NORMAL_MASK (0x00800000) macro
807 if (comparison < 0 && m == FLOAT_NORMAL_MASK in floatAlgorithm()
808 && FLOAT_TO_INTBITS(z) != FLOAT_NORMAL_MASK) in floatAlgorithm()
829 if (comparison < 0 && m == FLOAT_NORMAL_MASK) in floatAlgorithm()
Dcbigint.cpp48 #define FLOAT_NORMAL_MASK (0x00800000) macro
662 m = (m & FLOAT_MANTISSA_MASK) | FLOAT_NORMAL_MASK; in floatMantissa()