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.cpp548 #define FLOAT_NORMAL_MASK (0x00800000) macro
920 if (comparison < 0 && m == FLOAT_NORMAL_MASK) in floatAlgorithm()
941 if (comparison < 0 && m == FLOAT_NORMAL_MASK) in floatAlgorithm()
Dcbigint.cpp109 #define FLOAT_NORMAL_MASK (0x00800000) macro
804 m = (m & FLOAT_MANTISSA_MASK) | FLOAT_NORMAL_MASK; in floatMantissa()