Home | History | Annotate | Download | only in pre_gen

Lines Matching refs:KARATSUBA_MUL_CUTOFF

4947   if (MIN (a->used, b->used) >= KARATSUBA_MUL_CUTOFF) {
9500 int KARATSUBA_MUL_CUTOFF = 80, /* Min. number of digits before Karatsuba multiplication is used. */