Home
last modified time | relevance | path

Searched refs:MPN_TOOM22_MUL_MINSIZE (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/lgpl3/gmp/dist/tests/mpn/
Dt-toom22.c3 #define MIN_AN MIN(MPN_TOOM22_MUL_MINSIZE,4)
/netbsd/src/external/lgpl3/gmp/dist/tune/
Dtuneup.c1330 param.min_size = MAX (4, MPN_TOOM22_MUL_MINSIZE); in tune_mul_n()
Dspeed.h1401 MPN_TOOM22_MUL_MINSIZE)
/netbsd/src/external/lgpl3/gmp/dist/tests/devel/
Dtry.c1991 { TRY_FUNFUN(mpn_toom22_mul), TYPE_MUL_N, MPN_TOOM22_MUL_MINSIZE },
/netbsd/src/external/lgpl3/gmp/dist/
Dgmp-impl.h1376 #define MPN_TOOM22_MUL_MINSIZE 6 macro
DChangeLog1997 * gmp-impl.h (MPN_TOOM22_MUL_MINSIZE): Consider ToomX2 limits