Home
last modified time | relevance | path

Searched defs:input1 (Results 1 - 25 of 68) sorted by relevance

123

/third_party/openssl/test/
H A Dsm3_internal_test.c24 static const unsigned char input1[] = { in test_sm3() local
/third_party/ffmpeg/libavfilter/tests/
H A Ddnn-layer-mathbinary.c139 float input1[1*1*2*3] = { in test_no_broadcast() local
/third_party/ffmpeg/tests/dnn/
H A Ddnn-layer-mathbinary-test.c139 float input1[1*1*2*3] = { in test_no_broadcast() local
/third_party/gn/src/gn/
H A Dtokenizer_unittest.cc141 char input1[] = "aaa\nxaa\n\nya"; in TEST() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DPackUnpackTest.cpp103 void compareBeforeAfter(GLuint program, float input1, float input2) in compareBeforeAfter() argument
108 compareBeforeAfter(GLuint program, float input1, float input2, float expect1, float expect2) compareBeforeAfter() argument
/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/compilation/
H A Dcompilation_test.cpp33 OH_NN_Tensor input1 = {OH_NN_FLOAT32, 4, inputDims, nullptr, OH_NN_TENSOR}; in BuildModel() local
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/compilation/
H A Dcompilation_test.cpp33 OH_NN_Tensor input1 = {OH_NN_FLOAT32, 4, inputDims, nullptr, OH_NN_TENSOR}; in BuildModel() local
/kernel/linux/linux-5.10/drivers/accessibility/speakup/
H A Di18n.c484 static bool compare_specifiers(char **input1, char **input2) in compare_specifiers() argument
/kernel/linux/linux-5.10/drivers/media/tuners/
H A Dtuner-xc2028.h40 unsigned int input1:1; member
/kernel/linux/linux-6.6/drivers/media/tuners/
H A Dxc2028.h40 unsigned int input1:1; member
/kernel/linux/linux-6.6/drivers/accessibility/speakup/
H A Di18n.c491 static bool compare_specifiers(char **input1, char **input2) in compare_specifiers() argument
/third_party/ffmpeg/libavfilter/dnn/
H A Ddnn_backend_native_layer_mathbinary.c69 const DnnOperand *input1 = &operands[input_operand_indexes[1]]; in math_binary_commutative() local
93 const DnnOperand *input1 = &operands[input_operand_indexes[1]]; in math_binary_not_commutative() local
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
H A Dmath_data_test.h49 double input1; member
55 float input1; member
61 double input1; member
67 float input1; member
97 double input1; member
104 float input1; member
111 double input1; member
118 float input1; member
/foundation/ai/neural_network_runtime/test/unittest/components/nn_compiler/
H A Dnn_compiler_test.cpp124 OH_NN_Tensor input1 = {OH_NN_FLOAT32, 4, inputDims, nullptr, OH_NN_TENSOR}; in BuildModel() local
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/
H A Dtypes_util_test.cpp125 uint32_t input1 = 10; in HWTEST_F() local
/third_party/ffmpeg/libavcodec/mips/
H A 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/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/shaders/
H A Dcommon.h152 Int input1 = input[offset + 1]; in bytesToInt() local
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_tool.h48 uint8_t input1[CRYPT_AESCMAC_IN_LEN]; member
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dmshyperv.h121 static inline u64 hv_do_fast_hypercall8(u16 code, u64 input1) in hv_do_fast_hypercall8() argument
152 static inline u64 hv_do_fast_hypercall16(u16 code, u64 input1, u64 input2) in hv_do_fast_hypercall16() argument
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dmshyperv.h129 static inline u64 _hv_do_fast_hypercall8(u64 control, u64 input1) in _hv_do_fast_hypercall8() argument
168 static inline u64 hv_do_fast_hypercall8(u16 code, u64 input1) in hv_do_fast_hypercall8() argument
175 static inline u64 hv_do_fast_nested_hypercall8(u16 code, u64 input1) in hv_do_fast_nested_hypercall8() argument
183 _hv_do_fast_hypercall16(u64 control, u64 input1, u64 input2) _hv_do_fast_hypercall16() argument
226 hv_do_fast_hypercall16(u16 code, u64 input1, u64 input2) hv_do_fast_hypercall16() argument
233 hv_do_fast_nested_hypercall16(u16 code, u64 input1, u64 input2) hv_do_fast_nested_hypercall16() argument
[all...]
/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/neural_network_runtime_test/
H A Dneural_network_runtime_test.cpp108 OH_NN_Tensor input1 = {OH_NN_FLOAT32, 2, inputDims, nullptr, OH_NN_TENSOR}; in BuildModel() local
/foundation/ability/dmsfwk/services/dtbabilitymgr/test/unittest/continuation_manager/
H A Dcontinuation_manager_test.cpp1330 std::vector<std::u16string> input1; in HWTEST_F() local
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_runtime_test/
H A Dneural_network_runtime_test.cpp109 OH_NN_Tensor input1 = {OH_NN_FLOAT32, 2, inputDims, nullptr, OH_NN_TENSOR}; in BuildModel() local
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_core_test/
H A Dneural_network_core_test.cpp38 OH_NN_Tensor input1 = {OH_NN_FLOAT32, 2, inputDims, nullptr, OH_NN_TENSOR}; in BuildModel() local
/third_party/astc-encoder/Source/
H A Dastcenc_color_unquantize.cpp43 rgba_delta_unpack( vint4 input0, vint4 input1, vint4& output0, vint4& output1 ) rgba_delta_unpack() argument
76 rgb_delta_unpack( vint4 input0, vint4 input1, vint4& output0, vint4& output1 ) rgb_delta_unpack() argument
87 rgba_unpack( vint4 input0, vint4 input1, vint4& output0, vint4& output1 ) rgba_unpack() argument
115 rgb_unpack( vint4 input0, vint4 input1, vint4& output0, vint4& output1 ) rgb_unpack() argument
[all...]

Completed in 33 milliseconds

123