Searched refs:pow10 (Results 1 – 1 of 1) sorted by relevance
143 int[] pow10 = {1, 10, 100, 1_000, 10_000, 100_000, 1_000_000, in getValidAppendices() local157 int curPosFactor = pow10[expLenDisp - curLenDisp]; in getValidAppendices()159 int nextPosFactor = pow10[expLenDisp - curLenDisp - 1]; in getValidAppendices()