/art/test/704-multiply-accumulate/ |
info.txt | 1 Tests for multiply accumulate operations.
|
/external/libchrome/base/metrics/ |
sample_map_unittest.cc | 16 samples.Accumulate(1, 100); 17 samples.Accumulate(2, 200); 18 samples.Accumulate(1, -200); 31 samples1.Accumulate(1, 100); 32 samples1.Accumulate(2, 100); 33 samples1.Accumulate(3, 100); 35 samples2.Accumulate(1, 200); 36 samples2.Accumulate(2, 200); 37 samples2.Accumulate(4, 200); 60 samples.Accumulate(1, 100) [all...] |
sample_vector_unittest.cc | 28 samples.Accumulate(1, 200); 29 samples.Accumulate(2, -300); 32 samples.Accumulate(5, 200); 39 samples.Accumulate(5, -100); 57 samples1.Accumulate(0, 100); 58 samples1.Accumulate(2, 100); 59 samples1.Accumulate(4, 100); 65 samples2.Accumulate(1, 200); 66 samples2.Accumulate(2, 200); 67 samples2.Accumulate(4, 200) [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...] |
/libcore/jsr166-tests/src/test/java/jsr166/ |
DoubleAccumulatorTest.java | 37 * accumulate accumulates given value to current, and get returns current value 41 ai.accumulate(2.0); 43 ai.accumulate(-4.0); 45 ai.accumulate(4.0); 54 ai.accumulate(2.0); 65 ai.accumulate(2.0); 77 ai.accumulate(1.0); 87 ai.accumulate(1.0); 97 ai.accumulate(1.0); 107 ai.accumulate(1.0) [all...] |
LongAccumulatorTest.java | 37 * accumulate accumulates given value to current, and get returns current value 41 ai.accumulate(2); 43 ai.accumulate(-4); 45 ai.accumulate(4); 54 ai.accumulate(2); 65 ai.accumulate(2); 77 ai.accumulate(1); 87 ai.accumulate(1); 97 ai.accumulate(1); 107 ai.accumulate(1) [all...] |
/external/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; "
|
/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/libvpx/libvpx/vpx_dsp/x86/ |
variance_impl_mmx.asm | 108 paddw mm5, mm0 ; accumulate differences in mm5 109 paddw mm5, mm2 ; accumulate differences in mm5 111 pmaddwd mm0, mm0 ; square and accumulate 112 pmaddwd mm2, mm2 ; square and accumulate 116 paddd mm7, mm0 ; accumulate in mm7 117 paddd mm7, mm2 ; accumulate in mm7 131 paddw mm5, mm0 ; accumulate differences in mm5 132 paddw mm5, mm2 ; accumulate differences in mm5 134 pmaddwd mm0, mm0 ; square and accumulate 135 pmaddwd mm2, mm2 ; square and accumulate [all...] |
/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>());
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/ |
invalid_arith_mode.s | 28 // Multiply and Multiply-Accumulate to Accumulator 37 // Multiply and Multiply-Accumulate to Half-Register 41 // Multiply and Multiply-Accumulate to Data Register
|
/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
|
MacCalculator.java | 13 * the MAC for later verification. 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
|
/external/llvm/test/CodeGen/Hexagon/ |
macint.ll | 2 ; Check that we generate integer multiply accumulate.
|
/external/opencv3/modules/imgproc/test/ocl/ |
test_accumulate.cpp | 102 /////////////////////////////////// Accumulate /////////////////////////////////// 104 typedef AccumulateBase Accumulate; 106 OCL_TEST_P(Accumulate, Mat) 112 OCL_OFF(cv::accumulate(src_roi, dst_roi)); 113 OCL_ON(cv::accumulate(usrc_roi, udst_roi)); 119 OCL_TEST_P(Accumulate, Mask) 125 OCL_OFF(cv::accumulate(src_roi, dst_roi, mask_roi)); 126 OCL_ON(cv::accumulate(usrc_roi, udst_roi, umask_roi)); 233 OCL_INSTANTIATE_TEST_CASE_P(ImgProc, Accumulate, Combine(OCL_DEPTH_ALL_COMBINATIONS, OCL_ALL_CHANNELS, Bool()));
|
/external/opencv3/samples/cpp/tutorial_code/Histograms_Matching/ |
calcHist_Demo.cpp | 40 bool uniform = true; bool accumulate = false; local 45 calcHist( &bgr_planes[0], 1, 0, Mat(), b_hist, 1, &histSize, &histRange, uniform, accumulate ); 46 calcHist( &bgr_planes[1], 1, 0, Mat(), g_hist, 1, &histSize, &histRange, uniform, accumulate ); 47 calcHist( &bgr_planes[2], 1, 0, Mat(), r_hist, 1, &histSize, &histRange, uniform, accumulate );
|