Searched refs:product_length (Results 1 – 5 of 5) sorted by relevance
370 const int product_length = 2 * used_bigits_; in Square() local371 EnsureCapacity(product_length); in Square()411 for (int i = used_bigits_; i < product_length; ++i) { in Square()434 used_bigits_ = product_length; in Square()
356 const int product_length = 2 * used_bigits_; in Square() local357 EnsureCapacity(product_length); in Square()397 for (int i = used_bigits_; i < product_length; ++i) { in Square()420 used_bigits_ = product_length; in Square()
356 int product_length = 2 * used_digits_; in Square() local357 EnsureCapacity(product_length); in Square()397 for (int i = used_digits_; i < product_length; ++i) { in Square()420 used_digits_ = product_length; in Square()