Searched refs:gmp_version (Results 1 - 25 of 44) sorted by relevance

12

/netbsd-current/external/lgpl3/gmp/dist/
H A Dversion.c0 /* gmp_version -- version number compiled into the library.
33 const char * const gmp_version = VERSION; variable
/netbsd-current/external/lgpl3/mpc/dist/tests/
H A Dtget_version.c35 gmp_version);
/netbsd-current/external/lgpl3/gmp/dist/demos/calc/
H A Dcalcread.c74 printf ("GNU MP demo calculator program, gmp version %s\n", gmp_version);
/netbsd-current/external/lgpl3/mpfr/dist/examples/
H A Dversion.c183 gmp_version, __GNU_MP_VERSION, __GNU_MP_VERSION_MINOR,
/netbsd-current/external/lgpl3/mpc/dist/tools/mpcheck/
H A Dmpcheck-double.c198 printf ("Using GMP %s, MPFR %s\n", gmp_version, mpfr_get_version ());
H A Dmpcheck-float.c203 printf ("Using GMP %s, MPFR %s\n", gmp_version, mpfr_get_version ());
H A Dmpcheck-float128.c208 printf ("Using GMP %s, MPFR %s\n", gmp_version, mpfr_get_version ());
H A Dmpcheck-longdouble.c191 printf ("Using GMP %s, MPFR %s\n", gmp_version, mpfr_get_version ());
/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtversion.c211 gmp_version);
H A Dtests.c155 if (strcmp (buffer, gmp_version) != 0 &&
158 strcmp (buffer, gmp_version) != 0)))
175 "match.\nThe possible causes are:\n", buffer, gmp_version);
/netbsd-current/external/lgpl3/gmp/dist/tests/
H A Dmisc.c64 if (strcmp (gmp_version, version) != 0)
68 fprintf (stderr, " linked version is: %s\n", gmp_version);
/netbsd-current/external/lgpl3/mpc/dist/tools/bench/
H A Dmpcbench.c310 printf ("GMP: %s, MPFR: %s, MPC: %s\n", gmp_version,
/netbsd-current/external/lgpl3/mpfr/dist/tools/bench/
H A Dmpfrbench.c271 printf ("GMP : %s MPFR : %s \n", gmp_version, mpfr_get_version ());
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtoplev.c633 /* We need to stringify the GMP macro values. Ugh, gmp_version has
660 if (strcmp (GCC_GMP_STRINGIFY_VERSION, gmp_version))
664 "GMP", GCC_GMP_STRINGIFY_VERSION, gmp_version);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtoplev.cc631 /* We need to stringify the GMP macro values. Ugh, gmp_version has
658 if (strcmp (GCC_GMP_STRINGIFY_VERSION, gmp_version))
662 "GMP", GCC_GMP_STRINGIFY_VERSION, gmp_version);
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
H A Dgmp.h495 #define gmp_version __gmp_version macro
496 __GMP_DECLSPEC extern const char * const gmp_version;
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/or1k/
H A Dgmp.h495 #define gmp_version __gmp_version macro
496 __GMP_DECLSPEC extern const char * const gmp_version;
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sh3el/
H A Dgmp.h490 #define gmp_version __gmp_version macro
491 __GMP_DECLSPEC extern const char * const gmp_version;
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sh3eb/
H A Dgmp.h490 #define gmp_version __gmp_version macro
491 __GMP_DECLSPEC extern const char * const gmp_version;
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sparc/
H A Dgmp.h490 #define gmp_version __gmp_version macro
491 __GMP_DECLSPEC extern const char * const gmp_version;
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/riscv32/
H A Dgmp.h490 #define gmp_version __gmp_version macro
491 __GMP_DECLSPEC extern const char * const gmp_version;
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/riscv64/
H A Dgmp.h490 #define gmp_version __gmp_version macro
491 __GMP_DECLSPEC extern const char * const gmp_version;
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
H A Dgmp.h490 #define gmp_version __gmp_version macro
491 __GMP_DECLSPEC extern const char * const gmp_version;
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
H A Dgmp.h490 #define gmp_version __gmp_version macro
491 __GMP_DECLSPEC extern const char * const gmp_version;
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/m68k/
H A Dgmp.h490 #define gmp_version __gmp_version macro
491 __GMP_DECLSPEC extern const char * const gmp_version;

Completed in 222 milliseconds

12