Searched refs:REDC_1_TO_REDC_2_THRESHOLD (Results 26 - 38 of 38) sorted by relevance

12

/netbsd-current/external/lgpl3/gmp/dist/mpn/arm/v6/
H A Dgmp-mparam.h159 #define REDC_1_TO_REDC_2_THRESHOLD 6 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/bt1/
H A Dgmp-mparam.h202 #define REDC_1_TO_REDC_2_THRESHOLD 67 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/bt2/
H A Dgmp-mparam.h212 #define REDC_1_TO_REDC_2_THRESHOLD 67 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/silvermont/
H A Dgmp-mparam.h224 #define REDC_1_TO_REDC_2_THRESHOLD 55 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/k10/
H A Dgmp-mparam.h220 #define REDC_1_TO_REDC_2_THRESHOLD 25 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/k8/
H A Dgmp-mparam.h209 #define REDC_1_TO_REDC_2_THRESHOLD 35 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/sparc64/ultrasparct45/
H A Dgmp-mparam.h147 #define REDC_1_TO_REDC_2_THRESHOLD 4 macro
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/ia64/
H A Dgmp-mparam.h184 #define REDC_1_TO_REDC_2_THRESHOLD 0 /* always */ macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/atom/
H A Dgmp-mparam.h194 #define REDC_1_TO_REDC_2_THRESHOLD 24 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/skylake/
H A Dgmp-mparam.h225 #define REDC_1_TO_REDC_2_THRESHOLD 33 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dpowm.c232 if (BELOW_THRESHOLD (n, REDC_1_TO_REDC_2_THRESHOLD))
271 if (BELOW_THRESHOLD (n, REDC_1_TO_REDC_2_THRESHOLD))
295 if (BELOW_THRESHOLD (n, REDC_1_TO_REDC_2_THRESHOLD))
373 if (REDC_1_TO_REDC_2_THRESHOLD < MUL_TOOM22_THRESHOLD)
375 if (BELOW_THRESHOLD (n, REDC_1_TO_REDC_2_THRESHOLD))
377 if (REDC_1_TO_REDC_2_THRESHOLD < SQR_BASECASE_THRESHOLD
470 else if (BELOW_THRESHOLD (n, REDC_1_TO_REDC_2_THRESHOLD))
620 if (BELOW_THRESHOLD (n, REDC_1_TO_REDC_2_THRESHOLD))
/netbsd-current/external/lgpl3/gmp/dist/
H A Dgmp-impl.h2282 #ifndef REDC_1_TO_REDC_2_THRESHOLD
2283 #define REDC_1_TO_REDC_2_THRESHOLD 15 macro
4940 #undef REDC_1_TO_REDC_2_THRESHOLD macro
4941 #define REDC_1_TO_REDC_2_THRESHOLD redc_1_to_redc_2_threshold macro
/netbsd-current/external/lgpl3/gmp/dist/tune/
H A Dtuneup.c1907 param.name = "REDC_1_TO_REDC_2_THRESHOLD";
1931 REDC_1_TO_REDC_2_THRESHOLD. */
1934 param.name = "REDC_1_TO_REDC_2_THRESHOLD";
1942 print_define ("REDC_1_TO_REDC_2_THRESHOLD", REDC_1_TO_REDC_2_THRESHOLD);

Completed in 161 milliseconds

12