Searched refs:SQR_TOOM2_THRESHOLD (Results 76 - 100 of 151) sorted by relevance

1234567

/netbsd-current/external/lgpl3/gmp/dist/mpn/powerpc32/p4/
H A Dgmp-mparam.h69 #define SQR_TOOM2_THRESHOLD 30 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/powerpc32/p7/
H A Dgmp-mparam.h71 #define SQR_TOOM2_THRESHOLD 26 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/powerpc64/mode32/p4/
H A Dgmp-mparam.h68 #define SQR_TOOM2_THRESHOLD 28 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/coreinhm/
H A Dgmp-mparam.h67 #define SQR_TOOM2_THRESHOLD 28 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/core2/
H A Dgmp-mparam.h67 #define SQR_TOOM2_THRESHOLD 28 macro
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/armeb/
H A Dgmp-mparam.h63 #define SQR_TOOM2_THRESHOLD 78 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/goldmont/
H A Dgmp-mparam.h68 #define SQR_TOOM2_THRESHOLD 32 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/bd2/
H A Dgmp-mparam.h68 #define SQR_TOOM2_THRESHOLD 44 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/bd4/
H A Dgmp-mparam.h68 #define SQR_TOOM2_THRESHOLD 42 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/bt1/
H A Dgmp-mparam.h34 /* NOTE: In a fat binary build SQR_TOOM2_THRESHOLD here cannot be greater than
72 #define SQR_TOOM2_THRESHOLD 50 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/coreibwl/
H A Dgmp-mparam.h68 #define SQR_TOOM2_THRESHOLD 44 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/coreinhm/
H A Dgmp-mparam.h68 #define SQR_TOOM2_THRESHOLD 38 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/coreisbr/
H A Dgmp-mparam.h68 #define SQR_TOOM2_THRESHOLD 48 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/coreihwl/
H A Dgmp-mparam.h68 #define SQR_TOOM2_THRESHOLD 44 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/bd1/
H A Dgmp-mparam.h68 #define SQR_TOOM2_THRESHOLD 46 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/zn1/
H A Dgmp-mparam.h68 #define SQR_TOOM2_THRESHOLD 63 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/zn2/
H A Dgmp-mparam.h68 #define SQR_TOOM2_THRESHOLD 26 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/skylake/
H A Dgmp-mparam.h68 #define SQR_TOOM2_THRESHOLD 40 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/p9/
H A Dgmp-mparam.h68 #define SQR_TOOM2_THRESHOLD 46 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/p4/
H A Dgmp-mparam.h68 #define SQR_TOOM2_THRESHOLD 22 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/p7/
H A Dgmp-mparam.h68 #define SQR_TOOM2_THRESHOLD 32 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/p8/
H A Dgmp-mparam.h68 #define SQR_TOOM2_THRESHOLD 32 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dtoom6_sqr.c64 (SQR_TOOM6_THRESHOLD < 6 * SQR_TOOM2_THRESHOLD)
66 (SQR_TOOM6_MAX >= SQR_TOOM2_THRESHOLD)
82 || BELOW_THRESHOLD (n, SQR_TOOM2_THRESHOLD))) \
H A Dsqr_basecase.c91 mp_limb_t tarr[2 * SQR_TOOM2_THRESHOLD];
96 ASSERT (n <= SQR_TOOM2_THRESHOLD);
169 mp_limb_t tarr[2 * SQR_TOOM2_THRESHOLD];
174 ASSERT (n <= SQR_TOOM2_THRESHOLD);
341 mp_limb_t tarr[2 * SQR_TOOM2_THRESHOLD];
346 ASSERT (n <= SQR_TOOM2_THRESHOLD);
H A Dtoom2_sqr.c55 (SQR_TOOM3_THRESHOLD >= 2 * SQR_TOOM2_THRESHOLD)
61 || BELOW_THRESHOLD (n, SQR_TOOM2_THRESHOLD)) \

Completed in 201 milliseconds

1234567