HomeSort by relevance Sort by last modified time
    Searched full:accumulate (Results 1 - 25 of 1004) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/base/metrics/
sample_map_unittest.cc 15 samples.Accumulate(1, 100);
16 samples.Accumulate(2, 200);
17 samples.Accumulate(1, -200);
30 samples1.Accumulate(1, 100);
31 samples1.Accumulate(2, 100);
32 samples1.Accumulate(3, 100);
34 samples2.Accumulate(1, 200);
35 samples2.Accumulate(2, 200);
36 samples2.Accumulate(4, 200);
59 samples.Accumulate(1, 100)
    [all...]
sample_vector_unittest.cc 26 samples.Accumulate(1, 200);
27 samples.Accumulate(2, -300);
30 samples.Accumulate(5, 200);
37 samples.Accumulate(5, -100);
55 samples1.Accumulate(0, 100);
56 samples1.Accumulate(2, 100);
57 samples1.Accumulate(4, 100);
63 samples2.Accumulate(1, 200);
64 samples2.Accumulate(2, 200);
65 samples2.Accumulate(4, 200)
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_variance_impl_mmx.asm 109 paddw mm5, mm0 ; accumulate differences in mm5
110 paddw mm5, mm2 ; accumulate differences in mm5
112 pmaddwd mm0, mm0 ; square and accumulate
113 pmaddwd mm2, mm2 ; square and accumulate
117 paddd mm7, mm0 ; accumulate in mm7
118 paddd mm7, mm2 ; accumulate in mm7
133 paddw mm5, mm0 ; accumulate differences in mm5
134 paddw mm5, mm2 ; accumulate differences in mm5
136 pmaddwd mm0, mm0 ; square and accumulate
137 pmaddwd mm2, mm2 ; square and accumulate
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_variance_impl_mmx.asm 109 paddw mm5, mm0 ; accumulate differences in mm5
110 paddw mm5, mm2 ; accumulate differences in mm5
112 pmaddwd mm0, mm0 ; square and accumulate
113 pmaddwd mm2, mm2 ; square and accumulate
117 paddd mm7, mm0 ; accumulate in mm7
118 paddd mm7, mm2 ; accumulate in mm7
133 paddw mm5, mm0 ; accumulate differences in mm5
134 paddw mm5, mm2 ; accumulate differences in mm5
136 pmaddwd mm0, mm0 ; square and accumulate
137 pmaddwd mm2, mm2 ; square and accumulate
    [all...]
  /external/libcxx/test/numerics/numeric.ops/accumulate/
Android.mk 17 test_makefile := external/libcxx/test/numerics/numeric.ops/accumulate/Android.mk
19 test_name := numerics/numeric.ops/accumulate/accumulate
20 test_src := accumulate.pass.cpp
23 test_name := numerics/numeric.ops/accumulate/accumulate_op
  /external/chromium_org/v8/test/webkit/fast/js/
regexp-lastindex.js 29 var accumulate = ""; variable
31 shouldBe('while (match = re.exec(" abcdefg")) accumulate += match + "; "; accumulate', '"abcdefg; "');
34 accumulate = "";
35 shouldBe('while (match = re.exec("123456789")) accumulate += match + "; "; accumulate', '"1; 2; 3; 4; 5; 6; 7; 8; 9; "');
regexp-lastindex-expected.txt 29 PASS while (match = re.exec(" abcdefg")) accumulate += match + "; "; accumulate is "abcdefg; "
30 PASS while (match = re.exec("123456789")) accumulate += match + "; "; accumulate is "1; 2; 3; 4; 5; 6; 7; 8; 9; "
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
variance_impl_mmx.asm 109 paddw mm5, mm0 ; accumulate differences in mm5
110 paddw mm5, mm2 ; accumulate differences in mm5
112 pmaddwd mm0, mm0 ; square and accumulate
113 pmaddwd mm2, mm2 ; square and accumulate
117 paddd mm7, mm0 ; accumulate in mm7
118 paddd mm7, mm2 ; accumulate in mm7
133 paddw mm5, mm0 ; accumulate differences in mm5
134 paddw mm5, mm2 ; accumulate differences in mm5
136 pmaddwd mm0, mm0 ; square and accumulate
137 pmaddwd mm2, mm2 ; square and accumulate
    [all...]
  /external/libvpx/libvpx/vp8/common/x86/
