Searched refs:product_length (Results 1 – 1 of 1) 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()