Home
last modified time | relevance | path

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

/dragonfly/contrib/gmp/mpn/generic/
HDmullo_n.c35 #ifndef MULLO_DC_THRESHOLD
36 #define MULLO_DC_THRESHOLD 3*MUL_TOOM22_THRESHOLD macro
48 …((MULLO_DC_THRESHOLD == 0 ? MULLO_BASECASE_THRESHOLD : MULLO_DC_THRESHOLD) < MUL_TOOM22_THRESHOLD*…
50 …((MULLO_DC_THRESHOLD == 0 ? MULLO_BASECASE_THRESHOLD : MULLO_DC_THRESHOLD) < MUL_TOOM33_THRESHOLD*…
176 else if (BELOW_THRESHOLD (n1, MULLO_DC_THRESHOLD)) in mpn_dc_mullo_n()
185 else if (BELOW_THRESHOLD (n1, MULLO_DC_THRESHOLD)) in mpn_dc_mullo_n()
218 else if (BELOW_THRESHOLD (n, MULLO_DC_THRESHOLD)) in mpn_mullo_n()
/dragonfly/contrib/gmp/
HDgmp-impl.h4324 #undef MULLO_DC_THRESHOLD
4325 #define MULLO_DC_THRESHOLD mullo_dc_threshold macro