Searched refs:digitIndex (Results 1 – 1 of 1) sorted by relevance
1097 int digitIndex = iThis;1101 int digit = -temp.digits[digitIndex];1102 digitIndex++;1103 if (digitIndex == numberLength) {1110 digit = ~temp.digits[digitIndex];1111 digitIndex++;1112 if (digitIndex == numberLength) {1121 int digit = temp.digits[digitIndex];1122 digitIndex++;1123 if (digitIndex == numberLength) {[all …]