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

/libcore/luni/src/main/native/
H A Dcbigint.cpp572 uint64_t mantissa, test64; local
628 test64 = arg[--length] << highBit;
629 if (test64 > SIGN_MASK || ((test64 == SIGN_MASK) && (mantissa & 1)))
631 else if (test64 == SIGN_MASK)

Completed in 33 milliseconds