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

12

/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86_64/
H A Dgmp-mparam.h170 #define DC_DIVAPPR_Q_THRESHOLD 270 macro
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86_64/nano/
H A Dgmp-mparam.h181 #define DC_DIVAPPR_Q_THRESHOLD 143 macro
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86_64/pentium4/
H A Dgmp-mparam.h191 #define DC_DIVAPPR_Q_THRESHOLD 60 macro
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/arm/
H A Dgmp-mparam.h116 #define DC_DIVAPPR_Q_THRESHOLD 442 macro
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/armeb/
H A Dgmp-mparam.h116 #define DC_DIVAPPR_Q_THRESHOLD 442 macro
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/powerpc/
H A Dgmp-mparam.h165 #define DC_DIVAPPR_Q_THRESHOLD 154 macro
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/sparc64/
H A Dgmp-mparam.h107 #define DC_DIVAPPR_Q_THRESHOLD 100 macro
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/x86_64/
H A Dgmp-mparam.h175 #define DC_DIVAPPR_Q_THRESHOLD 270 macro
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/generic/
H A Ddiv_q.c82 #define DC_DIV_Q_THRESHOLD DC_DIVAPPR_Q_THRESHOLD
238 else if (BELOW_THRESHOLD (qn, DC_DIVAPPR_Q_THRESHOLD - 1))
277 else if (BELOW_THRESHOLD (qn, DC_DIVAPPR_Q_THRESHOLD - 1))
H A Ddcpi1_divappr_q.c59 if (BELOW_THRESHOLD (lo, DC_DIVAPPR_Q_THRESHOLD))
227 /* Should we at all check DC_DIVAPPR_Q_THRESHOLD here, or reply on
229 if (BELOW_THRESHOLD (qn, DC_DIVAPPR_Q_THRESHOLD))
H A Dinvertappr.c60 (INV_NEWTON_THRESHOLD < DC_DIVAPPR_Q_THRESHOLD)
119 || BELOW_THRESHOLD (n, DC_DIVAPPR_Q_THRESHOLD))
H A Ddivexact.c243 if (BELOW_THRESHOLD (qn1, DC_DIVAPPR_Q_THRESHOLD))
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/
H A Dgmp-impl.h1783 #ifndef DC_DIVAPPR_Q_THRESHOLD
1784 #define DC_DIVAPPR_Q_THRESHOLD 200 macro
4336 #undef DC_DIVAPPR_Q_THRESHOLD macro
4337 #define DC_DIVAPPR_Q_THRESHOLD dc_divappr_q_threshold macro

Completed in 210 milliseconds

12