Searched refs:sum_c (Results 1 – 6 of 6) sorted by relevance
/external/llvm/test/Analysis/DependenceAnalysis/ |
D | Constraints.ll | 7 @sum_c = common global [10 x [10 x [10 x i32]]] zeroinitializer 51 …%13 = getelementptr inbounds [10 x [10 x [10 x i32]]], [10 x [10 x [10 x i32]]]* @sum_c, i64 0, i6… 60 …%17 = getelementptr inbounds [10 x [10 x [10 x i32]]], [10 x [10 x [10 x i32]]]* @sum_c, i64 0, i6… 68 …%25 = getelementptr inbounds [10 x [10 x [10 x i32]]], [10 x [10 x [10 x i32]]]* @sum_c, i64 0, i6… 76 …%26 = getelementptr inbounds [10 x [10 x [10 x i32]]], [10 x [10 x [10 x i32]]]* @sum_c, i64 0, i6…
|
/external/llvm-project/llvm/test/Analysis/DependenceAnalysis/ |
D | Constraints.ll | 8 @sum_c = common global [10 x [10 x [10 x i32]]] zeroinitializer 52 …%13 = getelementptr inbounds [10 x [10 x [10 x i32]]], [10 x [10 x [10 x i32]]]* @sum_c, i64 0, i6… 61 …%17 = getelementptr inbounds [10 x [10 x [10 x i32]]], [10 x [10 x [10 x i32]]]* @sum_c, i64 0, i6… 69 …%25 = getelementptr inbounds [10 x [10 x [10 x i32]]], [10 x [10 x [10 x i32]]]* @sum_c, i64 0, i6… 77 …%26 = getelementptr inbounds [10 x [10 x [10 x i32]]], [10 x [10 x [10 x i32]]]* @sum_c, i64 0, i6…
|
/external/llvm-project/polly/test/GPGPU/ |
D | remove-dead-instructions-in-stmt.ll | 19 define void @kernel_dynprog([50 x [50 x i32]]* %sum_c) { 39 …%arrayidx10 = getelementptr inbounds [50 x [50 x i32]], [50 x [50 x i32]]* %sum_c, i64 %indvars.iv… 48 …%arrayidx32 = getelementptr inbounds [50 x [50 x i32]], [50 x [50 x i32]]* %sum_c, i64 %indvars.iv…
|
D | remove-dead-instructions-in-stmt-2.ll | 13 define void @kernel_dynprog([50 x [50 x i32]]* %sum_c) { 29 …%arrayidx10 = getelementptr inbounds [50 x [50 x i32]], [50 x [50 x i32]]* %sum_c, i64 %indvars.iv…
|
/external/libaom/libaom/test/ |
D | sum_squares_test.cc | 494 int sum_c = 0; in RunTest() local 499 params_.ref_func(src_, stride, width, height, &sum_c, &sse_c); in RunTest() 505 params_.ref_func(src_, stride, width, height, &sum_c, &sse_c); in RunTest() 527 EXPECT_EQ(sum_c, sum_intr) in RunTest()
|
/external/libyuv/files/unit_test/ |
D | planar_test.cc | 2975 float sum_c, sum_opt = 0.f; in TestScaleSumSamples() local 2991 sum_c = ScaleSumSamples_C(reinterpret_cast<float*>(orig_y), in TestScaleSumSamples() 3013 float mse_c = sum_c / kPixels * 4; in TestScaleSumSamples() 3020 if (mse_error > 0.0001 && sum_c < 4000000) { // allow .01% difference of mse in TestScaleSumSamples()
|