HomeSort by relevance Sort by last modified time
    Searched refs:Sum (Results 76 - 100 of 103) sorted by null

1 2 34 5

  /external/v8/test/cctest/
test-compiler.cc 130 static double Sum(Isolate* isolate, int n) {
142 TEST(Sum) {
145 CHECK_EQ(5050.0, Sum(CcTest::i_isolate(), 100));
182 "function Cons2(x, y) { this.sum = x + y; }\n"
183 "if (new Cons2(3,4).sum == 7) r+=256;"; // 256
  /external/llvm/lib/CodeGen/
LiveInterval.cpp     [all...]
  /external/opencv3/modules/cudaarithm/perf/
perf_reductions.cpp 129 // Sum
131 PERF_TEST_P(Sz_Depth_Cn, Sum,
150 TEST_CYCLE() gpu_dst = cv::cuda::sum(d_src);
158 TEST_CYCLE() cpu_dst = cv::sum(src);
  /external/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 62 /// 1. Initialize by saving the sum of the weights in \a RemWeight and the
216 // sum of the weights, but let's double-check.
218 [](uint64_t Sum, const Weight &W) {
219 return Sum + W.Amount;
229 // Sum the weights to each node and shift right if necessary.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
variance_impl_mmx.asm 50 ;return sum[0]+sum[1];
73 ; int *Sum
296 mov rdi, arg(5) ;Sum
321 ; int *Sum
411 mov rdi, arg(5) ;Sum
522 ; int *sum,
638 mov rdi, arg(6) ;sum
667 ; int *sum,
    [all...]
variance_impl_ssse3.asm 26 ; int *sum,
335 mov rsi, arg(7) ;[Sum]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 366 const SCEV *Sum = SE.getAddExpr(Good);
367 if (!Sum->isZero())
368 BaseRegs.push_back(Sum);
372 const SCEV *Sum = SE.getAddExpr(Bad);
373 if (!Sum->isZero())
374 BaseRegs.push_back(Sum);
401 // Keep the invariant sum in BaseRegs and one of the variant sum in ScaledReg.
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonGenInsert.cpp     [all...]
  /external/lzma/CPP/7zip/UI/Common/
Bench.cpp 331 UInt64 Sum;
337 Sum = 0;
343 Sum += v - Prev;
345 return Sum;
    [all...]
  /external/pdfium/xfa/src/fxfa/src/fm2js/
xfa_fm2jscontext.h 38 static void Sum(FXJSE_HOBJECT hThis,
xfa_fm2jscontext.cpp 49 {0x0bd37fb5, L"sum", 8721}, {0x0bd37fb8, L"sup", 8835},
218 {8715, L"ni"}, {8719, L"prod"}, {8721, L"sum"},
    [all...]
  /external/gmock/test/
gmock-generated-actions_test.cc 709 ACTION(Sum) { return arg0 + arg1; }
713 Action<int(int, int)> a1 = action_test::Sum();
    [all...]
  /external/google-breakpad/src/testing/test/
gmock-generated-actions_test.cc 709 ACTION(Sum) { return arg0 + arg1; }
713 Action<int(int, int)> a1 = action_test::Sum();
    [all...]
  /external/libavc/common/arm/
ih264_resi_trans_quant_a9.s 680 vpadd.u8 d17, d14, d14 @Sum up nnz
684 vpadd.u8 d17, d17, d17 @Sum up nnz
  /external/v8/test/mjsunit/
sin-cos.js 77 // We sum up in the reverse order for higher precision, as we expect the terms
143 // Sum squares up by adding them pairwise, to avoid losing precision.
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/opencv3/modules/core/test/ocl/
test_arithm.cpp 953 //////////////////////////////// Sum /////////////////////////////////////////////////
955 typedef ArithmTestBase Sum;
957 OCL_TEST_P(Sum, MAT)
964 OCL_OFF(cpures = cv::sum(src1_roi));
965 OCL_ON(gpures = cv::sum(usrc1_roi));
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 526 // Modified the sum result - switch anything that used the old sum to use
    [all...]
LegalizeDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/opencv3/modules/core/perf/opencl/
perf_arithm.cpp 394 ///////////// Sum ////////////////////////
398 OCL_PERF_TEST_P(SumFixture, Sum,
413 OCL_TEST_CYCLE() result = cv::sum(src);
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 275 /// \returns The result (i.e. sum/product) returned by the intrinsic.
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 

Completed in 1551 milliseconds

1 2 34 5