Searched defs:mag (Results 1 – 4 of 4) sorted by relevance
371 int mag = Integer.SIZE - Integer.numberOfLeadingZeros(val); in toUnsignedString0() local
398 int mag = Long.SIZE - Long.numberOfLeadingZeros(val); in toUnsignedString0() local
209 int[] mag = getMagnitudeArray(); in toBigDecimal() local230 int[] mag = getMagnitudeArray(); in toCompactValue() local
151 final int[] mag; field in BigInteger