Searched refs:digitIndex (Results 1 – 1 of 1) sorted by relevance
1099 int digitIndex = iThis;1103 int digit = -temp.digits[digitIndex];1104 digitIndex++;1105 if (digitIndex == numberLength) {1112 digit = ~temp.digits[digitIndex];1113 digitIndex++;1114 if (digitIndex == numberLength) {1123 int digit = temp.digits[digitIndex];1124 digitIndex++;1125 if (digitIndex == numberLength) {[all …]