Searched refs:GMP (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2201 GCMetadataPrinter *GMP = I->instantiate(); local
2202 GMP->S = S;
2203 GCMap.insert(std::make_pair(S, GMP));
2204 return GMP;
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dtommath.tex465 for more worthy reasons. Other libraries such as GMP \cite{GMP}, MPI \cite{MPI}, LIP \cite{LIP} and OpenSSL
478 very hard. GMP has many conditional code segments which also hinder tracing.
481 which is fairly small compared to GMP (over $250$KiB). LibTomMath is slightly larger than MPI (which compiles to about
493 The GMP library also does not return error codes. Instead it uses a POSIX.1 \cite{POSIX1} signal system where errors
499 While LibTomMath is certainly not the fastest library (GMP often beats LibTomMath by a factor of two) it does
500 feature a set of optimal algorithms for tasks such as modular reduction, exponentiation, multiplication and squaring. GMP
501 and LIP also feature such optimizations while MPI only uses baseline algorithms with no optimizations. GMP lacks a few
502 of the additional modular reduction optimizations that LibTomMath features\footnote{At the time of this writing GMP
507 slower than the best libraries such as GMP an
[all...]
H A Dbn.tex245 Unlike GNU MP (GMP) Library, LIP, OpenSSL or various other commercial kits (Miracl), LibTomMath was not written with
/macosx-10.9.5/cxxfilt-11/cxxfilt/
H A Dconfigure34 --with-gmp=PATH Specify prefix directory for the installed GMP package
38 --with-gmp-include=PATH Specify directory for installed GMP include files"
40 --with-gmp-lib=PATH Specify the directory for the installed GMP library"
2263 # Check for GMP and MPFR
2370 # Check GMP actually works
2458 { echo "configure: error: Building GCC requires GMP 4.1+ and MPFR 2.2.1+.
2463 If you obtained GMP and/or MPFR from a vendor distribution package, make
2469 # Flags needed for both GMP and/or MPFR

Completed in 304 milliseconds