Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
Dcbigint.cpp40 #define EXPONENT_MASK (0x7FF0000000000000LL) macro
441 DOUBLE_TO_LONGBITS (result) = EXPONENT_MASK; in toDoubleHighPrecision()
636 if ((m & EXPONENT_MASK) != 0) in doubleMantissa()