Home
last modified time | relevance | path

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

/netbsd/src/external/lgpl3/gmp/dist/tune/
Dtuneup.c167 mp_size_t mul_toom42_to_toom63_threshold = MP_SIZE_T_MAX; variable
1454 mul_toom42_to_toom63_threshold = thres / 2; in tune_mul()
1455 print_define ("MUL_TOOM42_TO_TOOM63_THRESHOLD", mul_toom42_to_toom63_threshold); in tune_mul()
/netbsd/src/external/lgpl3/gmp/dist/
Dgmp-impl.h4788 #define MUL_TOOM42_TO_TOOM63_THRESHOLD mul_toom42_to_toom63_threshold
4789 extern mp_size_t mul_toom42_to_toom63_threshold;