Searched refs:test64 (Results 1 – 1 of 1) sorted by relevance
430 uint64_t mantissa, test64; in toDoubleHighPrecision() local486 test64 = arg[--length] << highBit; in toDoubleHighPrecision()487 if (test64 > SIGN_MASK || ((test64 == SIGN_MASK) && (mantissa & 1))) in toDoubleHighPrecision()489 else if (test64 == SIGN_MASK) in toDoubleHighPrecision()