Home
last modified time | relevance | path

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

/netbsd/external/lgpl3/gmp/dist/tune/
H A Dtuneup.c177 mp_size_t sqr_toom8_threshold = SQR_TOOM8_THRESHOLD_LIMIT;
1721 sqr_toom8_threshold = SQR_TOOM8_THRESHOLD_LIMIT; in tune_sqr()
1723 param.max_size = SQR_TOOM8_THRESHOLD_LIMIT-1; in tune_sqr()
/netbsd/external/lgpl3/gmp/dist/
H A Dgmp-impl.h5092 #define SQR_TOOM8_THRESHOLD_LIMIT 1200 macro