Searched refs:SQR_TOOM3_THRESHOLD (Results 1 - 25 of 148) sorted by relevance

123456

/netbsd-current/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-toom2-sqr.c4 #define MAX_AN SQR_TOOM3_THRESHOLD
H A Dt-toom3-sqr.c3 #define MIN_AN MAX(SQR_TOOM3_THRESHOLD,MPN_TOOM3_SQR_MINSIZE)
H A Dt-toom4-sqr.c3 #define MIN_AN MAX(SQR_TOOM3_THRESHOLD,MAX(SQR_TOOM4_THRESHOLD,MPN_TOOM4_SQR_MINSIZE))
H A Dt-toom8-sqr.c3 #define MIN_AN MAX(SQR_TOOM3_THRESHOLD,MAX(SQR_TOOM4_THRESHOLD,MAX(SQR_TOOM6_THRESHOLD,MAX(SQR_TOOM8_THRESHOLD,MPN_TOOM8_SQR_MINSIZE))))
H A Dt-toom6-sqr.c3 #define MIN_AN MAX(SQR_TOOM3_THRESHOLD,MAX(SQR_TOOM4_THRESHOLD,MAX(SQR_TOOM6_THRESHOLD,MPN_TOOM6_SQR_MINSIZE)))
/netbsd-current/external/lgpl3/gmp/dist/mpn/vax/
H A Dgmp-mparam.h39 #define SQR_TOOM3_THRESHOLD 250 macro
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/vax/
H A Dgmp-mparam.h39 #define SQR_TOOM3_THRESHOLD 250 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/pa32/
H A Dgmp-mparam.h47 #ifndef SQR_TOOM3_THRESHOLD
48 #define SQR_TOOM3_THRESHOLD 177 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/fat/
H A Dgmp-mparam.h58 #define SQR_TOOM3_THRESHOLD 200 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/fat/
H A Dgmp-mparam.h59 #define SQR_TOOM3_THRESHOLD 200 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/mips64/
H A Dgmp-mparam.h43 #define SQR_TOOM3_THRESHOLD 98 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/sparc32/v8/supersparc/
H A Dgmp-mparam.h42 #define SQR_TOOM3_THRESHOLD 86 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/i486/
H A Dgmp-mparam.h44 #define SQR_TOOM3_THRESHOLD 238 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/pentium/
H A Dgmp-mparam.h49 #define SQR_TOOM3_THRESHOLD 122 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/cray/ieee/
H A Dgmp-mparam.h42 #define SQR_TOOM3_THRESHOLD 34 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/mips32/
H A Dgmp-mparam.h43 #define SQR_TOOM3_THRESHOLD 78 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/pa32/hppa1_1/
H A Dgmp-mparam.h41 #define SQR_TOOM3_THRESHOLD 101 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/sparc32/
H A Dgmp-mparam.h38 #define SQR_TOOM3_THRESHOLD 258 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/sparc32/v8/
H A Dgmp-mparam.h42 #define SQR_TOOM3_THRESHOLD 65 macro
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/hppa/
H A Dgmp-mparam.h41 #define SQR_TOOM3_THRESHOLD 101 macro
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/i386/
H A Dgmp-mparam.h44 #define SQR_TOOM3_THRESHOLD 238 macro
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
H A Dgmp-mparam.h43 #define SQR_TOOM3_THRESHOLD 78 macro
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mipsel/
H A Dgmp-mparam.h43 #define SQR_TOOM3_THRESHOLD 78 macro
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
H A Dgmp-mparam.h43 #define SQR_TOOM3_THRESHOLD 98 macro
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
H A Dgmp-mparam.h43 #define SQR_TOOM3_THRESHOLD 98 macro

Completed in 224 milliseconds

123456