Searched refs:other_i (Results 1 – 2 of 2) sorted by relevance
320 int other_i = step - this_i; in MultiplyStep() local324 for (; this_i >= 0 && other_i < other_size; --this_i, ++other_i) { in MultiplyStep()326 product *= other_words[other_i]; in MultiplyStep()