Home
last modified time | relevance | path

Searched refs:Exact (Results 1 – 25 of 52) sorted by relevance

123

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DGlobPattern.cpp114 Pat.Exact = S; in create()
144 if (Exact) in match()
145 return S == *Exact; in match()
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dscript.h269 typedef Unordered_map<std::string, Version_tree_match> Exact; typedef
299 const Version_expression*, Exact*);
316 Exact* exact_[LANGUAGE_COUNT];
H A Dscript.cc2228 Exact* pe) in add_exact_match()
2230 std::pair<Exact::iterator, bool> ins = in add_exact_match()
2303 this->exact_[exp.language] = new Exact(); in build_expression_list_lookup()
2349 Exact* exact = this->exact_[i]; in get_symbol_version()
2364 Exact::const_iterator pe = exact->find(name_to_match); in get_symbol_version()
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dscript.h269 typedef Unordered_map<std::string, Version_tree_match> Exact; typedef
299 const Version_expression*, Exact*);
316 Exact* exact_[LANGUAGE_COUNT];
H A Dscript.cc2228 Exact* pe) in add_exact_match()
2230 std::pair<Exact::iterator, bool> ins = in add_exact_match()
2303 this->exact_[exp.language] = new Exact(); in build_expression_list_lookup()
2349 Exact* exact = this->exact_[i]; in get_symbol_version()
2364 Exact::const_iterator pe = exact->find(name_to_match); in get_symbol_version()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp335 bool Exact; in walkForwards() local
338 &Exact); in walkForwards()
450 bool Exact; in convert() local
453 &Exact); in convert()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DGlobPattern.h51 Optional<StringRef> Exact; variable
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dcasefold_test.in14 # Exact-fit null termination test.
H A Dcasefold_test.ref30 > # Exact-fit null termination test.
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h1015 for (int Exact : Exacts) in setRequiresImmediate() local
1016 ImmSet.insert(Exact); in setRequiresImmediate()
1018 void setRequiresImmediate(int Exact) { in setRequiresImmediate()
1020 ImmSet.insert(Exact); in setRequiresImmediate()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h192 Exact, enumerator
201 Mode EvalMode = Mode::Exact;
H A DScalarEvolution.h753 Exact,
767 ExitCountKind Kind = Exact);
779 const SCEV *getBackedgeTakenCount(const Loop *L, ExitCountKind Kind = Exact);
/netbsd-src/external/lgpl3/gmp/dist/doc/
H A Dgmp.info124 Node: Exact Division299710
125 Node: Exact Remainder303737
H A Dgmp.info-221 File: gmp.info, Node: Exact Remainder, Next: Small Quotient Division, Prev: Exact Division, Up:…
23 15.2.6 Exact Remainder
72 File: gmp.info, Node: Small Quotient Division, Prev: Exact Remainder, Up: Division Algorithms
390 to an exact remainder (*note Exact Remainder::).
781 far, so the exact division algorithm is used (*note Exact Division::).
1946 * Tudor Jebelean, "Exact Division with Karatsuba Complexity -
1963 * Werner Krandick and Tudor Jebelean, "Bidirectional Exact Integer
2623 * Congruence algorithm: Exact Remainder. (line 30)
2654 * Divisibility algorithm: Exact Remainder. (line 30)
2675 * Exact division functions: Integer Division. (line 125)
[all …]
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc4523.txt177 ( 1.3.6.1.1.15.1 DESC 'X.509 Certificate Exact Assertion' )
197 DESC 'X.509 Certificate Pair Exact Assertion' )
216 DESC 'X.509 Certificate List Exact Assertion' )
263 DESC 'X.509 Certificate Exact Match'
294 DESC 'X.509 Certificate Pair Exact Match'
314 DESC 'X.509 Certificate List Exact Match'
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h375 bool Exact : 1;
394 : NoUnsignedWrap(false), NoSignedWrap(false), Exact(false), NoNaNs(false),
413 void setExact(bool b) { Exact = b; }
426 bool hasExact() const { return Exact; }
441 Exact &= Flags.Exact;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A D2097.md590 ; Exact number of cycles is not known at compile-time.
616 ; Exact number of cycles is not known at compile-time.
647 ; Exact number of cycles is not known at compile-time.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A D2097.md590 ; Exact number of cycles is not known at compile-time.
616 ; Exact number of cycles is not known at compile-time.
647 ; Exact number of cycles is not known at compile-time.
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstrTypes.h366 DEFINE_HELPERS(SDiv, Exact) // CreateExactSDiv
367 DEFINE_HELPERS(UDiv, Exact) // CreateExactUDiv
368 DEFINE_HELPERS(AShr, Exact) // CreateExactAShr
369 DEFINE_HELPERS(LShr, Exact) // CreateExactLShr
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/
H A DOSSL_PROVIDER-default.pod43 Some implementations may define additional properties. Exact information is
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DAddressSanitizer.rst261 * AddressSanitizer uses more real memory than a native run. Exact overhead
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp786 bool Exact = (Dist % IVBump) == 0; in computeCount() local
789 if (!Exact) in computeCount()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp541 EvalOptions.EvalMode = ObjectSizeOpts::Mode::Exact; in lowerObjectSizeCall()
/netbsd-src/external/historical/nawk/dist/testdir/
H A Dfunstack.ok558 J. A. Howell ACM Algorithm 406: Exact Solution of
1173 D. L. March ACM Algorithm 434: Exact Probabilities
1370 J. A. Howell Exact solution of linear equations using
1807 D. M. Boulton Exact probabilities for R*C contingency
1997 J. Pomeranz ACM Algorithm 487: Exact Cumulative
3571 D. M. Boulton Remark on ``Algorithm 434: Exact
3580 J. Pomeranz Remark on ``Algorithm 487: Exact
/netbsd-src/external/public-domain/tz/dist/
H A Dbackzone445 # Exact date unknown
447 # Exact date in October unknown; Sunday October 1 is a reasonable guess.
449 # Exact date in June unknown; Sunday June 2 is a reasonable guess.

123