Home
last modified time | relevance | path

Searched refs:multiply_threshold (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/mit/isl/dist/imath/
H A Dimath.c204 static mp_size multiply_threshold = 32; variable
208 multiply_threshold = thresh; in mp_int_multiply_threshold()
1888 if (multiply_threshold && size_a >= multiply_threshold && size_b > bot_size) { in s_kmul()
1972 if (multiply_threshold && size_a > multiply_threshold) { in s_ksqr()