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

  /libcore/luni/src/main/native/
cbigint.cpp 109 #define FLOAT_NORMAL_MASK (0x00800000)
804 m = (m & FLOAT_MANTISSA_MASK) | FLOAT_NORMAL_MASK;
java_lang_StringToReal.cpp 548 #define FLOAT_NORMAL_MASK (0x00800000)
920 if (comparison < 0 && m == FLOAT_NORMAL_MASK)
941 if (comparison < 0 && m == FLOAT_NORMAL_MASK)

Completed in 242 milliseconds