HomeSort by relevance Sort by last modified time
    Searched refs:Terms (Results 1 - 16 of 16) sorted by null

  /external/wpa_supplicant_8/hs20/server/www/
free-remediation.php 9 <p>Terms and conditions have changed. You need to accept the new terms
12 <p>Terms and conditions..</p>
free.php 18 <p>Terms and conditions..</p>
  /external/llvm/lib/ProfileData/Coverage/
CoverageMapping.cpp 44 Counter C, int Sign, SmallVectorImpl<std::pair<unsigned, int>> &Terms) {
49 Terms.push_back(std::make_pair(C.getCounterID(), Sign));
53 extractTerms(E.LHS, Sign, Terms);
55 Terms);
61 // Gather constant terms.
62 llvm::SmallVector<std::pair<unsigned, int>, 32> Terms;
63 extractTerms(ExpressionTree, +1, Terms);
65 // If there are no terms, this is just a zero. The algorithm below assumes at
67 if (Terms.size() == 0)
70 // Group the terms by counter ID
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/Coverage/
CoverageMapping.cpp 59 SmallVectorImpl<Term> &Terms) {
64 Terms.emplace_back(C.getCounterID(), Factor);
68 extractTerms(E.LHS, Factor, Terms);
70 E.RHS, E.Kind == CounterExpression::Subtract ? -Factor : Factor, Terms);
76 // Gather constant terms.
77 SmallVector<Term, 32> Terms;
78 extractTerms(ExpressionTree, +1, Terms);
80 // If there are no terms, this is just a zero. The algorithm below assumes at
82 if (Terms.size() == 0)
85 // Group the terms by counter ID
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 735 // Bail out when the Numerator is not divisible by one of the terms of
    [all...]
DependenceAnalysis.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ScalarEvolution.cpp 531 /// Compare the two values \p LV and \p RV in terms of their "complexity" where
893 // Bail out when the Numerator is not divisible by one of the terms of
    [all...]
DependenceAnalysis.cpp     [all...]
  /build/make/tools/droiddoc/templates-pdk/
customizations.cs 145 <a href="http://www.google.com/intl/en/policies/" target="_blank">Privacy &amp; Terms</a> -
  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h     [all...]
  /external/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 164 /// \brief Gather the terms of the expression tree for processing.
170 SmallVectorImpl<std::pair<unsigned, int>> &Terms);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 180 /// Gather the terms of the expression tree for processing.
185 void extractTerms(Counter C, int Sign, SmallVectorImpl<Term> &Terms);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
ScalarEvolution.h 694 /// Implemented in terms of the \c getSmallConstantTripCount overload with
716 /// Implemented in terms of the \c getSmallConstantTripMultiple overload with
    [all...]
  /external/kotlinc/
LICENSE 79 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
83 "License" shall mean the terms and conditions for use, reproduction,
140 2. Grant of Copyright License. Subject to the terms and conditions of
147 3. Grant of Patent License. Subject to the terms and conditions of
198 may provide additional or different license terms and conditions
206 by You to the Licensor shall be under the terms and conditions of
207 this License, without any additional terms or conditions.
209 the terms of any separate license agreement you may have executed
250 END OF TERMS AND CONDITIONS
301 as their terms may differ from the terms below
    [all...]
NOTICE 79 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
83 "License" shall mean the terms and conditions for use, reproduction,
140 2. Grant of Copyright License. Subject to the terms and conditions of
147 3. Grant of Patent License. Subject to the terms and conditions of
198 may provide additional or different license terms and conditions
206 by You to the Licensor shall be under the terms and conditions of
207 this License, without any additional terms or conditions.
209 the terms of any separate license agreement you may have executed
250 END OF TERMS AND CONDITIONS
301 as their terms may differ from the terms below
    [all...]
  /external/syzkaller/vendor/google.golang.org/api/compute/v0.beta/
compute-gen.go     [all...]

Completed in 1222 milliseconds