Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
Dcbigint.cpp37 #define CREATE_DOUBLE_BITS(normalizedM, e) (((normalizedM) & MANTISSA_MASK) | ((static_cast<uint64_… macro
451 CREATE_DOUBLE_BITS (mantissa, -highBit); in toDoubleHighPrecision()
458 CREATE_DOUBLE_BITS (mantissa, highBit); in toDoubleHighPrecision()
483 CREATE_DOUBLE_BITS (mantissa, length * 64 - highBit); in toDoubleHighPrecision()
507 CREATE_DOUBLE_BITS (mantissa, length * 64 + highBit); in toDoubleHighPrecision()