Home
last modified time | relevance | path

Searched refs:__MPFR_GNUC (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/lgpl3/mpfr/dist/src/
Dmpfr-cvers.h55 # define __MPFR_GNUC(a,i) \ macro
58 # define __MPFR_GNUC(a,i) 0 macro
Dmpfr-impl.h165 # if __MPFR_GNUC(3,0) || __MPFR_ICC(8,1,0)
175 #if __MPFR_GNUC(3,0) || __MPFR_ICC(8,1,0)
181 #if __MPFR_GNUC(3,0) || __MPFR_ICC(8,1,0)
189 #if __MPFR_GNUC(4,3)
197 #if __MPFR_GNUC(4,3)
207 #if __MPFR_GNUC(3,4)
216 #if __MPFR_GNUC(7,0)
544 #if defined(MPFR_HAVE_BUILTIN_UNREACHABLE) && __MPFR_GNUC(4, 8)
681 #if defined(MPFR_NANISNAN) || (__MPFR_GNUC(1,0) && !defined(__STRICT_ANSI__))
1447 #if defined MPFR_DEBUG_PREDICTION && __MPFR_GNUC(3,0)
[all …]
Dmpfr-sassert.h50 # if __MPFR_GNUC(4,8)
Dmpfr-longlong.h57 # define __GMP_GNUC_PREREQ(X,Y) __MPFR_GNUC(X,Y)
/netbsd/src/external/lgpl3/mpfr/dist/tests/
Dmpfr-test.h122 #if __MPFR_GNUC(4,6) || defined (__clang__)
/netbsd/src/external/lgpl3/mpfr/dist/
DChangeLog1028 our __MPFR_GNUC() macro. The only possible change of behavior is that
20269 changeset r8625, as the __MPFR_GNUC macro in mpfr-sassert.h was not
28290 and __MPFR_GNUC macros in another way.
29390 * Removed the compiler check __MPFR_GNUC(3,3) || __MPFR_ICC(8,1,0)