Home
last modified time | relevance | path

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

/netbsd/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-toom6-sqr.c3 …AN MAX(SQR_TOOM3_THRESHOLD,MAX(SQR_TOOM4_THRESHOLD,MAX(SQR_TOOM6_THRESHOLD,MPN_TOOM6_SQR_MINSIZE)))
/netbsd/external/lgpl3/gmp/dist/tune/
H A Dtuneup.c1705 param.min_size = MAX (next_toom_start, MPN_TOOM6_SQR_MINSIZE); in tune_sqr()
H A Dspeed.h1604 MPN_TOOM6_SQR_MINSIZE)
/netbsd/external/lgpl3/gmp/dist/
H A Dgmp-impl.h1386 #define MPN_TOOM6_SQR_MINSIZE 46 macro