Home
last modified time | relevance | path

Searched refs:MUPI_DIV_QR_THRESHOLD (Results 1 – 25 of 105) sorted by relevance

12345

/netbsd/external/lgpl3/gmp/dist/mpz/
H A Dpowm_ui.c76 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 Dtdiv_qr.c144 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 Dgmp-mparam.h114 #define MUPI_DIV_QR_THRESHOLD 225 macro
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/armeb/
H A Dgmp-mparam.h114 #define MUPI_DIV_QR_THRESHOLD 225 macro
/netbsd/external/lgpl3/gmp/dist/mpn/arm/
H A Dgmp-mparam.h114 #define MUPI_DIV_QR_THRESHOLD 225 macro
/netbsd/external/lgpl3/gmp/dist/mpn/minithres/
H A Dgmp-mparam.h97 #define MUPI_DIV_QR_THRESHOLD 8 macro
/netbsd/external/lgpl3/gmp/dist/mpn/pa32/hppa2_0/
H A Dgmp-mparam.h154 #define MUPI_DIV_QR_THRESHOLD 102 macro
/netbsd/external/lgpl3/gmp/dist/mpn/powerpc32/750/
H A Dgmp-mparam.h179 #define MUPI_DIV_QR_THRESHOLD 66 macro
/netbsd/external/lgpl3/gmp/dist/mpn/powerpc32/p3/
H A Dgmp-mparam.h142 #define MUPI_DIV_QR_THRESHOLD 59 macro
/netbsd/external/lgpl3/gmp/dist/mpn/x86/geode/
H A Dgmp-mparam.h128 #define MUPI_DIV_QR_THRESHOLD 81 macro
/netbsd/external/lgpl3/gmp/dist/mpn/x86/k6/
H A Dgmp-mparam.h153 #define MUPI_DIV_QR_THRESHOLD 134 macro
/netbsd/external/lgpl3/gmp/dist/mpn/x86/pentium/mmx/
H A Dgmp-mparam.h150 #define MUPI_DIV_QR_THRESHOLD 90 macro
/netbsd/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/p5/
H A Dgmp-mparam.h201 #define MUPI_DIV_QR_THRESHOLD 79 macro
/netbsd/external/lgpl3/gmp/dist/mpn/sparc64/
H A Dgmp-mparam.h126 #define MUPI_DIV_QR_THRESHOLD 0 /* always */ macro
/netbsd/external/lgpl3/gmp/dist/mpn/x86/nano/
H A Dgmp-mparam.h147 #define MUPI_DIV_QR_THRESHOLD 124 macro
/netbsd/external/lgpl3/gmp/dist/mpn/x86/p6/
H A Dgmp-mparam.h179 #define MUPI_DIV_QR_THRESHOLD 38 macro
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/sparc64/
H A Dgmp-mparam.h126 #define MUPI_DIV_QR_THRESHOLD 0 /* always */ macro
/netbsd/external/lgpl3/gmp/dist/mpn/pa64/
H A Dgmp-mparam.h232 #define MUPI_DIV_QR_THRESHOLD 93 macro
/netbsd/external/lgpl3/gmp/dist/mpn/powerpc32/p5/
H A Dgmp-mparam.h141 #define MUPI_DIV_QR_THRESHOLD 106 macro
/netbsd/external/lgpl3/gmp/dist/mpn/powerpc32/p6/
H A Dgmp-mparam.h150 #define MUPI_DIV_QR_THRESHOLD 73 macro
/netbsd/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/p3/
H A Dgmp-mparam.h159 #define MUPI_DIV_QR_THRESHOLD 42 macro
/netbsd/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/p6/
H A Dgmp-mparam.h140 #define MUPI_DIV_QR_THRESHOLD 57 macro
/netbsd/external/lgpl3/gmp/dist/mpn/s390_32/
H A Dgmp-mparam.h125 #define MUPI_DIV_QR_THRESHOLD 138 macro
/netbsd/external/lgpl3/gmp/dist/mpn/sparc32/ultrasparct1/
H A Dgmp-mparam.h133 #define MUPI_DIV_QR_THRESHOLD 116 macro
/netbsd/external/lgpl3/gmp/dist/mpn/x86/p6/sse2/
H A Dgmp-mparam.h180 #define MUPI_DIV_QR_THRESHOLD 38 macro

12345