HomeSort by relevance Sort by last modified time
    Searched refs:accumulate (Results 101 - 125 of 157) sorted by null

1 2 3 45 6 7

  /external/chromium_org/chrome/browser/thumbnails/
content_analysis_unittest.cc 190 EXPECT_EQ(0, std::accumulate(column_profile.begin(),
195 std::accumulate(column_profile.begin() + draw_rect.x() + 1,
199 EXPECT_EQ(0, std::accumulate(row_profile.begin(),
204 std::accumulate(row_profile.begin() + draw_rect.y() + 1,
220 std::accumulate(row_profile.begin(), row_profile.end(), 0));
223 std::accumulate(column_profile.begin(), column_profile.end(), 0));
  /external/libvpx/libvpx/vp8/common/x86/
mfqe_sse2.asm 192 .accumulate
220 jnz .accumulate
233 ; Accumulate sum of src2
242 ; all the values summed. promote to doubles, accumulate,
loopfilter_block_sse2.asm 29 pmaxub %1, %2 ; accumulate mask
37 pmaxub %5, scratch2 ; accumulate hev
41 pmaxub %1, %5 ; accumulate mask
45 pmaxub %1, %6 ; accumulate mask
47 pmaxub %1, %7 ; accumulate mask
  /external/libvpx/libvpx/vp9/common/x86/
vp9_postproc_sse2.asm 90 por xmm7, xmm6 ; accumulate thresholds
104 por xmm7, xmm6 ; accumulate thresholds
116 por xmm7, xmm6 ; accumulate thresholds
182 por xmm7, xmm6 ; accumulate thresholds
195 por xmm7, xmm6 ; accumulate thresholds
207 por xmm7, xmm6 ; accumulate thresholds
  /external/chromium_org/third_party/WebKit/Source/web/tests/
ScrollAnimatorNoneTest.cpp 356 double accumulate = 0; local
364 accumulate += (oldPos + newPos) / 2 * (step / time);
374 EXPECT_NEAR(accumulate, area, 1.0);
379 accumulate = releaseArea(curve, 0, 1) * kPosition;
386 accumulate -= (kPosition - (oldPos + newPos) / 2) * (step / time);
396 EXPECT_NEAR(accumulate, area, 1.0);
    [all...]
  /external/chromium_org/skia/ext/
recursive_gaussian_convolution_unittest.cc 139 EXPECT_NEAR(std::accumulate(intermediate.begin(), intermediate.end(), 0),
140 std::accumulate(intermediate2.begin(), intermediate2.end(), 0),
convolver_unittest.cc 504 EXPECT_NEAR(std::accumulate(
522 EXPECT_NEAR(std::accumulate(
  /external/skia/tools/lua/
glyph-usage.lua 27 Following this call, there will be some number of calls to accumulate(t)
  /external/chromium_org/components/autofill/core/browser/
autofill_profile.cc 114 base::string16 accumulate; local
117 accumulate += ASCIIToUTF16(" ");
118 accumulate += values[i];
120 return accumulate;
  /external/chromium_org/remoting/webapp/
log_to_server.js 41 // The time over which to accumulate connection statistics before logging them
81 // Don't accumulate connection statistics across state changes.
  /external/libvpx/libvpx/vp8/common/arm/neon/
vp8_subpixelvariance8x8_neon.asm 200 vadd.u32 q10, q9, q10 ;accumulate sse
201 vpaddl.s32 q0, q8 ;accumulate sum
vp8_subpixelvariance16x16_neon.asm 404 vadd.u32 q10, q9, q10 ;accumulate sse
405 vpaddl.s32 q0, q8 ;accumulate sum
  /libcore/json/src/test/java/org/json/
SelfUseTest.java 130 object.accumulate("foo", "bar");
  /prebuilts/misc/common/json/
json-prebuilt.jar 
  /external/chromium_org/chrome/tools/profile_reset/
jtl_compiler.cc 130 uint32 pattern_sum = std::accumulate(
  /external/oprofile/libpp/
profile_container.cpp 89 count_type count = accumulate(p_it.first, p_it.second, 0ull);
  /external/opencv/cv/include/
cv.h     [all...]
  /libcore/json/src/main/java/org/json/
JSONObject.java 290 public JSONObject accumulate(String name, Object value) throws JSONException { method in class:JSONObject
296 // check in accumulate, since array.put(Object) doesn't do any checking
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_convolve8_avg_neon.asm 30 ; Multiply and accumulate by q0
vp9_convolve8_neon.asm 30 ; Multiply and accumulate by q0
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_quantize_ssse3.asm 183 ; horizontally accumulate/max eobs and write into [eob] memory pointer
  /development/samples/Vault/src/com/example/android/vault/
VaultProvider.java 278 parentMeta.accumulate(KEY_CHILDREN, childDocId);
  /external/chromium_org/chrome/browser/profile_resetter/
jtl_interpreter.cc 427 std::accumulate(window_begin, window_end, static_cast<uint32>(0u));
jtl_interpreter_unittest.cc 521 uint32 pattern_sum = std::accumulate(
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
optparse.py     [all...]

Completed in 443 milliseconds

1 2 3 45 6 7