Home
last modified time | relevance | path

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

12

/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
/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
/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
/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...]
/third_party/mbedtls/tests/src/
H A Dpsa_exercise_key.c594 unsigned char input1[] = "Input 1"; in exercise_key_derivation_key() local
486 mbedtls_test_psa_setup_key_derivation_wrap( psa_key_derivation_operation_t *operation, mbedtls_svc_key_id_t key, psa_algorithm_t alg, const unsigned char *input1, size_t input1_length, const unsigned char *input2, size_t input2_length, size_t capacity, int key_destroyable) mbedtls_test_psa_setup_key_derivation_wrap() argument
/third_party/icu/icu4c/source/test/intltest/
H A Dlistformattertest.cpp137 UnicodeString input1[] = {one}; in CheckFourCases() local
158 UnicodeString input1[] = {one}; in RecordFourCases() local
487 UnicodeString input1[] = {one}; in TestOutOfOrderPatterns() local
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_opencl.c880 struct nir_ssa_def *input1 = srcs[1]; in handle_shuffle2() local
/third_party/icu/icu4c/source/test/cintltst/
H A Dncnvtst.c671 static const char input1[INPUT_SIZE]={ 0x70 }; in TestGetNextErrorBehaviour() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsm64bitCompareTests.cpp1185 BufferWithMemory input1 = createStorageBuffer(vkdi, device, allocator, m_inputBufferSize); iterate() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/
H A Dcontainer.h598 OutputIterator c_transform(const InputSequence1& input1, in c_transform() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A 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]); checkOperationFloatingPoint() local
[all...]
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Ddec_msa.c44 v8i16 input0, input1; in TransformOne() local
78 v8i16 input0, input1; in TransformWHT() local
[all...]
H A Denc_msa.c46 v8i16 input0, input1; in ITransformOne() local
/third_party/skia/third_party/externals/dng_sdk/source/
H A 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/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A 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]); checkOperationFloatingPoint() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsm64bitCompareTests.cpp1185 BufferWithMemory input1 = createStorageBuffer(vkdi, device, allocator, m_inputBufferSize); iterate() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dinstruction-selector-arm.cc2988 void ArrangeShuffleTable(ArmOperandGenerator* g, Node* input0, Node* input1, in ArrangeShuffleTable() argument
3007 Node* input1 = node->InputAt(1); in VisitI8x16Shuffle() local
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dinstruction-selector-mips.cc2453 Node* input1 = node->InputAt(1); in VisitI8x16Shuffle() local
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dinstruction-selector-s390.cc2696 Node* input1 = node->InputAt(1); in VisitI8x16Shuffle() local

Completed in 42 milliseconds

12