Searched refs:this_i (Results 1 – 2 of 2) sorted by relevance
319 int this_i = std::min(original_size - 1, step); in MultiplyStep() local320 int other_i = step - this_i; in MultiplyStep()324 for (; this_i >= 0 && other_i < other_size; --this_i, ++other_i) { in MultiplyStep()325 uint64_t product = words_[this_i]; in MultiplyStep()