Searched refs:upperMagnitude (Results 1 – 4 of 4) 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()
545 int32_t upperMagnitude = exponent + scale + precision - 1; in toLong() local547 upperMagnitude = std::min(upperMagnitude, 17); in toLong()549 for (int32_t magnitude = upperMagnitude; magnitude >= 0; magnitude--) { in toLong()
META-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...