Searched refs:MULLO_DC_THRESHOLD (Results 101 - 107 of 107) sorted by relevance

12345

/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/silvermont/
H A Dgmp-mparam.h179 #define MULLO_DC_THRESHOLD 56 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/atom/
H A Dgmp-mparam.h178 #define MULLO_DC_THRESHOLD 33 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/s390_32/esame/
H A Dgmp-mparam.h137 #define MULLO_DC_THRESHOLD 27 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/skylake/
H A Dgmp-mparam.h209 #define MULLO_DC_THRESHOLD 79 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/zen2/
H A Dgmp-mparam.h242 #define MULLO_DC_THRESHOLD 57 macro
/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dsqrlo.c171 else if (BELOW_THRESHOLD (n1, MULLO_DC_THRESHOLD))
/netbsd-current/external/lgpl3/gmp/dist/
H A Dgmp-impl.h2192 #ifndef MULLO_DC_THRESHOLD
2193 #define MULLO_DC_THRESHOLD (2*MUL_TOOM22_THRESHOLD) macro
2205 #define SQRLO_DC_THRESHOLD (MULLO_DC_THRESHOLD)
4860 #undef MULLO_DC_THRESHOLD macro
4861 #define MULLO_DC_THRESHOLD mullo_dc_threshold macro

Completed in 286 milliseconds

12345