Searched refs:KARATSUBA_MUL_CUTOFF (Results 1 – 8 of 8) sorted by relevance
71 KARATSUBA_MUL_CUTOFF = size; in time_mult()73 KARATSUBA_MUL_CUTOFF = 100000; in time_mult()
27 int KARATSUBA_MUL_CUTOFF = 80, /* Min. number of digits before Karatsuba multiplication is… variable
32 if (MIN (a->used, b->used) >= KARATSUBA_MUL_CUTOFF) { in mp_mul()
158 extern int KARATSUBA_MUL_CUTOFF,
153 old_kara_m = KARATSUBA_MUL_CUTOFF; in main()158 KARATSUBA_MUL_CUTOFF = (ix == 0) ? 9999 : old_kara_m; in main()
392 KARATSUBA_SQR_CUTOFF = KARATSUBA_MUL_CUTOFF = 8; in main()
4947 if (MIN (a->used, b->used) >= KARATSUBA_MUL_CUTOFF) { in mp_mul()9500 int KARATSUBA_MUL_CUTOFF = 80, /* Min. number of digits before Karatsuba multiplication is… variable
506 if (MIN (a->used, b->used) >= KARATSUBA_MUL_CUTOFF) { in mp_mul()