Searched refs:digitA (Results 1 – 2 of 2) sorted by relevance
269 let digitA = low + (mid * 6777216) + (high * 6710656); variable275 if (digitA >= base) {276 digitB += Math.floor(digitA / base);277 digitA %= base;291 decimalFrom1e7WithLeadingZeros(digitA);
534 var digitA = low + (mid * 6777216) + (high * 6710656);540 if (digitA >= base) {541 digitB += Math.floor(digitA / base);542 digitA %= base;563 decimalFrom1e7(digitA, /*needLeadingZeros=*/ 1);