Home
last modified time | relevance | path

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

12

/third_party/openssl/test/
Dsm3_internal_test.c24 static const unsigned char input1[] = { in test_sm3() local
/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/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/ffmpeg/libavfilter/dnn/
Ddnn_backend_native_layer_mathbinary.c70 const DnnOperand *input1 = &operands[input_operand_indexes[1]]; in math_binary_commutative() local
94 const DnnOperand *input1 = &operands[input_operand_indexes[1]]; in math_binary_not_commutative() local
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dqtmux.c1399 check_output (const gchar * location, struct TestInputData *input1, in check_output()
1434 run_muxing_test (struct TestInputData *input1, struct TestInputData *input2) in run_muxing_test()
1499 struct TestInputData input1, input2; in GST_START_TEST() local
1556 struct TestInputData input1, input2; in GST_START_TEST() local
1618 struct TestInputData input1, input2; in GST_START_TEST() local
1679 struct TestInputData input1, input2; in GST_START_TEST() local
1743 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/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/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.c139 float input1[1*1*2*3] = { in test_no_broadcast() 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_conv_q7.c241 q31_t input1, input2; /* Temporary input variables */ in arm_conv_q7() local
Darm_correlate_q7.c286 q31_t input1, input2; /* Temporary input variables */ in arm_correlate_q7() 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/mbedtls/tests/src/
Dpsa_exercise_key.c423 const unsigned char* input1, size_t input1_length, in mbedtls_test_psa_setup_key_derivation_wrap()
474 unsigned char input1[] = "Input 1"; in exercise_key_derivation_key() local
/third_party/icu/icu4c/source/test/intltest/
Dlistformattertest.cpp136 UnicodeString input1[] = {one}; in CheckFourCases() local
157 UnicodeString input1[] = {one}; in RecordFourCases() local
486 UnicodeString input1[] = {one}; in TestOutOfOrderPatterns() local
Ddtifmtts.cpp1851 LocalPointer<Calendar> input1(Calendar::createInstance("en-GB", status)); in testFormattedDateInterval() local
1877 LocalPointer<Calendar> input1(Calendar::createInstance("en-GB", status)); in testFormattedDateInterval() local
1895 LocalPointer<Calendar> input1(Calendar::createInstance("en-GB", status)); in testFormattedDateInterval() local
1927 LocalPointer<Calendar> input1(Calendar::createInstance("en-GB", status)); in testFormattedDateInterval() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateIntervalFormatTest.java2094 Calendar input1 = Calendar.getInstance(ULocale.UK); in testFormattedDateInterval() local
2116 Calendar input1 = Calendar.getInstance(ULocale.UK); in testFormattedDateInterval() local
2143 Calendar input1 = Calendar.getInstance(ULocale.US); in testFormattedDateInterval() local
2173 Date input1 = new Date(2018 - 1900, 6, 20); in testFormattedDateInterval() 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
/third_party/gn/src/gn/
Dtokenizer_unittest.cc141 char input1[] = "aaa\nxaa\n\nya"; in TEST() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/shaders/
Dcommon.h152 Int input1 = input[offset + 1]; in bytesToInt() local
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_read_image.cpp257 const uint8 *input1 = input + rowIncrement; in DecodeFPDelta() local
279 const uint8 *input1 = input + rowIncrement; in DecodeFPDelta() local
300 const uint8 *input1 = input + rowIncrement; in DecodeFPDelta() local
/third_party/mbedtls/library/
Dcmac.c151 static void cmac_xor_block( unsigned char *output, const unsigned char *input1, in cmac_xor_block()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
DvktAtomicOperationTests.cpp535 const T input1 = *reinterpret_cast<const T*>(&original.input[elementNdx + NUM_ELEMENTS / 2]); in checkOperation() local
738 const T input1 = *reinterpret_cast<const T*>(&original.input[elementNdx + NUM_ELEMENTS / 2]); in checkOperationFloatingPoint() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktAtomicOperationTests.cpp535 const T input1 = *reinterpret_cast<const T*>(&original.input[elementNdx + NUM_ELEMENTS / 2]); in checkOperation() local
738 const T input1 = *reinterpret_cast<const T*>(&original.input[elementNdx + NUM_ELEMENTS / 2]); in checkOperationFloatingPoint() local

12