Searched defs:mag (Results 1 – 5 of 5) sorted by relevance
312 int mag = Integer.SIZE - Integer.numberOfLeadingZeros(val); in toUnsignedString0() local
355 int mag = Long.SIZE - Long.numberOfLeadingZeros(val); in toUnsignedString0() local
204 int[] mag = getMagnitudeArray(); in toBigDecimal() local225 int[] mag = getMagnitudeArray(); in toCompactValue() local
2080 int mag = Math.abs(n); // magnitude of n in pow() local
147 final int[] mag; field in BigInteger