Searched refs:groupVal (Results 1 – 1 of 1) sorted by relevance
480 int groupVal = 0; in BigInteger() local483 groupVal = Integer.parseInt(group, radix); in BigInteger()484 if (groupVal < 0) in BigInteger()486 destructiveMulAdd(magnitude, superRadix, groupVal); in BigInteger()535 int groupVal = parseInt(val, cursor, cursor += digitsPerInt[10]); in BigInteger() local536 destructiveMulAdd(magnitude, intRadix[10], groupVal); in BigInteger()