Searched refs:SQR_TOOM2_THRESHOLD (Results 126 - 150 of 151) sorted by relevance

1234567

/netbsd-current/external/lgpl3/gmp/dist/mpn/s390_64/
H A Dgmp-mparam.h70 #define SQR_TOOM2_THRESHOLD 13 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/k10/
H A Dgmp-mparam.h74 #define SQR_TOOM2_THRESHOLD 30 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/k8/
H A Dgmp-mparam.h74 #define SQR_TOOM2_THRESHOLD 34 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/bt2/
H A Dgmp-mparam.h34 /* NOTE: In a fat binary build SQR_TOOM2_THRESHOLD here cannot be greater than
72 #define SQR_TOOM2_THRESHOLD 38 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/core2/
H A Dgmp-mparam.h68 #define SQR_TOOM2_THRESHOLD 34 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/sparc64/ultrasparct45/
H A Dgmp-mparam.h71 #define SQR_TOOM2_THRESHOLD 59 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/atom/
H A Dgmp-mparam.h68 #define SQR_TOOM2_THRESHOLD 32 macro
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/ia64/
H A Dgmp-mparam.h69 #define SQR_TOOM2_THRESHOLD 98 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dsqr.c45 else if (BELOW_THRESHOLD (n, SQR_TOOM2_THRESHOLD))
H A Dtoom4_sqr.c61 (SQR_TOOM4_THRESHOLD < 4 * SQR_TOOM2_THRESHOLD)
71 && BELOW_THRESHOLD (n, SQR_TOOM2_THRESHOLD)) \
H A Dtoom8_sqr.c76 (SQR_TOOM8_THRESHOLD < 8 * SQR_TOOM2_THRESHOLD)
78 (SQR_TOOM8_MAX >= SQR_TOOM2_THRESHOLD)
98 || BELOW_THRESHOLD (n, SQR_TOOM2_THRESHOLD))) { \
H A Dsec_powm.c98 SQR_TOOM2_THRESHOLD. This is so because of fixed size stack allocations
102 /* The limit of the generic code is SQR_TOOM2_THRESHOLD. */
103 #define SQR_BASECASE_LIM SQR_TOOM2_THRESHOLD
112 #define SQR_BASECASE_LIM SQR_TOOM2_THRESHOLD
117 /* For fat builds, we use SQR_TOOM2_THRESHOLD which will expand to a read from
120 #define SQR_BASECASE_LIM SQR_TOOM2_THRESHOLD
H A Dtoom3_sqr.c59 (SQR_TOOM3_THRESHOLD < 3 * SQR_TOOM2_THRESHOLD)
67 && BELOW_THRESHOLD (n, SQR_TOOM2_THRESHOLD)) \
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/silvermont/
H A Dgmp-mparam.h68 #define SQR_TOOM2_THRESHOLD 36 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/atom/
H A Dgmp-mparam.h70 #define SQR_TOOM2_THRESHOLD 22 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/s390_32/esame/
H A Dgmp-mparam.h71 #define SQR_TOOM2_THRESHOLD 18 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/skylake/
H A Dgmp-mparam.h72 #define SQR_TOOM2_THRESHOLD 32 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/zen2/
H A Dgmp-mparam.h72 #define SQR_TOOM2_THRESHOLD 30 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/k6/
H A Dsqr_basecase.asm39 dnl SQR_TOOM2_THRESHOLD_MAX is the maximum SQR_TOOM2_THRESHOLD this
46 dnl 63, giving a maximum SQR_TOOM2_THRESHOLD of 66.
54 `define(`SQR_TOOM2_THRESHOLD',SQR_TOOM2_THRESHOLD_OVERRIDE)')
58 dnl number required is determined by SQR_TOOM2_THRESHOLD, since
59 dnl mpn_sqr_basecase only needs to handle sizes < SQR_TOOM2_THRESHOLD.
63 dnl up. Hence for a maximum operand size of SQR_TOOM2_THRESHOLD-1
64 dnl limbs, UNROLL_COUNT needs to be SQR_TOOM2_THRESHOLD-3.
66 m4_config_gmp_mparam(`SQR_TOOM2_THRESHOLD')
67 deflit(UNROLL_COUNT, eval(SQR_TOOM2_THRESHOLD-3))
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/k7/
H A Dsqr_basecase.asm45 `define(`SQR_TOOM2_THRESHOLD',SQR_TOOM2_THRESHOLD_OVERRIDE)')
47 m4_config_gmp_mparam(`SQR_TOOM2_THRESHOLD')
48 deflit(UNROLL_COUNT, eval(SQR_TOOM2_THRESHOLD-3))
53 C With a SQR_TOOM2_THRESHOLD around 50 this code is about 1500 bytes,
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/p6/
H A Dsqr_basecase.asm46 `define(`SQR_TOOM2_THRESHOLD',SQR_TOOM2_THRESHOLD_OVERRIDE)')
48 m4_config_gmp_mparam(`SQR_TOOM2_THRESHOLD')
49 deflit(UNROLL_COUNT, eval(SQR_TOOM2_THRESHOLD-3))
/netbsd-current/external/lgpl3/gmp/dist/mpn/ia64/
H A Dsqr_diag_addlsh1.asm48 C and that it will only be used under SQR_TOOM2_THRESHOLD, which might become
/netbsd-current/external/lgpl3/gmp/dist/tune/
H A Dtuneup.c1626 param.name = "SQR_TOOM2_THRESHOLD";
1638 "BELOW_THRESHOLD (un, SQR_TOOM2_THRESHOLD))" which
1640 SQR_TOOM2_THRESHOLD to zero, making
1643 sqr_basecase_threshold = SQR_TOOM2_THRESHOLD;
1644 SQR_TOOM2_THRESHOLD = 0;
1648 print_define_remark ("SQR_TOOM2_THRESHOLD",SQR_TOOM2_THRESHOLD,
1655 print_define ("SQR_TOOM2_THRESHOLD", SQR_TOOM2_THRESHOLD);
/netbsd-current/external/lgpl3/gmp/dist/
H A Dgmp-impl.h2159 threshold and SQR_TOOM2_THRESHOLD is 0. This oddity arises more or less
2160 because SQR_TOOM2_THRESHOLD represents the size up to which mpn_sqr_basecase
2167 #ifndef SQR_TOOM2_THRESHOLD
2168 #define SQR_TOOM2_THRESHOLD 50 macro
4818 #undef SQR_TOOM2_THRESHOLD macro
4819 #define SQR_TOOM2_THRESHOLD SQR_TOOM2_MAX_GENERIC macro
4821 #undef SQR_TOOM2_THRESHOLD
4822 #define SQR_TOOM2_THRESHOLD sqr_toom2_threshold
/netbsd-current/external/lgpl3/gmp/dist/tests/devel/
H A Dtry.c1975 #if SQR_TOOM2_THRESHOLD > 0

Completed in 186 milliseconds

1234567