OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GMP
(Results
1 - 22
of
22
) sorted by relevancy
/src/external/lgpl3/gmp/dist/demos/perl/
sample.pl
3
# Some sample
GMP
module operations
36
use
GMP
;
37
print "using
GMP
module $
GMP
::VERSION and
GMP
library ",
GMP
::version(),"\n";
40
use
GMP
::Mpz qw(:all);
45
use
GMP
::Mpq qw(:constants);
47
use
GMP
::Mpq qw(:noconstants);
50
use
GMP
::Mpf qw(mpf)
[
all
...]
test2.pl
0
#
GMP
perl module tests (part 2)
36
use
GMP
::Mpz qw(:constants);
39
ok (UNIVERSAL::isa ($a, "
GMP
::Mpz"));
41
use
GMP
::Mpz qw(:noconstants);
43
use
GMP
::Mpq qw(:constants);
46
ok (UNIVERSAL::isa ($a, "
GMP
::Mpq"));
48
use
GMP
::Mpq qw(:noconstants);
50
use
GMP
::Mpf qw(:constants);
53
ok (UNIVERSAL::isa ($a, "
GMP
::Mpf"));
55
use
GMP
::Mpf qw(:noconstants)
[
all
...]
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
...]
GMP.xs
0
/*
GMP
module external subroutines.
56
There's only a few "si" functions in
gmp
, so usually SvIV values get
66
The memory leak detection attempted in
GMP
::END() doesn't work when mpz's
70
See the bugs section of
GMP
.pm too. */
88
#include "
gmp
.h"
97
#define SvUVX(sv) (croak("
GMP
: oops, shouldn't be using SvUVX"), 0)
133
/* In a MINGW or Cygwin DLL build of
gmp
, the various
gmp
functions are
152
static classconst char mpz_class[] = "
GMP
::Mpz";
153
static classconst char mpq_class[] = "
GMP
::Mpq"
[
all
...]
test.pl
3
#
GMP
perl module tests
55
use
GMP
qw(:all);
56
use
GMP
::Mpz qw(:all);
57
use
GMP
::Mpq qw(:all);
58
use
GMP
::Mpf qw(:all);
59
use
GMP
::Rand qw(:all);
61
use
GMP
::Mpz qw(:constants);
62
use
GMP
::Mpz qw(:noconstants);
63
use
GMP
::Mpq qw(:constants);
64
use
GMP
::Mpq qw(:noconstants)
[
all
...]
/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);
Mpq.pm
0
#
GMP
mpq module.
32
package
GMP
::Mpq;
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]);
Mpz.pm
0
#
GMP
mpz module.
32
package
GMP
::Mpz;
34
require
GMP
;
36
@ISA = qw(
GMP
Exporter);
/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/lgpl3/gmp/dist/mpn/arm/v7a/cora15/
mul_1.asm
47
C
GMP
file structure might be misleading.
/src/external/lgpl3/gmp/dist/tests/
arm32call.asm
78
C in
GMP
.
/src/external/lgpl3/gmp/dist/doc/
configuration
174
actual differences in
GMP
then they're still given separate names, for
179
i) Decide the canonical CPU names
GMP
will accept.
184
iii) Document the names in
gmp
.texi.
194
iii) Document in
gmp
.texi, if desired. Usually this isn't a good
235
The
GMP
build system is in places somewhat dependent on the internals
240
** Updating
gmp
255
with "make
gmp
.dvi", "make
gmp
.ps" and "make
gmp
.pdf".
258
from the "config" cvs module at subversions.gnu.org). The
gmp
[
all
...]
/src/external/lgpl3/gmp/dist/mpn/x86/pentium4/sse2/
submul_1.asm
44
C
GMP
5.1, but it is not carefully tuned for either P6 or P4. In fact, it is
/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
)));
/src/external/lgpl3/mpfr/dist/
configure
1497
--enable-
gmp
-internals enable use of
GMP
undocumented functions [default=no]
1542
--with-
gmp
-include=DIR
GMP
include directory
1543
--with-
gmp
-lib=DIR
GMP
lib directory
1544
--with-
gmp
=DIR
GMP
install directory
1545
--with-
gmp
-build=DIR
GMP
build directory (please read INSTALL file
[
all
...]
/src/external/lgpl3/mpc/dist/
configure
1442
--with-
gmp
-include=DIR
GMP
include directory
1443
--with-
gmp
-lib=DIR
GMP
lib directory
1444
--with-
gmp
=DIR
GMP
install directory
3067
# Check whether --with-
gmp
was given.
3076
as_fn_error $? "Do not use --with-
gmp
and --with-
gmp
-include/--with-
gmp
-lib options simultaneously
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
configure
1889
GMPLIBS How to link
GMP
1890
GMPINC How to find
GMP
include files
13046
# system.h from including
gmp
.h.
/src/crypto/external/cpl/trousers/dist/
configure
1695
--with-
gmp
build TrouSerS with the
GMP
math lib (used in DAA)
4132
# daa math lib:
gmp
or openssl (default openssl)
4757
# Check whether --with-
gmp
was given.
4835
for ac_header in
gmp
.h
4986
{ $as_echo "$as_me:$LINENO: result: *** Enabling
GMP
lib at user request ***" >&5
4987
$as_echo "*** Enabling
GMP
lib at user request ***" >&6; }
/src/external/gpl3/gcc/dist/libcc1/
configure
1472
GMPINC How to find
GMP
include files
/src/external/gpl3/gcc.old/dist/libcc1/
configure
1468
GMPINC How to find
GMP
include files
/src/external/lgpl3/gmp/dist/
configure
6
# Report bugs to <
gmp
-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html>.
310
$0:
gmp
-bugs@gmplib.org, see
625
PACKAGE_TARNAME='
gmp
'
628
PACKAGE_BUGREPORT='
gmp
-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html'
629
PACKAGE_URL='http://www.gnu.org/software/
gmp
/'
631
ac_unique_file="
gmp
-impl.h"
1465
--docdir=DIR documentation root [DATAROOTDIR/doc/
gmp
]
1562
Report bugs to <
gmp
-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html>.
1563
GNU MP home page: <http://www.gnu.org/software/
gmp
/>.
2125
## Report this to
gmp
-bugs@gmplib.org #
[
all
...]
Completed in 86 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026