Searched refs:tenPows (Results 1 – 1 of 1) sorted by relevance
40 static final int[] tenPows = { field in Multiplication106 return ((exp < tenPows.length) in multiplyByTenPow()107 ? multiplyByPositiveInt(val, tenPows[(int)exp]) in multiplyByTenPow()