Home
last modified time | relevance | path

Searched refs:formula (Results 1 – 25 of 46) sorted by relevance

12

/external/skia/src/animator/
DSkAnimateSet.cpp81 if (formula.size() > 0) { in onEndElement()
85 …->setValue(maker, &fValues, fFieldOffset, comps, this, outType, formula.size() > 0 ? formula : to); in onEndElement()
DSkAnimateBase.cpp25 SK_MEMBER(formula, DynamicString),
86 if (formula.size() > 0) in dump()
87 SkDebugf("formula=\"%s\" ", formula.c_str()); in dump()
DSkAnimateBase.h55 SkString formula; variable
DSkAnimateActive.cpp174 if (animate->formula.size() > 0) { in create()
178 animate->getValuesType(), animate->formula); in create()
212 if (animate->formula.size() > 0) { in immediate()
216 animate->getValuesType(), animate->formula); in immediate()
DSkAnimateField.cpp100 if (formula.size() > 0){ in onEndElement()
DSkDisplayApply.cpp627 if (animate->formula.size() > 0) { in interpolate()
633 animate->getValuesType(), animate->formula); in interpolate()
720 if (resolveField(maker, this, &animator->formula) == false) in resolveIDs()
/external/chromium_org/third_party/skia/src/animator/
DSkAnimateSet.cpp81 if (formula.size() > 0) { in onEndElement()
85 …->setValue(maker, &fValues, fFieldOffset, comps, this, outType, formula.size() > 0 ? formula : to); in onEndElement()
DSkAnimateBase.cpp25 SK_MEMBER(formula, DynamicString),
86 if (formula.size() > 0) in dump()
87 SkDebugf("formula=\"%s\" ", formula.c_str()); in dump()
DSkAnimateBase.h55 SkString formula; variable
DSkAnimateActive.cpp174 if (animate->formula.size() > 0) { in create()
178 animate->getValuesType(), animate->formula); in create()
212 if (animate->formula.size() > 0) { in immediate()
216 animate->getValuesType(), animate->formula); in immediate()
DSkAnimateField.cpp100 if (formula.size() > 0){ in onEndElement()
DSkDisplayApply.cpp627 if (animate->formula.size() > 0) { in interpolate()
633 animate->getValuesType(), animate->formula); in interpolate()
720 if (resolveField(maker, this, &animator->formula) == false) in resolveIDs()
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
Dprototype-1.6.0.3.js2987 var mm, formula = m[6], predicate;
2988 if (formula == 'even') formula = '2n+0';
2989 if (formula == 'odd') formula = '2n+1';
2990 if (mm = formula.match(/^(\d+)$/)) // digit only
2992 if (mm = formula.match(/^(-?\d*)?n(([+-])(\d+))?/)) { // an+b
3273 'nth-child': function(nodes, formula, root) { argument
3274 return Selector.pseudos.nth(nodes, formula, root);
3276 'nth-last-child': function(nodes, formula, root) { argument
3277 return Selector.pseudos.nth(nodes, formula, root, true);
3279 'nth-of-type': function(nodes, formula, root) { argument
[all …]
Dconcat-jquery-mootools-prototype.js11366 var mm, formula = m[6], predicate;
11367 if (formula == 'even') formula = '2n+0';
11368 if (formula == 'odd') formula = '2n+1';
11369 if (mm = formula.match(/^(\d+)$/)) // digit only
11371 if (mm = formula.match(/^(-?\d*)?n(([+-])(\d+))?/)) { // an+b
11652 'nth-child': function(nodes, formula, root) { argument
11653 return Selector.pseudos.nth(nodes, formula, root);
11655 'nth-last-child': function(nodes, formula, root) { argument
11656 return Selector.pseudos.nth(nodes, formula, root, true);
11658 'nth-of-type': function(nodes, formula, root) { argument
[all …]
/external/llvm/test/CodeGen/Mips/
Daddressing-mode.ll6 ; Check that LSR doesn't choose a solution with a formula "reg + 4*reg".
/external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/
Dperf-diff.txt85 --formula::
86 Show formula for given computation.
/external/clang/include/clang/AST/
DCommentCommands.td181 def FDollar : VerbatimBlockCommand<"f$">; // Inline LaTeX formula
182 defm FBracket : VerbatimBlockCommand<"f[", "f]">; // Displayed LaTeX formula
/external/chromium_org/third_party/icu/source/test/perf/howExpensiveIs/
Dreadme.txt30 ** The Variation column for each Target system was calculated with the formula: "(Control-Target)/…
/external/icu/icu4c/source/test/perf/howExpensiveIs/
Dreadme.txt30 ** The Variation column for each Target system was calculated with the formula: "(Control-Target)/…
/external/chromium_org/third_party/mesa/src/docs/
DMESA_texture_signed_rgba.spec84 a floating-point value Xf with the formula:
/external/mesa3d/docs/
DMESA_texture_signed_rgba.spec84 a floating-point value Xf with the formula:
/external/chromium_org/media/base/simd/
Dconvert_rgb_to_yuv_ssse3.asm143 ; To avoid signed saturation, we divide this conversion formula into two
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/
DarmSP_FFTInv_CCSToR_S16_preTwiddleRadix2_unsafe_s.S28 @ formula.
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
DRTCOpenGLVideoRenderer.mm77 // pixel. The conversion formula is from http://www.fourcc.org/fccyvrgb.php.
/external/chromium_org/third_party/sqlite/src/test/
Dio.test519 # If the journal file contains additional headers, this formula

12