Home
last modified time | relevance | path

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

/netbsd/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-toom8-sqr.c3 …D,MAX(SQR_TOOM4_THRESHOLD,MAX(SQR_TOOM6_THRESHOLD,MAX(SQR_TOOM8_THRESHOLD,MPN_TOOM8_SQR_MINSIZE))))
/netbsd/external/lgpl3/gmp/dist/tune/
H A Dtuneup.c1722 param.min_size = MAX (next_toom_start, MPN_TOOM8_SQR_MINSIZE); in tune_sqr()
H A Dspeed.h1609 MPN_TOOM8_SQR_MINSIZE)
/netbsd/external/lgpl3/gmp/dist/
H A Dgmp-impl.h1389 #define MPN_TOOM8_SQR_MINSIZE 86 macro