Home | History | Annotate | Download | only in pre_gen

Lines Matching refs:KARATSUBA_SQR_CUTOFF

7295 if (a->used >= KARATSUBA_SQR_CUTOFF) {
9501 KARATSUBA_SQR_CUTOFF = 120, /* Min. number of digits before Karatsuba squaring is used. */