Home
last modified time | relevance | path

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

/netbsd/src/external/lgpl3/gmp/dist/tune/
Dtuneup.c1364 param.min_size = MAX (next_toom_start, MPN_TOOM44_MUL_MINSIZE); in tune_mul_n()
Dspeed.h1413 MPN_TOOM44_MUL_MINSIZE)
/netbsd/src/external/lgpl3/gmp/dist/tests/devel/
Dtry.c1995 { TRY_FUNFUN(mpn_toom44_mul), TYPE_MUL_N, MPN_TOOM44_MUL_MINSIZE },
/netbsd/src/external/lgpl3/gmp/dist/
Dgmp-impl.h1382 #define MPN_TOOM44_MUL_MINSIZE 30 macro