Searched refs:LONGLONG_TEN_POWERS_TABLE (Results 1 – 1 of 1) sorted by relevance
5710 private static final long[][] LONGLONG_TEN_POWERS_TABLE = { local5741 return (unsignedLongCompareEq(lo, LONGLONG_TEN_POWERS_TABLE[0][1])) ? 20 : 19; in precision()5746 return (idx >= LONGLONG_TEN_POWERS_TABLE.length || longLongCompareMagnitude(hi, lo, in precision()5747 … LONGLONG_TEN_POWERS_TABLE[idx][0], LONGLONG_TEN_POWERS_TABLE[idx][1])) ? r : r + 1; in precision()