/netbsd/external/lgpl3/gmp/dist/mpz/ |
H A D | powm_ui.c | 76 else if (BELOW_THRESHOLD (dn, MUPI_DIV_QR_THRESHOLD) || /* fast condition */ in mod() 78 (double) (2 * (MU_DIV_QR_THRESHOLD - MUPI_DIV_QR_THRESHOLD)) * dn /* slow... */ in mod() 79 + (double) MUPI_DIV_QR_THRESHOLD * nn > (double) dn * nn) /* ...condition */ in mod()
|
/netbsd/external/lgpl3/gmp/dist/mpn/generic/ |
H A D | tdiv_qr.c | 144 else if (BELOW_THRESHOLD (dn, MUPI_DIV_QR_THRESHOLD) || /* fast condition */ in mpn_tdiv_qr() 146 (double) (2 * (MU_DIV_QR_THRESHOLD - MUPI_DIV_QR_THRESHOLD)) * dn /* slow... */ in mpn_tdiv_qr() 147 + (double) MUPI_DIV_QR_THRESHOLD * nn > (double) dn * nn) /* ...condition */ in mpn_tdiv_qr()
|
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/arm/ |
H A D | gmp-mparam.h | 114 #define MUPI_DIV_QR_THRESHOLD 225 macro
|
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/armeb/ |
H A D | gmp-mparam.h | 114 #define MUPI_DIV_QR_THRESHOLD 225 macro
|
/netbsd/external/lgpl3/gmp/dist/mpn/arm/ |
H A D | gmp-mparam.h | 114 #define MUPI_DIV_QR_THRESHOLD 225 macro
|
/netbsd/external/lgpl3/gmp/dist/mpn/minithres/ |
H A D | gmp-mparam.h | 97 #define MUPI_DIV_QR_THRESHOLD 8 macro
|
/netbsd/external/lgpl3/gmp/dist/mpn/pa32/hppa2_0/ |
H A D | gmp-mparam.h | 154 #define MUPI_DIV_QR_THRESHOLD 102 macro
|
/netbsd/external/lgpl3/gmp/dist/mpn/powerpc32/750/ |
H A D | gmp-mparam.h | 179 #define MUPI_DIV_QR_THRESHOLD 66 macro
|
/netbsd/external/lgpl3/gmp/dist/mpn/powerpc32/p3/ |
H A D | gmp-mparam.h | 142 #define MUPI_DIV_QR_THRESHOLD 59 macro
|
/netbsd/external/lgpl3/gmp/dist/mpn/x86/geode/ |
H A D | gmp-mparam.h | 128 #define MUPI_DIV_QR_THRESHOLD 81 macro
|
/netbsd/external/lgpl3/gmp/dist/mpn/x86/k6/ |
H A D | gmp-mparam.h | 153 #define MUPI_DIV_QR_THRESHOLD 134 macro
|
/netbsd/external/lgpl3/gmp/dist/mpn/x86/pentium/mmx/ |
H A D | gmp-mparam.h | 150 #define MUPI_DIV_QR_THRESHOLD 90 macro
|
/netbsd/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/p5/ |
H A D | gmp-mparam.h | 201 #define MUPI_DIV_QR_THRESHOLD 79 macro
|
/netbsd/external/lgpl3/gmp/dist/mpn/sparc64/ |
H A D | gmp-mparam.h | 126 #define MUPI_DIV_QR_THRESHOLD 0 /* always */ macro
|
/netbsd/external/lgpl3/gmp/dist/mpn/x86/nano/ |
H A D | gmp-mparam.h | 147 #define MUPI_DIV_QR_THRESHOLD 124 macro
|
/netbsd/external/lgpl3/gmp/dist/mpn/x86/p6/ |
H A D | gmp-mparam.h | 179 #define MUPI_DIV_QR_THRESHOLD 38 macro
|
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/sparc64/ |
H A D | gmp-mparam.h | 126 #define MUPI_DIV_QR_THRESHOLD 0 /* always */ macro
|
/netbsd/external/lgpl3/gmp/dist/mpn/pa64/ |
H A D | gmp-mparam.h | 232 #define MUPI_DIV_QR_THRESHOLD 93 macro
|
/netbsd/external/lgpl3/gmp/dist/mpn/powerpc32/p5/ |
H A D | gmp-mparam.h | 141 #define MUPI_DIV_QR_THRESHOLD 106 macro
|
/netbsd/external/lgpl3/gmp/dist/mpn/powerpc32/p6/ |
H A D | gmp-mparam.h | 150 #define MUPI_DIV_QR_THRESHOLD 73 macro
|
/netbsd/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/p3/ |
H A D | gmp-mparam.h | 159 #define MUPI_DIV_QR_THRESHOLD 42 macro
|
/netbsd/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/p6/ |
H A D | gmp-mparam.h | 140 #define MUPI_DIV_QR_THRESHOLD 57 macro
|
/netbsd/external/lgpl3/gmp/dist/mpn/s390_32/ |
H A D | gmp-mparam.h | 125 #define MUPI_DIV_QR_THRESHOLD 138 macro
|
/netbsd/external/lgpl3/gmp/dist/mpn/sparc32/ultrasparct1/ |
H A D | gmp-mparam.h | 133 #define MUPI_DIV_QR_THRESHOLD 116 macro
|
/netbsd/external/lgpl3/gmp/dist/mpn/x86/p6/sse2/ |
H A D | gmp-mparam.h | 180 #define MUPI_DIV_QR_THRESHOLD 38 macro
|