Home
last modified time | relevance | path

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

123456789

/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/python/cpython3/Lib/test/
Dsha256.pem3 …i:/C=FR/ST=Calvados/L=Caen/O=TBS INTERNET/OU=Terms and Conditions: http://www.tbs-internet.com/CA/…
40 …1 s:/C=FR/ST=Calvados/L=Caen/O=TBS INTERNET/OU=Terms and Conditions: http://www.tbs-internet.com/C…
/external/python/cpython2/Lib/test/
Dsha256.pem3 …i:/C=FR/ST=Calvados/L=Caen/O=TBS INTERNET/OU=Terms and Conditions: http://www.tbs-internet.com/CA/…
40 …1 s:/C=FR/ST=Calvados/L=Caen/O=TBS INTERNET/OU=Terms and Conditions: http://www.tbs-internet.com/C…
/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 …]
DDependenceAnalysis.cpp3212 SmallVector<const SCEV *, 4> Terms; in tryDelinearize() local
3213 SE->collectParametricTerms(SrcAR, Terms); in tryDelinearize()
3214 SE->collectParametricTerms(DstAR, Terms); in tryDelinearize()
3218 SE->findArrayDimensions(Terms, Sizes, ElementSize); in tryDelinearize()
/external/doclava/res/assets/templates-sdk/
Ddesignpage.cs76 <a href="http://www.android.com/terms.html">Site Terms of Service</a> &ndash;
/external/hyphenation-patterns/en-GB/
DNOTICE2 Distributed under the Terms of Use in
Dhyph-en-gb.lic.txt17 % Distributed under the Terms of Use in
/external/hyphenation-patterns/hr/
DNOTICE5 Distributed under the Terms of Use in
/external/unicode/
DNOTICE4 Distributed under the Terms of Use in
/external/noto-fonts/emoji-compat/
DLICENSE_UNICODE4 Distributed under the Terms of Use in
/external/icu/icu4c/source/data/unidata/
Ducdterms.txt19 Terms of Use in http://www.unicode.org/copyright.html.
/external/llvm/include/llvm/Analysis/
DScalarEvolution.h1531 void findArrayDimensions(SmallVectorImpl<const SCEV *> &Terms,
1541 SmallVectorImpl<const SCEV *> &Terms);
/external/pdfium/third_party/freetype/
DFTL.TXT59 Legal Terms
/external/freetype/
DNOTICE63 Legal Terms
/external/freetype/docs/
DFTL.TXT59 Legal Terms
/external/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h170 SmallVectorImpl<std::pair<unsigned, int>> &Terms);
/external/ImageMagick/
DLICENSE37 Terms and Conditions for Use, Reproduction, and Distribution
/external/robolectric/v1/src/main/java/
DNOTICE254 under the Terms of Use in http://www.unicode.org/copyright.html.
/external/eigen/
DCOPYING.MPL2206 3.5. Application of Additional Terms
DNOTICE206 3.5. Application of Additional Terms
DCOPYING.GPL343 7. Additional Terms.
623 How to Apply These Terms to Your New Programs
/external/javaparser/
DLICENSE.GPL343 7. Additional Terms.
623 How to Apply These Terms to Your New Programs
/external/dnsmasq/
DCOPYING-v3343 7. Additional Terms.
623 How to Apply These Terms to Your New Programs
/external/libnl/doc/
DCOPYING343 7. Additional Terms.
623 How to Apply These Terms to Your New Programs

123456789