Searched refs:DIVREM_1_UNNORM_THRESHOLD (Results 1 - 25 of 37) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tune/
H A Ddivrem1inv.c26 #undef DIVREM_1_UNNORM_THRESHOLD macro
28 #define DIVREM_1_UNNORM_THRESHOLD 0 macro
H A Ddivrem1div.c26 #undef DIVREM_1_UNNORM_THRESHOLD macro
28 #define DIVREM_1_UNNORM_THRESHOLD MP_SIZE_T_MAX macro
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/cray/ieee/
H A Dgmp-mparam.h43 #define DIVREM_1_UNNORM_THRESHOLD 0 /* always */ macro
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/mips32/
H A Dgmp-mparam.h43 #define DIVREM_1_UNNORM_THRESHOLD 0 /* always */ macro
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/pa32/hppa1_1/
H A Dgmp-mparam.h43 #define DIVREM_1_UNNORM_THRESHOLD 11 macro
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/s390/
H A Dgmp-mparam.h40 #define DIVREM_1_UNNORM_THRESHOLD 5 macro
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/sparc32/
H A Dgmp-mparam.h38 #define DIVREM_1_UNNORM_THRESHOLD 4 macro
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/sparc32/v8/
H A Dgmp-mparam.h44 #define DIVREM_1_UNNORM_THRESHOLD 11 macro
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/sparc32/v8/supersparc/
H A Dgmp-mparam.h44 #define DIVREM_1_UNNORM_THRESHOLD 3 macro
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/hppa/
H A Dgmp-mparam.h43 #define DIVREM_1_UNNORM_THRESHOLD 11 macro
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
H A Dgmp-mparam.h43 #define DIVREM_1_UNNORM_THRESHOLD 0 /* always */ macro
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/mipsel/
H A Dgmp-mparam.h43 #define DIVREM_1_UNNORM_THRESHOLD 0 /* always */ macro
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/sparc/
H A Dgmp-mparam.h38 #define DIVREM_1_UNNORM_THRESHOLD 4 macro
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/alpha/ev6/nails/
H A Dgmp-mparam.h43 #define DIVREM_1_UNNORM_THRESHOLD MP_SIZE_T_MAX /* no preinv with nails */ macro
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/alpha/
H A Dgmp-mparam.h53 #define DIVREM_1_UNNORM_THRESHOLD 0 /* always */ macro
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/cray/
H A Dgmp-mparam.h50 #define DIVREM_1_UNNORM_THRESHOLD 0 /* always */ macro
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/m68k/
H A Dgmp-mparam.h46 #define DIVREM_1_UNNORM_THRESHOLD MP_SIZE_T_MAX /* never */ macro
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/power/
H A Dgmp-mparam.h39 #define DIVREM_1_UNNORM_THRESHOLD MP_SIZE_T_MAX /* never */ macro
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/alpha/
H A Dgmp-mparam.h53 #define DIVREM_1_UNNORM_THRESHOLD 0 /* always */ macro
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/m68000/
H A Dgmp-mparam.h46 #define DIVREM_1_UNNORM_THRESHOLD MP_SIZE_T_MAX /* never */ macro
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/m68k/
H A Dgmp-mparam.h46 #define DIVREM_1_UNNORM_THRESHOLD MP_SIZE_T_MAX /* never */ macro
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/alpha/ev5/
H A Dgmp-mparam.h28 #define DIVREM_1_UNNORM_THRESHOLD 0 /* always */ macro
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/alpha/ev6/
H A Dgmp-mparam.h31 #define DIVREM_1_UNNORM_THRESHOLD 0 /* always */ macro
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/arm/
H A Dgmp-mparam.h27 #define DIVREM_1_UNNORM_THRESHOLD 0 /* always */ macro
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/generic/
H A Ddivrem_1.c37 #ifndef DIVREM_1_UNNORM_THRESHOLD
38 #define DIVREM_1_UNNORM_THRESHOLD 0 macro
178 && BELOW_THRESHOLD (n, DIVREM_1_UNNORM_THRESHOLD))
186 && BELOW_THRESHOLD (n, DIVREM_1_UNNORM_THRESHOLD))

Completed in 342 milliseconds

12