Searched defs:KARATSUBA_MUL_CUTOFF (Results 1 - 2 of 2) sorted by relevance

/external/dropbear/libtommath/
H A Dbncore.c27 int KARATSUBA_MUL_CUTOFF = 80, /* Min. number of digits before Karatsuba multiplication is used. */ variable
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c4947 if (MIN (a->used, b->used) >= KARATSUBA_MUL_CUTOFF) {
9500 int KARATSUBA_MUL_CUTOFF = 80, /* Min. number of digits before Karatsuba multiplication is used. */ variable

Completed in 87 milliseconds