Searched refs:upperMagnitude (Results 1 – 6 of 6) sorted by relevance
620 int upperMagnitude = exponent + scale + precision - 1; in toLong() local622 upperMagnitude = Math.min(upperMagnitude, 17); in toLong()624 for (int magnitude = upperMagnitude; magnitude >= 0; magnitude--) { in toLong()
618 int upperMagnitude = exponent + scale + precision - 1; in toLong() local620 upperMagnitude = Math.min(upperMagnitude, 17); in toLong()622 for (int magnitude = upperMagnitude; magnitude >= 0; magnitude--) { in toLong()
504 int32_t upperMagnitude = std::min(scale + precision, lOptPos) - 1; in toLong() local506 upperMagnitude = std::min(upperMagnitude, 17); in toLong()508 for (int32_t magnitude = upperMagnitude; magnitude >= 0; magnitude--) { in toLong()
548 int32_t upperMagnitude = exponent + scale + precision - 1; in toLong() local550 upperMagnitude = std::min(upperMagnitude, 17); in toLong()552 for (int32_t magnitude = upperMagnitude; magnitude >= 0; magnitude--) { in toLong()
557 int32_t upperMagnitude = exponent + scale + precision - 1; in toLong() local559 upperMagnitude = std::min(upperMagnitude, 17); in toLong()561 for (int32_t magnitude = upperMagnitude; magnitude >= 0; magnitude--) { in toLong()