Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/External/isl/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()
H A DChangeLog214 Defined default_precision and multiply_threshold to be constant