Home
last modified time | relevance | path

Searched defs:input1 (Results 1 – 25 of 43) sorted by relevance

12

/third_party/ffmpeg/libavfilter/dnn/
Ddnn_backend_native_layer_mathbinary.c115 const DnnOperand *input1 = &operands[input_operand_indexes[1]]; in dnn_execute_layer_math_binary() local
128 const DnnOperand *input1 = &operands[input_operand_indexes[1]]; in dnn_execute_layer_math_binary() local
141 const DnnOperand *input1 = &operands[input_operand_indexes[1]]; in dnn_execute_layer_math_binary() local
158 const DnnOperand *input1 = &operands[input_operand_indexes[1]]; in dnn_execute_layer_math_binary() local
171 const DnnOperand *input1 = &operands[input_operand_indexes[1]]; in dnn_execute_layer_math_binary() local
/third_party/boost/libs/compute/test/
Dtest_functional_unpack.cpp31 compute::vector<int> input1(4, context); in BOOST_AUTO_TEST_CASE() local
58 compute::vector<float> input1(4, context); in BOOST_AUTO_TEST_CASE() local
Dtest_inner_product.cpp26 bc::vector<int> input1(data1, data1 + 4, queue); in BOOST_AUTO_TEST_CASE() local
Dtest_zip_iterator.cpp162 compute::vector<int> input1(data1, data1 + 5, queue); in BOOST_AUTO_TEST_CASE() local
Dtest_transform.cpp78 bc::vector<int> input1(data1, data1 + 4, queue); in BOOST_AUTO_TEST_CASE() local
/third_party/boost/boost/geometry/algorithms/detail/
Dpartition.hpp164 inline bool handle_two(IteratorVector1 const& input1, in handle_two()
210 inline bool recurse_ok(IteratorVector1 const& input1, in recurse_ok()
224 inline bool recurse_ok(IteratorVector1 const& input1, in recurse_ok()
293 IteratorVector const& input1, in next_level2()
391 IteratorVector1 const& input1, in next_level()
424 static inline Box get_new_box(IteratorVector1 const& input1, in get_new_box()
447 IteratorVector1 const& input1, in apply()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DPackUnpackTest.cpp103 void compareBeforeAfter(GLuint program, float input1, float input2) in compareBeforeAfter()
109 float input1, in compareBeforeAfter()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DPackUnpackTest.cpp103 void compareBeforeAfter(GLuint program, float input1, float input2) in compareBeforeAfter()
109 float input1, in compareBeforeAfter()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dqtmux.c1175 check_output (const gchar * location, struct TestInputData *input1, in check_output()
1210 run_muxing_test (struct TestInputData *input1, struct TestInputData *input2) in run_muxing_test()
1267 struct TestInputData input1, input2; in GST_START_TEST() local
1324 struct TestInputData input1, input2; in GST_START_TEST() local
1386 struct TestInputData input1, input2; in GST_START_TEST() local
1447 struct TestInputData input1, input2; in GST_START_TEST() local
1511 struct TestInputData input1, input2; in GST_START_TEST() local
/third_party/cmsis/CMSIS/DSP/Source/BasicMathFunctions/
Darm_dot_prod_q7.c119 q31_t input1, input2; /* Temporary variables */ in arm_dot_prod_q7() local
/third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/
Dinput_test.cpp82 pp::Input input1(count, str, nullptr); in TEST() local
120 pp::Input input1(count, str, nullptr); in TEST() local
/third_party/flutter/skia/third_party/externals/angle2/src/tests/preprocessor_tests/
Dinput_test.cpp82 pp::Input input1(count, str, nullptr); in TEST() local
120 pp::Input input1(count, str, nullptr); in TEST() local
/third_party/ffmpeg/libavcodec/mips/
Dvp8_idct_msa.c50 v8i16 input0, input1; in ff_vp8_idct_add_msa() local
107 v8i16 input0, input1; in ff_vp8_luma_dc_wht_msa() local
/third_party/ffmpeg/tests/dnn/
Ddnn-layer-mathbinary-test.c137 float input1[1*1*2*3] = { in test_no_broadcast() local
/third_party/boost/libs/sort/test/
Dstring_sort_test.cpp67 string input1 = "ab"; in offset_comparison_test() local
/third_party/cmsis/CMSIS/DSP/Source/FilteringFunctions/
Darm_conv_partial_q7.c82 q31_t input1, input2; /* Temporary input variables */ in arm_conv_partial_q7() local
Darm_correlate_q7.c286 q31_t input1, input2; /* Temporary input variables */ in arm_correlate_q7() local
Darm_conv_q7.c241 q31_t input1, input2; /* Temporary input variables */ in arm_conv_q7() local
/third_party/icu/icu4c/source/test/intltest/
Ddtifmtts.cpp1672 LocalPointer<Calendar> input1(Calendar::createInstance("en-GB", status)); in testFormattedDateInterval() local
1698 LocalPointer<Calendar> input1(Calendar::createInstance("en-GB", status)); in testFormattedDateInterval() local
1716 LocalPointer<Calendar> input1(Calendar::createInstance("en-GB", status)); in testFormattedDateInterval() local
1748 LocalPointer<Calendar> input1(Calendar::createInstance("en-GB", status)); in testFormattedDateInterval() local
Dlistformattertest.cpp135 UnicodeString input1[] = {one}; in CheckFourCases() local
156 UnicodeString input1[] = {one}; in RecordFourCases() local
482 UnicodeString input1[] = {one}; in TestOutOfOrderPatterns() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DDateIntervalFormatTest.java1939 Calendar input1 = Calendar.getInstance(ULocale.UK); in testFormattedDateInterval() local
1961 Calendar input1 = Calendar.getInstance(ULocale.UK); in testFormattedDateInterval() local
1988 Calendar input1 = Calendar.getInstance(ULocale.US); in testFormattedDateInterval() local
2018 Date input1 = new Date(2018 - 1900, 6, 20); in testFormattedDateInterval() local
/third_party/glib/glib/tests/
Dcollate.c150 const gchar *input1[] = { variable
/third_party/boost/libs/program_options/test/
Dvariable_map_test.cpp256 vector<string> input1; in test_multiple_assignments_with_different_option_description() local
/third_party/gn/src/gn/
Dtokenizer_unittest.cc141 char input1[] = "aaa\nxaa\n\nya"; in TEST() local
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DCodedInputStreamTest.java281 CodedInputStream input1 = CodedInputStream.newInstance(rawBytes); in testSkipWholeMessage() local

12