variance_impl_mmx.asm 109 paddw mm5, mm0 ; accumulate differences in mm5
110 paddw mm5, mm2 ; accumulate differences in mm5
112 pmaddwd mm0, mm0 ; square and accumulate
113 pmaddwd mm2, mm2 ; square and accumulate
117 paddd mm7, mm0 ; accumulate in mm7
118 paddd mm7, mm2 ; accumulate in mm7
133 paddw mm5, mm0 ; accumulate differences in mm5
134 paddw mm5, mm2 ; accumulate differences in mm5
136 pmaddwd mm0, mm0 ; square and accumulate
137 pmaddwd mm2, mm2 ; square and accumulate
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
variance_impl_mmx.asm 109 paddw mm5, mm0 ; accumulate differences in mm5
110 paddw mm5, mm2 ; accumulate differences in mm5
112 pmaddwd mm0, mm0 ; square and accumulate
113 pmaddwd mm2, mm2 ; square and accumulate
117 paddd mm7, mm0 ; accumulate in mm7
118 paddd mm7, mm2 ; accumulate in mm7
133 paddw mm5, mm0 ; accumulate differences in mm5
134 paddw mm5, mm2 ; accumulate differences in mm5
136 pmaddwd mm0, mm0 ; square and accumulate
137 pmaddwd mm2, mm2 ; square and accumulate
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestingTransformState.cpp 34 void HitTestingTransformState::translate(int x, int y, TransformAccumulation accumulate)
37 if (accumulate == FlattenTransform)
40 m_accumulatingTransform = accumulate == AccumulateTransform;
43 void HitTestingTransformState::applyTransform(const TransformationMatrix& transformFromContainer, TransformAccumulation accumulate)
46 if (accumulate == FlattenTransform)
49 m_accumulatingTransform = accumulate == AccumulateTransform;
  /external/stlport/test/unit/
accum_test.cpp 36 int sum = accumulate(v.begin(), v.end(), 0);
44 int prod = accumulate(v.begin(), v.end(), 1, mult);
divides_test.cpp 31 int result = accumulate(input, input + 3, 48, divides<int>());
times_test.cpp 32 int total = accumulate(input, input + 4, 1, multiplies<int>());
  /ndk/tests/device/test-gnustl-full/unit/
accum_test.cpp 36 int sum = accumulate(v.begin(), v.end(), 0);
44 int prod = accumulate(v.begin(), v.end(), 1, mult);
divides_test.cpp 31 int result = accumulate(input, input + 3, 48, divides<int>());
times_test.cpp 32 int total = accumulate(input, input + 4, 1, multiplies<int>());
  /ndk/tests/device/test-stlport/unit/
accum_test.cpp 36 int sum = accumulate(v.begin(), v.end(), 0);
44 int prod = accumulate(v.begin(), v.end(), 1, mult);
divides_test.cpp 31 int result = accumulate(input, input + 3, 48, divides<int>());
times_test.cpp 32 int total = accumulate(input, input + 4, 1, multiplies<int>());
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
TransformState.cpp 70 void TransformState::move(const LayoutSize& offset, TransformAccumulation accumulate)
72 if (accumulate == FlattenTransform || !m_accumulatedTransform) {
81 if (accumulate == FlattenTransform)
88 m_accumulatingTransform = accumulate == AccumulateTransform;
106 void TransformState::applyTransform(const AffineTransform& transformFromContainer, TransformAccumulation accumulate, bool* wasClamped)
108 applyTransform(transformFromContainer.toTransformationMatrix(), accumulate, wasClamped);
111 void TransformState::applyTransform(const TransformationMatrix& transformFromContainer, TransformAccumulation accumulate, bool* wasClamped)
117 move(LayoutSize(transformFromContainer.e(), transformFromContainer.f()), accumulate); local
129 } else if (accumulate == AccumulateTransform) {
130 // Make one if we started to accumulate
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
sad_inline.h 116 x5 = x5 + x10; /* accumulate low bytes */
118 x4 = x4 + ((uint32)x10 >> 8); /* accumulate high bytes */
119 x5 = x5 + x11; /* accumulate low bytes */
121 x4 = x4 + ((uint32)x11 >> 8); /* accumulate high bytes */
135 x5 = x5 + x10; /* accumulate low bytes */
137 x4 = x4 + ((uint32)x10 >> 8); /* accumulate high bytes */
138 x5 = x5 + x11; /* accumulate low bytes */
140 x4 = x4 + ((uint32)x11 >> 8); /* accumulate high bytes */
223 #define sum_accumulate __asm{ SBC x5, x5, x10; /* accumulate low bytes */ \
225 ADD x4, x4, x10,lsr #8; /* accumulate high bytes */
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
sad_inline.h 119 x5 = x5 + x10; /* accumulate low bytes */
121 x4 = x4 + ((uint32)x10 >> 8); /* accumulate high bytes */
122 x5 = x5 + x11; /* accumulate low bytes */
124 x4 = x4 + ((uint32)x11 >> 8); /* accumulate high bytes */
138 x5 = x5 + x10; /* accumulate low bytes */
140 x4 = x4 + ((uint32)x10 >> 8); /* accumulate high bytes */
141 x5 = x5 + x11; /* accumulate low bytes */
143 x4 = x4 + ((uint32)x11 >> 8); /* accumulate high bytes */
226 #define sum_accumulate __asm{ SBC x5, x5, x10; /* accumulate low bytes */ \
228 ADD x4, x4, x10,lsr #8; /* accumulate high bytes */
    [all...]
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
ContentSigner.java 13 * a signature. Use org.bouncycastle.util.io.TeeOutputStream if you want to accumulate
  /external/expat/tests/
chardata.h 3 Interface to some helper routines used to accumulate and check text

Completed in 746 milliseconds

1 2 3 4 5 6 7 8 91011>>