Home
last modified time | relevance | path

Searched refs:GMP (Results 1 – 20 of 20) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/cpan/bignum/t/
H A Dbackend-gmp-bigfloat.t9 eval { require Math::BigInt::GMP; };
11 plan skip_all => "Math::BigInt::GMP not installed";
17 use bigfloat only => "GMP";
20 is($x -> config("lib"), "Math::BigInt::GMP",
21 "backend is Math::BigInt::GMP");
H A Dbackend-gmp-bigint.t9 eval { require Math::BigInt::GMP; };
11 plan skip_all => "Math::BigInt::GMP not installed";
17 use bigint only => "GMP";
20 is($x -> config("lib"), "Math::BigInt::GMP",
21 "backend is Math::BigInt::GMP");
H A Dbackend-gmp-bignum.t9 eval { require Math::BigInt::GMP; };
11 plan skip_all => "Math::BigInt::GMP not installed";
17 use bignum only => "GMP";
20 is($x -> config("lib"), "Math::BigInt::GMP",
21 "backend is Math::BigInt::GMP");
H A Dbackend-gmp-bigrat.t9 eval { require Math::BigInt::GMP; };
11 plan skip_all => "Math::BigInt::GMP not installed";
17 use bigrat only => "GMP";
20 is($x -> config("lib"), "Math::BigInt::GMP",
21 "backend is Math::BigInt::GMP");
/openbsd-src/gnu/usr.bin/perl/cpan/bignum/gentest/
H A Dbackend.sh12 GMP
/openbsd-src/gnu/usr.bin/perl/t/porting/
H A Dknown_pod_issues.dat218 Math::BigInt::GMP
/openbsd-src/gnu/usr.bin/binutils-2.17/
H A Dconfigure.in1088 # Check for GMP and MPFR
1111 AC_ARG_WITH(gmp-dir, [ --with-gmp-dir=PATH Specify source directory for GMP library])
1125 AC_ARG_WITH(gmp, [ --with-gmp=PATH Specify directory for installed GMP library])
1134 # Check GMP actually works
1155 # Flags needed for both GMP and/or MPFR
1272 # Disable languages that need GMP if it isn't available.
1276 AC_MSG_ERROR([GMP with MPFR support is required to build $language])
/openbsd-src/usr.bin/ssh/
H A DLICENCE34 - GMP is no longer used, and instead we call BN code from OpenSSL
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3883 std::unique_ptr<GCMetadataPrinter> GMP = GCMetaPrinter.instantiate(); in getOrCreateGCPrinter() local
3884 GMP->S = &S; in getOrCreateGCPrinter()
3885 GCPI->second = std::move(GMP); in getOrCreateGCPrinter()
/openbsd-src/sbin/isakmpd/
H A DDESIGN-NOTES51 gmp_util.c Utilities to ease interfacing to GMP.
/openbsd-src/gnu/gcc/gcc/doc/
H A Dgccinstall.info172 GNU Multiple Precision Library (GMP) version 4.1 (or later)
181 GMP 4.1.x contains numerous bugs. Although GNU Fortran will appear
1191 If you do not have GMP (the GNU Multiple Precision library) and the
2616 (although it can generate 64-bit programs) the GMP and MPFR libraries
2617 required by gfortran must be 32-bit libraries. Building GMP and MPFR
3154 When configuring the GNU Multiple Precision Library (GMP) or the MPFR
3158 source directory of GCC (and not that of GMP or MPFR). For example on
3224 When configuring the GNU Multiple Precision Library (GMP) or the MPFR
H A Dinstall.texi298 @item GNU Multiple Precision Library (GMP) version 4.1 (or later)
309 GMP 4.1.x contains numerous bugs. Although GNU Fortran will appear
1396 If you do not have GMP (the GNU Multiple Precision library) and the
3256 (although it can generate 64-bit programs) the GMP and MPFR libraries
3257 required by gfortran must be 32-bit libraries. Building GMP and MPFR
3870 When configuring the GNU Multiple Precision Library (GMP) or the MPFR
3874 the toplevel source directory of GCC (and not that of GMP or MPFR).
3958 When configuring the GNU Multiple Precision Library (GMP) or the
H A Dsourcebuild.texi725 If defined to @samp{yes}, this frontend requires the GMP library.
726 Enables configure tests for GMP, which set @code{GMPLIBS} and
H A Dgccint.info2043 If defined to `yes', this frontend requires the GMP library.
2044 Enables configure tests for GMP, which set `GMPLIBS' and `GMPINC'
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperl581delta.pod361 libraries like Math::BigInt::GMP benefit from this. In addition, a lot of the
H A Dperl58delta.pod1374 libraries such as GMP and PARI as their backends.
H A Dperlop.pod3834 Math::GMP another one using an external C library
/openbsd-src/gnu/usr.bin/perl/cpan/Math-BigInt/t/
H A Dbigintpm.inc706 # skip GMP, Pari et al.
/openbsd-src/share/misc/
H A Dairport615 GMP:Gimpo International, Seoul, South Korea
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog12177 * longlong.h: Partially synchronize with GMP-4.1 version:
15210 * longlong.h: Import current PowerPC defintion from GMP-4.1.