/external/clang/test/Analysis/ |
comparison-implicit-casts.cpp | 13 // This is not directly related to additive folding, but we use SValBuilder's 14 // additive folding to tickle the bug. ExprEngine will simplify fully-constrained 16 // SymExpr (e.g. with additive folding) or (b) generated by a checker (e.g.
|
additive-folding.cpp | 29 // Different additive types should not cause crashes when constant-folding.
|
/external/chromium/chrome/browser/autofill/ |
form_group.h | 24 // This method is additive on |possible_types|.
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGAttributeNames.in | 7 additive
|
SVGAnimatedAngle.cpp | 102 // Animating from an angle value to eg. 'auto' - this disabled additive as 'auto' is a keyword.. 133 // Regular from angle to angle animation, with all features like additive etc.
|
SVGAnimatedPath.cpp | 132 // Handle additive='sum'.
|
SVGAnimatedTransformList.cpp | 100 // ?to? attribute value, which conflicts mathematically with the requirement for additive transform animations
|
/external/clang/include/clang/Basic/ |
OperatorPrecedence.h | 40 Additive = 12, // -, +
|
/external/oprofile/libdb/ |
db_insert.c | 91 * node are additive not multiplicative.
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
ShadowTreeStyleSheetCollection.cpp | 105 if (change.styleResolverUpdateType != Additive) {
|
StyleSheetCollection.h | 101 Additive,
|
StyleSheetCollection.cpp | 135 return hasInsertions ? Reset : Additive; 189 if (updateType != Additive) {
|
/external/libvpx/libvpx/vpx/ |
vp8.h | 88 int noise_level; /**< the strength of additive noise, valid range [0, 16] */
|
/external/stressapptest/src/ |
finelock_queue.h | 105 int64 c_; // 'c' additive value for prgressing randomly
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
tokenize_tests.txt | 162 # additive
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
tokenize_tests.txt | 162 # additive
|
/external/llvm/include/llvm/Target/ |
TargetSchedule.td | 170 // SchedWrites with additive latency. This allows a single operand to 303 // operand and assumed to execute sequentially with additive 307 // operands. In this case, latency is not additive. If the current Variant
|
/external/chromium/base/metrics/ |
stats_table_unittest.cc | 327 // Verify that timing again is additive. 360 // Verify that timing again is additive.
|
/external/chromium_org/third_party/WebKit/Source/platform/scroll/ |
ScrollbarThemeMacCommon.mm | 175 // Prefer non-additive shadows, but degrade to additive shadows if there is vertical overhang.
|
/external/clang/lib/Basic/ |
OperatorPrecedence.cpp | 67 case tok::minus: return prec::Additive;
|
/external/emma/core/java12/com/vladium/emma/report/ |
Item.java | 79 // plenty of exceptions to the additive roll up rule:
|
/external/llvm/lib/Transforms/Utils/ |
MetaRenamer.cpp | 62 // Seed our PRNG with simple additive sum of ModuleID. We're looking to
|
/external/srec/srec/clib/ |
cnorm_tr.c | 87 /* The additive expression is due to
|
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/jni/ |
jni_stochastic_linear_ranker.h | 66 /* Kernel bias is typically an additive factors to the dot product while calculating
|
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/ |
stochastic_linear_ranker.h | 212 // Kernel gain and bias are typically multiplicative and additive factors to
|