Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/isl/imath/
Dimath.c219 mp_size multiply_threshold = MP_MULT_THRESH; variable
221 STATIC const mp_size multiply_threshold = MP_MULT_THRESH; variable
2190 if (multiply_threshold && in s_kmul()
2191 size_a >= multiply_threshold && in s_kmul()
2282 if (multiply_threshold && size_a > multiply_threshold) { in s_ksqr()