Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
Dcbigint.cpp430 uint64_t mantissa, test64; in toDoubleHighPrecision() local
486 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()