/external/stlport/test/unit/ |
plusminus_test.cpp | 34 int input2 [4] = { 1, 5, 2, 3 }; local 36 int total = inner_product(input1, input1 + 4, input2, 0, plus<int>(), multiplies <int>()); 43 int input2 [4] = { 1, 4, 8, 3 }; local 47 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, minus<int>());
|
modulus_test.cpp | 31 int input2 [4] = { 4, 2, 11, 3 }; local 35 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, modulus<int>());
|
logic_test.cpp | 36 bool input2 [4] = { false, true, false, false }; local 39 transform((bool*)input1, (bool*)input1 + 4, (bool*)input2, (bool*)output, logical_and<bool>()); 56 bool input2 [4] = { false, true, false, false }; local 59 transform((bool*)input1, (bool*)input1 + 4, (bool*)input2, (bool*)output, logical_or<bool>());
|
neq_test.cpp | 45 int input2 [4] = { 1, 6, 2, 3 }; local 48 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, not_equal_to<int>());
|
ptr2_test.cpp | 46 int input2 [4] = { 1, 5, 5, 8 }; local 49 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, pointer_to_binary_function<int, int, int>(sum)); 59 int input2 [4] = { 1, 5, 5, 8 }; local 62 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, ptr_fun(sum));
|
/ndk/tests/device/test-gnustl-full/unit/ |
plusminus_test.cpp | 34 int input2 [4] = { 1, 5, 2, 3 }; local 36 int total = inner_product(input1, input1 + 4, input2, 0, plus<int>(), multiplies <int>()); 43 int input2 [4] = { 1, 4, 8, 3 }; local 47 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, minus<int>());
|
modulus_test.cpp | 31 int input2 [4] = { 4, 2, 11, 3 }; local 35 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, modulus<int>());
|
logic_test.cpp | 36 bool input2 [4] = { false, true, false, false }; local 39 transform((bool*)input1, (bool*)input1 + 4, (bool*)input2, (bool*)output, logical_and<bool>()); 56 bool input2 [4] = { false, true, false, false }; local 59 transform((bool*)input1, (bool*)input1 + 4, (bool*)input2, (bool*)output, logical_or<bool>());
|
neq_test.cpp | 45 int input2 [4] = { 1, 6, 2, 3 }; local 48 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, not_equal_to<int>());
|
ptr2_test.cpp | 46 int input2 [4] = { 1, 5, 5, 8 }; local 49 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, pointer_to_binary_function<int, int, int>(sum)); 59 int input2 [4] = { 1, 5, 5, 8 }; local 62 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, ptr_fun(sum));
|
/ndk/tests/device/test-stlport/unit/ |
plusminus_test.cpp | 34 int input2 [4] = { 1, 5, 2, 3 }; local 36 int total = inner_product(input1, input1 + 4, input2, 0, plus<int>(), multiplies <int>()); 43 int input2 [4] = { 1, 4, 8, 3 }; local 47 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, minus<int>());
|
modulus_test.cpp | 31 int input2 [4] = { 4, 2, 11, 3 }; local 35 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, modulus<int>());
|
logic_test.cpp | 36 bool input2 [4] = { false, true, false, false }; local 39 transform((bool*)input1, (bool*)input1 + 4, (bool*)input2, (bool*)output, logical_and<bool>()); 56 bool input2 [4] = { false, true, false, false }; local 59 transform((bool*)input1, (bool*)input1 + 4, (bool*)input2, (bool*)output, logical_or<bool>());
|
neq_test.cpp | 45 int input2 [4] = { 1, 6, 2, 3 }; local 48 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, not_equal_to<int>());
|
/external/llvm/test/CodeGen/ARM/ |
2009-04-08-FloatUndef.ll | 5 %input2 = load <4 x float>* null, align 16 ; <<4 x float>> [#uses=2] 6 %shuffle7 = shufflevector <4 x float> %input2, <4 x float> <float 0.000000e+00, float 1.000000e+00, float 0.000000e+00, float 1.000000e+00>, <4 x i32> <i32 2, i32 2, i32 2, i32 2> ; <<4 x float>> [#uses=1] 8 %add2 = fadd <4 x float> %mul1, %input2 ; <<4 x float>> [#uses=1]
|
/external/llvm/test/CodeGen/PowerPC/ |
2007-11-19-VectorSplitting.ll | 9 %input2 = load <4 x float>* null, align 16 ; <<4 x float>> 10 %shuffle7 = shufflevector <4 x float> %input2, <4 x float> < float 0.000000e+00, float 1.000000e+00, float 0.000000e+00, float 1.000000e+00 >, <4 x i32> < i32 2, i32 2, i32 2, i32 2 > ; <<4 x float>> [#uses=1] 13 %add2 = fadd <4 x float> %mul1, %input2 ; <<4 x float>>
|
/external/compiler-rt/test/builtins/timing/ |
divdi3.c | 16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2); 20 INPUT_TYPE input2[INPUT_SIZE]; local 28 input2[i] = ((((int64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63)) + 1LL; 39 FUNCTION_NAME(input1[i], input2[i]);
|
moddi3.c | 16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2); 20 INPUT_TYPE input2[INPUT_SIZE]; local 28 input2[i] = ((((int64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63)) + 1LL; 39 FUNCTION_NAME(input1[i], input2[i]);
|
modsi3.c | 16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2); 20 INPUT_TYPE input2[INPUT_SIZE]; local 28 input2[i] = rand() + 1; 39 FUNCTION_NAME(input1[i], input2[i]);
|
muldi3.c | 16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2); 20 INPUT_TYPE input2[INPUT_SIZE]; local 28 input2[i] = (((int64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63); 39 FUNCTION_NAME(input1[i], input2[i]);
|
udivdi3.c | 16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2); 20 INPUT_TYPE input2[INPUT_SIZE]; local 28 input2[i] = ((((uint64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63)) + 1LL; 39 FUNCTION_NAME(input1[i], input2[i]);
|
umoddi3.c | 16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2); 20 INPUT_TYPE input2[INPUT_SIZE]; local 28 input2[i] = ((((uint64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63)) + 1LL; 39 FUNCTION_NAME(input1[i], input2[i]);
|
/external/chromium_org/tools/gn/ |
ninja_copy_target_writer_unittest.cc | 20 target.sources().push_back(SourceFile("//foo/input2.txt")); 35 "build input2.out: copy ../../foo/input2.txt\n" 37 "build obj/foo/bar.stamp: stamp input1.out input2.out\n"; 57 "build input2.out: copy ../../foo/input2.txt\n" 59 "build obj/foo/bar.stamp: stamp input1.out input2.out\n";
|
/external/chromium_org/chrome/common/ |
instant_restricted_id_cache_unittest.cc | 62 std::vector<TestData> input2; local 63 input2.push_back(TestData("D")); 64 input2.push_back(TestData("E")); 65 cache.AddItems(input2); 74 EXPECT_EQ(input2[i], output[i].second); 81 EXPECT_EQ(input2[1], t); 106 EXPECT_EQ(input2[1], t); 140 std::vector<ItemIDPair> input2; local 141 input2.push_back(std::make_pair(4, TestData("D"))); 142 input2.push_back(std::make_pair(7, TestData("E"))) 223 std::vector<ItemIDPair> input2; local 294 std::vector<TestData> input2; local 377 std::vector<ItemIDPair> input2; local [all...] |
/external/chromium_org/v8/test/webkit/fast/regex/ |
pcre-test-4-expected.txt | 31 PASS regex0.exec(input2); is results 35 PASS regex1.exec(input2); is results 50 PASS regex12.exec(input2); is results 55 PASS regex13.exec(input2); is results 61 PASS regex14.exec(input2); is results 67 PASS regex15.exec(input2); is results 76 PASS regex16.exec(input2); is results 88 PASS regex22.exec(input2); is results 120 PASS regex54.exec(input2); is results 124 PASS regex55.exec(input2); is result [all...] |