Searched refs:CREATE_DOUBLE_BITS (Results 1 – 1 of 1) sorted by relevance
37 #define CREATE_DOUBLE_BITS(normalizedM, e) (((normalizedM) & MANTISSA_MASK) | ((static_cast<uint64_… macro451 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()