| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | GlobPattern.cpp | 114 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 D | script.h | 269 typedef Unordered_map<std::string, Version_tree_match> Exact; typedef 299 const Version_expression*, Exact*); 316 Exact* exact_[LANGUAGE_COUNT];
|
| H A D | script.cc | 2228 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 D | script.h | 269 typedef Unordered_map<std::string, Version_tree_match> Exact; typedef 299 const Version_expression*, Exact*); 316 Exact* exact_[LANGUAGE_COUNT];
|
| H A D | script.cc | 2228 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 D | Float2Int.cpp | 335 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 D | GlobPattern.h | 51 Optional<StringRef> Exact; variable
|
| /netbsd-src/external/ibm-public/postfix/dist/src/util/ |
| H A D | casefold_test.in | 14 # Exact-fit null termination test.
|
| H A D | casefold_test.ref | 30 > # Exact-fit null termination test.
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 1015 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 D | MemoryBuiltins.h | 192 Exact, enumerator 201 Mode EvalMode = Mode::Exact;
|
| H A D | ScalarEvolution.h | 753 Exact, 767 ExitCountKind Kind = Exact); 779 const SCEV *getBackedgeTakenCount(const Loop *L, ExitCountKind Kind = Exact);
|
| /netbsd-src/external/lgpl3/gmp/dist/doc/ |
| H A D | gmp.info | 124 Node: Exact Division299710 125 Node: Exact Remainder303737
|
| H A D | gmp.info-2 | 21 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 D | rfc4523.txt | 177 ( 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 D | SelectionDAGNodes.h | 375 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 D | 2097.md | 590 ; 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 D | 2097.md | 590 ; 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 D | InstrTypes.h | 366 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 D | OSSL_PROVIDER-default.pod | 43 Some implementations may define additional properties. Exact information is
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/ |
| H A D | AddressSanitizer.rst | 261 * AddressSanitizer uses more real memory than a native run. Exact overhead
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonHardwareLoops.cpp | 786 bool Exact = (Dist % IVBump) == 0; in computeCount() local 789 if (!Exact) in computeCount()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | MemoryBuiltins.cpp | 541 EvalOptions.EvalMode = ObjectSizeOpts::Mode::Exact; in lowerObjectSizeCall()
|
| /netbsd-src/external/historical/nawk/dist/testdir/ |
| H A D | funstack.ok | 558 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 D | backzone | 445 # 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.
|