/external/stlport/test/unit/ |
H A D | plusminus_test.cpp | 33 int input1 [4] = { 1, 6, 11, 8 }; local 36 int total = inner_product(input1, input1 + 4, input2, 0, plus<int>(), multiplies <int>()); 42 int input1 [4] = { 1, 5, 7, 8 }; local 47 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, minus<int>());
|
H A D | logic_test.cpp | 35 bool input1 [4] = { true, true, false, true }; local 39 transform((bool*)input1, (bool*)input1 + 4, (bool*)input2, (bool*)output, logical_and<bool>()); 55 bool input1 [4] = { true, true, false, true }; local 59 transform((bool*)input1, (bool*)input1 + 4, (bool*)input2, (bool*)output, logical_or<bool>());
|
H A D | modulus_test.cpp | 30 int input1 [4] = { 6, 8, 10, 2 }; local 35 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, modulus<int>());
|
H A D | neq_test.cpp | 44 int input1 [4] = { 1, 7, 2, 2 }; local 48 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, not_equal_to<int>());
|
H A D | ptr2_test.cpp | 45 int input1 [4] = { 7, 2, 3, 5 }; local 49 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, pointer_to_binary_function<int, int, int>(sum)); 58 int input1 [4] = { 7, 2, 3, 5 }; local 62 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, ptr_fun(sum));
|
/external/sqlite/android/ |
H A D | PhoneNumberUtilsTest.cpp | 34 #define EXPECT(function, input1, input2, expected, total, error) \ 36 const char *i1_cache = input1; \ 51 #define EXPECT_EQ(input1, input2) \ 52 EXPECT(phone_number_compare_strict, (input1), (input2), true, \ 56 #define EXPECT_NE(input1, input2) \ 57 EXPECT(phone_number_compare_strict, (input1), (input2), false, \
|
/external/compiler-rt/test/timing/ |
H A D | divdi3.c | 16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2); 19 INPUT_TYPE input1[INPUT_SIZE]; local 27 input1[i] = (((int64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63); 39 FUNCTION_NAME(input1[i], input2[i]);
|
H A D | moddi3.c | 16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2); 19 INPUT_TYPE input1[INPUT_SIZE]; local 27 input1[i] = (((int64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63); 39 FUNCTION_NAME(input1[i], input2[i]);
|
H A D | muldi3.c | 16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2); 19 INPUT_TYPE input1[INPUT_SIZE]; local 27 input1[i] = (((int64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63); 39 FUNCTION_NAME(input1[i], input2[i]);
|
H A D | udivdi3.c | 16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2); 19 INPUT_TYPE input1[INPUT_SIZE]; local 27 input1[i] = (((uint64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63); 39 FUNCTION_NAME(input1[i], input2[i]);
|
H A D | umoddi3.c | 16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2); 19 INPUT_TYPE input1[INPUT_SIZE]; local 27 input1[i] = (((uint64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63); 39 FUNCTION_NAME(input1[i], input2[i]);
|
/external/webkit/Source/WebCore/svg/ |
H A D | SVGFETileElement.cpp | 88 FilterEffect* input1 = filterBuilder->getEffectById(in1()); local 90 if (!input1) 94 effect->inputEffects().append(input1);
|
H A D | SVGFEComponentTransferElement.cpp | 83 FilterEffect* input1 = filterBuilder->getEffectById(in1()); local 85 if (!input1) 105 effect->inputEffects().append(input1);
|
H A D | SVGFEBlendElement.cpp | 130 FilterEffect* input1 = filterBuilder->getEffectById(in1()); local 133 if (!input1 || !input2) 139 inputEffects.append(input1);
|
H A D | SVGFEGaussianBlurElement.cpp | 127 FilterEffect* input1 = filterBuilder->getEffectById(in1()); local 129 if (!input1) 133 effect->inputEffects().append(input1);
|
H A D | SVGFEOffsetElement.cpp | 108 FilterEffect* input1 = filterBuilder->getEffectById(in1()); local 110 if (!input1) 114 effect->inputEffects().append(input1);
|
H A D | SVGFEColorMatrixElement.cpp | 132 FilterEffect* input1 = filterBuilder->getEffectById(in1()); local 134 if (!input1) 168 effect->inputEffects().append(input1);
|
H A D | SVGFEDisplacementMapElement.cpp | 161 FilterEffect* input1 = filterBuilder->getEffectById(in1()); local 164 if (!input1 || !input2) 171 inputEffects.append(input1);
|
H A D | SVGFEMorphologyElement.cpp | 153 FilterEffect* input1 = filterBuilder->getEffectById(in1()); local 157 if (!input1) 164 effect->inputEffects().append(input1);
|
/external/chromium/crypto/ |
H A D | sha2_unittest.cc | 12 std::string input1 = "abc"; local 23 crypto::SHA256HashString(input1, output1, sizeof(output1)); 28 crypto::SHA256HashString(input1, 37 std::string input1 = "abc"; local 47 std::string output1 = crypto::SHA256HashString(input1);
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
H A D | lattice_neon.S | 16 @ int16_t input1, 23 @ *ptr1 = input1 * (*ptr0) + input0 * (*ptr2); 48 vdup.32 d29, r1 @ Initialize Neon register with input1 68 vmull.s32 q12, d0, d29 @ input1 * (*ptr0) 69 vmull.s32 q13, d1, d29 @ input1 * (*ptr0) 108 vmull.s32 q13, d0, d29 @ input1 * (*ptr0) 143 @ *ptr1 = input1 * (*ptr0) + input0 * (*ptr2); 145 smulwb r5, r7, r1 @ tmp32a = *ptr0 * input1 >> 16
|
H A D | codec.h | 141 int16_t input1, 155 int16_t input1, 172 int16_t input1,
|
/external/skia/src/core/ |
H A D | SkImageFilter.cpp | 30 SkImageFilter::SkImageFilter(SkImageFilter* input1, SkImageFilter* input2) argument 32 fInputs[0] = input1;
|
/external/icu4c/test/intltest/ |
H A D | listformattertest.cpp | 45 UnicodeString input1[] = {one}; local 46 CheckFormatting(formatter, input1, 1, results[0]); 191 UnicodeString input1[] = {one}; local 192 CheckFormatting(&formatter, input1, 1, results[0]);
|
/external/oprofile/libutil++/tests/ |
H A D | file_manip_tests.cpp | 43 static void check_result(char const * fct_name, Input const & input1, argument 48 << "for:\n\"" << input1 << "\"\n"
|