Searched refs:lowerMagnitude (Results 1 – 3 of 3) sorted by relevance
607 int lowerMagnitude = Math.max(scale, rOptPos); in toFractionLong() local609 lowerMagnitude = Math.min(lowerMagnitude, rReqPos); in toFractionLong()612 for (; magnitude >= lowerMagnitude && result <= 1e17; magnitude--) { in toFractionLong()
605 int lowerMagnitude = Math.max(scale, rOptPos); in toFractionLong() local607 lowerMagnitude = Math.min(lowerMagnitude, rReqPos); in toFractionLong()610 for (; magnitude >= lowerMagnitude && result <= 1e17; magnitude--) { in toFractionLong()
520 int32_t lowerMagnitude = std::max(scale, rOptPos); in toFractionLong() local522 lowerMagnitude = std::min(lowerMagnitude, rReqPos); in toFractionLong()524 for (; magnitude >= lowerMagnitude && result <= 1e18L; magnitude--) { in toFractionLong()