Home
last modified time | relevance | path

Searched refs:Terms (Results 1 – 25 of 309) sorted by relevance

12345678910>>...13

/external/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp44 Counter C, int Sign, SmallVectorImpl<std::pair<unsigned, int>> &Terms) { in extractTerms() argument
49 Terms.push_back(std::make_pair(C.getCounterID(), Sign)); in extractTerms()
53 extractTerms(E.LHS, Sign, Terms); in extractTerms()
55 Terms); in extractTerms()
62 llvm::SmallVector<std::pair<unsigned, int>, 32> Terms; in simplify() local
63 extractTerms(ExpressionTree, +1, Terms); in simplify()
67 if (Terms.size() == 0) in simplify()
71 std::sort(Terms.begin(), Terms.end(), in simplify()
78 auto Prev = Terms.begin(); in simplify()
79 for (auto I = Prev + 1, E = Terms.end(); I != E; ++I) { in simplify()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp58 SmallVectorImpl<Term> &Terms) { in extractTerms() argument
63 Terms.emplace_back(C.getCounterID(), Factor); in extractTerms()
67 extractTerms(E.LHS, Factor, Terms); in extractTerms()
69 E.RHS, E.Kind == CounterExpression::Subtract ? -Factor : Factor, Terms); in extractTerms()
76 SmallVector<Term, 32> Terms; in simplify() local
77 extractTerms(ExpressionTree, +1, Terms); in simplify()
81 if (Terms.size() == 0) in simplify()
85 llvm::sort(Terms, [](const Term &LHS, const Term &RHS) { in simplify()
90 auto Prev = Terms.begin(); in simplify()
91 for (auto I = Prev + 1, E = Terms.end(); I != E; ++I) { in simplify()
[all …]
/external/licenseclassifier/v2/assets/License/Cloud-Pre-GA/
Dlicense.txt3 … of this software is governed by the Pre-GA Offering Terms section of the the Service Specific Ter…
/external/cldr/
DCONTRIBUTING.md36 - The CLA must be signed, agreeing to the [Terms of use][]. You will be prompted on the PR to sign …
53 - Usage of CLDR data and software is governed by the Unicode [Terms of use][] a copy of which is in…
93 All rights reserved. [Terms of use][]
96 [Terms of use]: https://www.unicode.org/copyright.html
DREADME.md33 - Usage of CLDR data and software is governed by the [Unicode Terms of Use](https://www.unicode.org…
45 [Terms of use](https://www.unicode.org/copyright.html)
Dunicode-license.txt3 See Terms of Use for definitions of Unicode Inc.'s
17 Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
/external/cldr/tools/cldr-rdf/
DREADME.md13 [Terms of use](https://www.unicode.org/copyright.html)
/external/licenseclassifier/v2/assets/License/Unicode-TOU/
Dlicense.txt1 Unicode Terms of Use
11 …o create derivative works conforming to the Unicode® Standard, subject to Terms and Conditions her…
13 … the creation of products supporting the Unicode Standard, subject to the Terms and Conditions her…
17 …of the core specification for Unicode 6.0 and later, are covered under these general Terms of Use.
/external/licenseclassifier/licenses/
DUnicode-TOU.txt1 Unicode Terms of Use
11 …o create derivative works conforming to the Unicode® Standard, subject to Terms and Conditions her…
13 … the creation of products supporting the Unicode Standard, subject to the Terms and Conditions her…
17 …of the core specification for Unicode 6.0 and later, are covered under these general Terms of Use.
DBCL.txt7 … limited to, the Java Technology Restrictions of the Supplemental License Terms, Oracle grants you…
9 …rictions for developers and/or publishers licenses are set forth in the Supplemental License Terms.
35Terms add to or modify the terms of the Binary Code License Agreement. Capitalized terms not defin…
37 …e other than as set forth in Sections B, C, D and E of these Supplemental Terms. If You want to us…
39 …but not limited to the Java Technology Restrictions of these Supplemental Terms, Oracle grants you…
41 …logy Restrictions and Limitations on Redistribution of these Supplemental Terms, Oracle grants you…
43 …logy Restrictions and Limitations on Redistribution of these Supplemental Terms, Oracle grants you…
/external/cldr/specs/
DREADME.md8 [Terms of use](https://www.unicode.org/copyright.html)
/external/rust/crates/bstr/src/unicode/data/
DLICENSE-UNICODE2 See Terms of Use for definitions of Unicode Inc.'s
16 Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
/external/rust/crates/unicode-ident/
DLICENSE-UNICODE3 See Terms of Use <https://www.unicode.org/copyright.html>
17 Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
/external/licenseclassifier/v2/assets/License/BCL/
Dlicense.txt7 … limited to, the Java Technology Restrictions of the Supplemental License Terms, Oracle grants you…
9 …rictions for developers and/or publishers licenses are set forth in the Supplemental License Terms.
35Terms add to or modify the terms of the Binary Code License Agreement. Capitalized terms not defin…
37 …e other than as set forth in Sections B, C, D and E of these Supplemental Terms. If You want to us…
39 …but not limited to the Java Technology Restrictions of these Supplemental Terms, Oracle grants you…
41 …logy Restrictions and Limitations on Redistribution of these Supplemental Terms, Oracle grants you…
43 …logy Restrictions and Limitations on Redistribution of these Supplemental Terms, Oracle grants you…
/external/cldr/docs/
DREADME.md19 [Terms of use](https://www.unicode.org/copyright.html)
Dindex.md23 [Terms of use](https://www.unicode.org/copyright.html)
/external/licenseclassifier/v2/assets/License/GIAJWTOU-2.0/
Dlicense.txt11 Geospatial Information Authority of Japan Website Terms of Use:
/external/cldr/tools/scripts/tr-archive/
DREADME.md45 [Terms of use](https://www.unicode.org/copyright.html)
/external/licenseclassifier/v2/assets/License/HDF5/
Dpristine.txt1 Copyright Notice and License Terms for
50 Laboratory (LBNL). LBNL's Copyright Notice and Licensing Terms can be
/external/llvm/lib/Analysis/
DScalarEvolution.cpp8957 SmallVectorImpl<const SCEV *> &Terms; member
8960 : Terms(T) {} in SCEVCollectTerms()
8965 Terms.push_back(S); in follow()
9012 SmallVectorImpl<const SCEV *> &Terms; member
9016 : Terms(T), SE(SE) {} in SCEVCollectAddRecMultiplies()
9038 Terms.push_back(SE.getMulExpr(Operands)); in follow()
9055 SmallVectorImpl<const SCEV *> &Terms) { in collectParametricTerms() argument
9067 SCEVCollectTerms TermCollector(Terms); in collectParametricTerms()
9073 for (const SCEV *T : Terms) in collectParametricTerms()
9077 SCEVCollectAddRecMultiplies MulCollector(Terms, *this); in collectParametricTerms()
[all …]
/external/doclava/res/assets/templates-sdk/
Ddesignpage.cs76 <a href="http://www.android.com/terms.html">Site Terms of Service</a> &ndash;
/external/cronet/third_party/icu/source/config/
Ddist-data.sh102 [Terms of Use and License](http://www.unicode.org/copyright.html)
/external/icu/icu4c/source/config/
Ddist-data.sh102 [Terms of Use and License](http://www.unicode.org/copyright.html)
/external/hyphenation-patterns/en-GB/
DNOTICE2 Distributed under the Terms of Use in
/external/licenseclassifier/v2/assets/License/Android-SDK/
D20161209.txt1 Terms and conditions
58 …tions under the License Agreement, any applicable third party contract or Terms of Service, or any…
86Terms of Service. You may not modify, rent, lease, loan, sell, distribute or create derivative wor…
130 14. General Legal Terms

12345678910>>...13