| /test/xts/acts/ai/nncore/opstest/src/ |
| H A D | where_test.cpp | 33 OHNNOperandTest input1 = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, input1Value, 3*sizeof(float)};
member 51 OHNNOperandTest input1 = {OH_NN_FLOAT32, OH_NN_TENSOR, {1}, input1Value, sizeof(float)};
member 69 OHNNOperandTest input1 = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, input1Value, 3*sizeof(float)};
member
|
| /third_party/ffmpeg/libavfilter/dnn/ |
| H A D | dnn_backend_native_layer_mathbinary.c | 69 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 D | math_data_test.h | 49 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
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | tagged_value_test.cpp | 312 double input1 = (static_cast<uint64_t>(UINT32_MAX) + 1) + 12345; in HWTEST_F_L0() local 364 double input1 = (static_cast<uint64_t>(UINT32_MAX) + 1) + 12345; in HWTEST_F_L0() local 416 double input1 = (static_cast<uint64_t>(UINT16_MAX) + 1) + 12345; in HWTEST_F_L0() local 468 double input1 = (static_cast<uint64_t>(UINT16_MAX) + 1) + 12345; in HWTEST_F_L0() local 520 double input1 = (static_cast<uint64_t>(UINT8_MAX) + 1) + 45; in HWTEST_F_L0() local 572 double input1 = (static_cast<uint64_t>(UINT8_MAX) + 1) + 34; HWTEST_F_L0() local [all...] |
| /arkcompiler/runtime_core/compiler/tests/ |
| H A D | graph_comparator.h | 186 auto input1 = inst1->GetInput(index1).GetInst(); in ComparePhiInputs() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| H A D | memory_barriers.cpp | 59 void OptimizeMemoryBarriers::CheckTwoInputs(Inst *input1, Inst *input2) in CheckTwoInputs() argument
|
| H A D | const_folding.cpp | 344 auto input1 = inst->GetInput(1); in ConstFoldingAdd() local 374 auto input1 = inst->GetInput(1); in ConstFoldingSub() local 410 auto input1 = inst->GetInput(1).GetInst(); in ConstFoldingMul() local 451 auto input1 = inst->GetInput(1).GetInst(); ConstFoldingBinaryMathWithNan() local 500 auto input1 = inst->GetDataFlowInput(1); ConstFoldingDiv() local 548 auto input1 = inst->GetInput(1); ConstFoldingMin() local 596 auto input1 = inst->GetInput(1); ConstFoldingMax() local 651 auto input1 = inst->GetDataFlowInput(1); ConstFoldingMod() local 689 auto input1 = inst->GetInput(1); ConstFoldingShl() local 714 auto input1 = inst->GetInput(1); ConstFoldingShr() local 745 auto input1 = inst->GetInput(1); ConstFoldingAShr() local 774 auto input1 = inst->GetInput(1); ConstFoldingAnd() local 801 auto input1 = inst->GetInput(1); ConstFoldingOr() local 828 auto input1 = inst->GetInput(1).GetInst(); ConstFoldingXor() local 890 auto input1 = inst->GetInput(1).GetInst(); ConstFoldingCmpFloatNan() local 921 auto input1 = inst->GetInput(1).GetInst(); ConstFoldingCmp() local 1002 ConstFoldingCompareEqualInputs(Inst *inst, Inst *input0, Inst *input1) ConstFoldingCompareEqualInputs() argument 1049 auto input1 = inst->GetInput(1).GetInst(); ConstFoldingCompareFloatNan() local 1091 auto input1 = inst->GetInput(1).GetInst(); ConstFoldingCompareIntConstant() local 1114 auto input1 = inst->GetInput(1).GetInst(); ConstFoldingCompare() local [all...] |
| H A D | lowering.cpp | 533 auto input1 = inst->GetInput(1).GetInst(); in VisitCompare() local 1250 compiler::Inst *input1 = ifInst->GetInput(1).GetInst(); in OptimizeIfInput() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A D | const_folding_test.cpp | 151 void CheckCompareWithNan(DataType::Type sourceType, InputValue input0, InputValue input1, ConditionCode cc, in CheckCompareWithNan() argument 229 void CheckBinaryMathWithNan(Opcode opc, InputValue input0, InputValue input1, bool isOptimized) in CheckBinaryMathWithNan() argument
|
| /foundation/ai/neural_network_runtime/test/unittest/components/nn_compiler/ |
| H A D | nn_compiler_test.cpp | 124 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 D | types_util_test.cpp | 125 uint32_t input1 = 10; in HWTEST_F() local
|
| /test/xts/acts/ai/nncore/common/ |
| H A D | nncore_utils.h | 80 OHNNOperandTest input1 = {OH_NN_FLOAT32, OH_NN_TENSOR, TENSOR_SHAPE, inputValue1, ADD_DATA_LENGTH}; member 99 OHNNOperandTest input1 = {OH_NN_FLOAT32, OH_NN_TENSOR, {-1, -1, -1, -1}, inputValue1, ADD_DATA_LENGTH}; member
|
| /third_party/ffmpeg/libavcodec/mips/ |
| H A D | vp8_idct_msa.c | 50 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 D | common.h | 152 Int input1 = input[offset + 1]; in bytesToInt() local
|
| /foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/ |
| H A D | smp_tool.h | 48 uint8_t input1[CRYPT_AESCMAC_IN_LEN]; member
|
| /arkcompiler/runtime_core/bytecode_optimizer/constant_propagation/ |
| H A D | constant_propagation.cpp | 216 auto input1 = inst->GetDataFlowInput(inst->GetInput(1).GetInst()); in VisitCompare() local 251 auto input1 = inst->GetDataFlowInput(inst->GetInput(1).GetInst()); in VisitIntrinsic() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ |
| H A D | ets_intrinsics_peephole.cpp | 26 auto input1 = intrinsic->GetInput(1).GetInst(); in ReplaceWithCompareEQ() local 101 auto input1 = intrinsic->GetInput(1).GetInst(); in PeepholeStringEquals() local 117 auto input1 = inst->GetInput(1).GetInst(); in GetStringFromLength() local 295 auto input1 = intrinsic->GetInput(1).GetInst(); in PeepholeEquals() local [all...] |
| /foundation/ai/neural_network_runtime/test/unittest/components/v2_0/neural_network_runtime_test/ |
| H A D | neural_network_runtime_test.cpp | 108 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 D | continuation_manager_test.cpp | 1330 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 D | neural_network_runtime_test.cpp | 109 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 D | neural_network_core_test.cpp | 38 OH_NN_Tensor input1 = {OH_NN_FLOAT32, 2, inputDims, nullptr, OH_NN_TENSOR}; in BuildModel() local
|
| /third_party/astc-encoder/Source/ |
| H A D | astcenc_color_unquantize.cpp | 43 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 D | psa_exercise_key.c | 594 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 D | listformattertest.cpp | 137 UnicodeString input1[] = {one}; in CheckFourCases() local 158 UnicodeString input1[] = {one}; in RecordFourCases() local 487 UnicodeString input1[] = {one}; in TestOutOfOrderPatterns() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| H A D | jsnapi_second_tests.cpp | 194 int64_t input1 = 1; in HWTEST_F_L0() local 211 double input1 = 1.1; in HWTEST_F_L0() local
|