Home
last modified time | relevance | path

Searched refs:__GMP_GNUC_PREREQ (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/gmp/
H A Dlonglong.h185 #if __GMP_GNUC_PREREQ (3,3)
680 #if __GMP_GNUC_PREREQ (4,5)
910 #if __GMP_GNUC_PREREQ (3,4) /* using bsrl */
944 #if __GMP_GNUC_PREREQ (3,4) /* using bsfl */
1182 #if __GMP_GNUC_PREREQ (4,4)
1190 #if !defined (umul_ppmm) && __GMP_GNUC_PREREQ (2,7)
1204 #if __GMP_GNUC_PREREQ (4,4)
1213 #if !defined (umul_ppmm) && __GMP_GNUC_PREREQ (2,7)
1320 #if __GMP_GNUC_PREREQ (4,4)
1419 #if 0 && __GMP_GNUC_PREREQ (4,4) /* Disable, this results in libcalls! */
H A Dgmp-impl.h716 #if HAVE_HOST_CPU_FAMILY_x86 && __GMP_GNUC_PREREQ (2,96) && ! defined (PIC) \
3027 #if __GMP_GNUC_PREREQ (3,1)
/dragonfly/contrib/mpfr/src/
H A Dmpfr-longlong.h179 #if __GMP_GNUC_PREREQ (3,3)
753 #if __GMP_GNUC_PREREQ (3,4) /* using bsrl */
787 #if __GMP_GNUC_PREREQ (3,4) /* using bsfl */
1025 #if __GMP_GNUC_PREREQ (4,4)
1033 #if !defined (umul_ppmm) && __GMP_GNUC_PREREQ (2,7)
1047 #if __GMP_GNUC_PREREQ (4,4)
1056 #if !defined (umul_ppmm) && __GMP_GNUC_PREREQ (2,7)
1163 #if __GMP_GNUC_PREREQ (4,4)
1262 #if __GMP_GNUC_PREREQ (4,4)
/dragonfly/contrib/gmp/mpn/generic/
H A Dget_d.c61 && ((defined (__GNUC__) && ! __GMP_GNUC_PREREQ(3,4)) \
/dragonfly/gnu/usr.bin/gmp/
H A Dgmp.h365 #define __GMP_GNUC_PREREQ(maj, min) \ macro
368 #define __GMP_GNUC_PREREQ(maj, min) 0 macro
376 #if __GMP_GNUC_PREREQ (2,96) && ! defined (__GMP_NO_ATTRIBUTE_CONST_PURE)
523 #if __GMP_GNUC_PREREQ (3,0)