Searched refs:SQR_TOOM3_THRESHOLD (Results 126 - 148 of 148) sorted by relevance

123456

/netbsd-current/external/lgpl3/gmp/dist/mpn/arm64/
H A Dgmp-mparam.h72 #define SQR_TOOM3_THRESHOLD 67 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/zen/
H A Dgmp-mparam.h72 #define SQR_TOOM3_THRESHOLD 114 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/silvermont/
H A Dgmp-mparam.h72 #define SQR_TOOM3_THRESHOLD 97 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/s390_64/
H A Dgmp-mparam.h71 #define SQR_TOOM3_THRESHOLD 89 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/k10/
H A Dgmp-mparam.h75 #define SQR_TOOM3_THRESHOLD 117 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/k8/
H A Dgmp-mparam.h75 #define SQR_TOOM3_THRESHOLD 114 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/bt2/
H A Dgmp-mparam.h73 #define SQR_TOOM3_THRESHOLD 126 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/core2/
H A Dgmp-mparam.h69 #define SQR_TOOM3_THRESHOLD 117 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/sparc64/ultrasparct45/
H A Dgmp-mparam.h72 #define SQR_TOOM3_THRESHOLD 107 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/atom/
H A Dgmp-mparam.h69 #define SQR_TOOM3_THRESHOLD 117 macro
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/ia64/
H A Dgmp-mparam.h70 #define SQR_TOOM3_THRESHOLD 135 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/silvermont/
H A Dgmp-mparam.h69 #define SQR_TOOM3_THRESHOLD 138 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/atom/
H A Dgmp-mparam.h71 #define SQR_TOOM3_THRESHOLD 73 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/s390_32/esame/
H A Dgmp-mparam.h72 #define SQR_TOOM3_THRESHOLD 69 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/skylake/
H A Dgmp-mparam.h73 #define SQR_TOOM3_THRESHOLD 117 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/zen2/
H A Dgmp-mparam.h73 #define SQR_TOOM3_THRESHOLD 117 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dtoom4_sqr.c63 (SQR_TOOM4_THRESHOLD < 4 * SQR_TOOM3_THRESHOLD)
74 && BELOW_THRESHOLD (n, SQR_TOOM3_THRESHOLD)) \
H A Dtoom8_sqr.c80 (SQR_TOOM8_THRESHOLD < 8 * SQR_TOOM3_THRESHOLD)
82 (SQR_TOOM8_MAX >= SQR_TOOM3_THRESHOLD)
102 || BELOW_THRESHOLD (n, SQR_TOOM3_THRESHOLD))) { \
H A Dtoom3_sqr.c59 (SQR_TOOM3_THRESHOLD < 3 * SQR_TOOM2_THRESHOLD)
61 (SQR_TOOM4_THRESHOLD >= 3 * SQR_TOOM3_THRESHOLD)
70 || BELOW_THRESHOLD (n, SQR_TOOM3_THRESHOLD)) \
H A Dtoom2_sqr.c55 (SQR_TOOM3_THRESHOLD >= 2 * SQR_TOOM2_THRESHOLD)
/netbsd-current/external/lgpl3/gmp/dist/
H A Dgmp-impl.h2171 #ifndef SQR_TOOM3_THRESHOLD
2172 #define SQR_TOOM3_THRESHOLD 120 macro
2181 #define SQR_TOOM3_THRESHOLD_LIMIT SQR_TOOM3_THRESHOLD
2308 #define SQR_FFT_MODF_THRESHOLD (SQR_TOOM3_THRESHOLD * 3)
2338 { SQR_TOOM3_THRESHOLD * 4, /* k=5 */ \
2339 SQR_TOOM3_THRESHOLD * 8, /* k=6 */ \
2340 SQR_TOOM3_THRESHOLD * 16, /* k=7 */ \
2341 SQR_TOOM3_THRESHOLD * 32, /* k=8 */ \
2342 SQR_TOOM3_THRESHOLD * 96, /* k=9 */ \
2343 SQR_TOOM3_THRESHOLD * 28
4826 #undef SQR_TOOM3_THRESHOLD macro
4827 #define SQR_TOOM3_THRESHOLD macro
[all...]
/netbsd-current/external/lgpl3/gmp/dist/tune/
H A Dtuneup.c1677 param.name = "SQR_TOOM3_THRESHOLD";
1734 print_define ("SQR_TOOM3_THRESHOLD", SQR_TOOM3_THRESHOLD);
2863 param.first_size = SQR_TOOM3_THRESHOLD / 2;
/netbsd-current/external/lgpl3/gmp/dist/tests/
H A Drefmpn.c1853 #define TOOM3_THRESHOLD (MAX (MUL_TOOM33_THRESHOLD, SQR_TOOM3_THRESHOLD))

Completed in 385 milliseconds

123456