Lines Matching refs:Qi
323 ScratchDigits Qi(qi_len);
328 DivideBarrett(Qi, Ri, Z, B, I, scratch);
333 for (int j = 0; j < to_copy; j++) target[j] = Qi[j];
336 for (int j = to_copy; j < Qi.len(); j++) {
337 DCHECK(Qi[j] == 0);
347 // (8a): Compute Qi, Ri such that Zi = B*Qi + Ri.
348 DivideBarrett(Qi, Ri, Z, B, I, scratch);
349 DCHECK(Qi[qi_len - 1] == 0);
352 PutAt(Q + n * i, Qi, n);