HomeSort by: relevance | last modified time | path
    Searched defs:GMP (Results 1 - 7 of 7) sorted by relevancy

  /src/external/lgpl3/gmp/dist/demos/perl/GMP/
Rand.pm 0 # GMP random numbers module.
32 package GMP::Rand;
34 require GMP;
36 @ISA = qw(GMP Exporter);
Mpf.pm 0 # GMP mpf module.
32 package GMP::Mpf;
34 require GMP;
36 @ISA = qw(GMP Exporter);
91 die "GMP::Mpf: invalid \$# format: $#\n";
97 GMP::sprintf_internal ($fmt, $_[0]);
Mpq.pm 0 # GMP mpq module.
32 package GMP::Mpq;
34 require GMP;
36 @ISA = qw(GMP Exporter);
Mpz.pm 0 # GMP mpz module.
32 package GMP::Mpz;
34 require GMP;
36 @ISA = qw(GMP Exporter);
  /src/external/lgpl3/gmp/dist/demos/perl/
GMP.pm 0 # GMP perl module
39 package GMP;
55 bootstrap GMP $VERSION;
58 # The format string is cut up into "%" specifiers so GMP types can be
59 # passed to GMP::sprintf_internal. Any "*"s are interpolated before
84 if (UNIVERSAL::isa($_[0],"GMP::Mpz")) {
86 die "GMP::sprintf: unsupported output format for mpz: $pat2\n";
91 } elsif (UNIVERSAL::isa($_[0],"GMP::Mpq")) {
93 die "GMP::sprintf: unsupported output format for mpq: $pat2\n";
98 } elsif (UNIVERSAL::isa($_[0],"GMP::Mpf"))
    [all...]
  /src/tools/gcc/
lgpl3.mk 4 .include "../../external/lgpl3/gmp/Makefile.arch"
8 GMP= ${NETBSDSRCDIR}/external/lgpl3/gmp
12 GMPOBJ!= cd ${GMP}/lib/libgmp && ${PRINTOBJDIR}
16 GMPINC= ${GMP}/lib/libgmp/arch/${GMP_MACHINE_ARCH}
21 --with-gmp-lib=${GMPOBJ} \
24 --with-gmp-include=${GMPINC}
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 3396 std::unique_ptr<GCMetadataPrinter> GMP = GCMetaPrinter.instantiate();
3397 GMP->S = &S;
3398 auto IterBool = GCMap.insert(std::make_pair(&S, std::move(GMP)));

Completed in 53 milliseconds