/third_party/boost/libs/iostreams/test/ |
D | operation_sequence_test.cpp | 59 operation op1 = seq.new_operation(1); in operation_sequence_test() local 82 operation op1 = seq.new_operation(1); in operation_sequence_test() local 96 operation op1 = seq.new_operation(1); in operation_sequence_test() local 126 operation op1 = seq.new_operation(-43); in operation_sequence_test() local 152 operation op1 = seq.new_operation(1); in operation_sequence_test() local 172 operation op1 = seq.new_operation(1); in operation_sequence_test() local 204 operation op1 = seq.new_operation(1, 1); in operation_sequence_test() local 219 operation op1 = seq.new_operation(1); in operation_sequence_test() local 234 operation op1 = seq.new_operation(1); in operation_sequence_test() local 250 operation op1 = seq.new_operation(1, 1); in operation_sequence_test() local
|
/third_party/cmsis/CMSIS/Core/Include/ |
D | cmsis_armclang_ltm.h | 258 __STATIC_FORCEINLINE uint32_t __ROR(uint32_t op1, uint32_t op2) in __ROR() 1398 __STATIC_FORCEINLINE uint32_t __SADD8(uint32_t op1, uint32_t op2) in __SADD8() 1406 __STATIC_FORCEINLINE uint32_t __QADD8(uint32_t op1, uint32_t op2) in __QADD8() 1414 __STATIC_FORCEINLINE uint32_t __SHADD8(uint32_t op1, uint32_t op2) in __SHADD8() 1422 __STATIC_FORCEINLINE uint32_t __UADD8(uint32_t op1, uint32_t op2) in __UADD8() 1430 __STATIC_FORCEINLINE uint32_t __UQADD8(uint32_t op1, uint32_t op2) in __UQADD8() 1438 __STATIC_FORCEINLINE uint32_t __UHADD8(uint32_t op1, uint32_t op2) in __UHADD8() 1447 __STATIC_FORCEINLINE uint32_t __SSUB8(uint32_t op1, uint32_t op2) in __SSUB8() 1455 __STATIC_FORCEINLINE uint32_t __QSUB8(uint32_t op1, uint32_t op2) in __QSUB8() 1463 __STATIC_FORCEINLINE uint32_t __SHSUB8(uint32_t op1, uint32_t op2) in __SHSUB8() [all …]
|
D | cmsis_gcc.h | 346 __STATIC_FORCEINLINE uint32_t __ROR(uint32_t op1, uint32_t op2) in __ROR() 1643 __STATIC_FORCEINLINE uint32_t __SADD8(uint32_t op1, uint32_t op2) in __SADD8() 1651 __STATIC_FORCEINLINE uint32_t __QADD8(uint32_t op1, uint32_t op2) in __QADD8() 1659 __STATIC_FORCEINLINE uint32_t __SHADD8(uint32_t op1, uint32_t op2) in __SHADD8() 1667 __STATIC_FORCEINLINE uint32_t __UADD8(uint32_t op1, uint32_t op2) in __UADD8() 1675 __STATIC_FORCEINLINE uint32_t __UQADD8(uint32_t op1, uint32_t op2) in __UQADD8() 1683 __STATIC_FORCEINLINE uint32_t __UHADD8(uint32_t op1, uint32_t op2) in __UHADD8() 1692 __STATIC_FORCEINLINE uint32_t __SSUB8(uint32_t op1, uint32_t op2) in __SSUB8() 1700 __STATIC_FORCEINLINE uint32_t __QSUB8(uint32_t op1, uint32_t op2) in __QSUB8() 1708 __STATIC_FORCEINLINE uint32_t __SHSUB8(uint32_t op1, uint32_t op2) in __SHSUB8() [all …]
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_nir_lower_conversions.c | 54 split_conversion(nir_builder *b, nir_alu_instr *alu, nir_op op1, nir_op op2) in split_conversion() 91 nir_op op1 = get_conversion_op(src_type, src_bit_size, in lower_alu_instr() local 117 nir_op op1 = get_conversion_op(src_type, src_bit_size, dst_type, 32, in lower_alu_instr() local
|
/third_party/mindspore/tests/ut/cpp/dataset/ |
D | album_op_test.cc | 71 auto op1 = AlbumSchema(16, 32, folder_path, schema_file, column_names, false); in TEST_F() local 97 auto op1 = AlbumSchema(16, 32, folder_path, schema_file); in TEST_F() local 124 auto op1 = AlbumSchema(16, 32, folder_path, schema_file); in TEST_F() local 153 auto op1 = AlbumSchema(16, 32, folder_path, schema_file); in TEST_F() local
|
D | batch_op_test.cc | 86 auto op1 = TFReader(schema_file); in TEST_F() local 136 auto op1 = TFReader(schema_file); in TEST_F() local 193 auto op1 = TFReader(schema_file); in TEST_F() local 246 auto op1 = TFReader(schema_file); in TEST_F() local
|
D | manifest_op_test.cc | 61 auto op1 = Manifest(16, 2, 32, file); in TEST_F() local 155 auto op1 = Manifest(16, 2, 32, file, "train", std::move(seq_sampler), {}); in TEST_F() local
|
D | image_folder_op_test.cc | 81 auto op1 = ImageFolder(16, 2, 32, folder_path, false); in TEST_F() local 169 auto op1 = ImageFolder(16, 2, 32, folder_path, false); in TEST_F() local 305 auto op1 = ImageFolder(16, 2, 32, folder_path, false, std::move(sampler)); in TEST_F() local
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/ |
D | peeling_pass.cpp | 34 const std::string& res_id, const std::string& op1, in AssembleAndRunPeelingTest() 73 const std::string& res_id, const std::string& op1, const std::string& op2, in RunPeelingTest() 90 const std::string& res_id, const std::string& op1, in BuildAndCheckTrace() 208 const std::string& op2) { in TEST_F() 678 const PeelTraceType& expected_peel_trace) { in TEST_F() 956 const PeelTraceType& expected_peel_trace, size_t nb_of_loops) { in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/ |
D | peeling_pass.cpp | 34 const std::string& res_id, const std::string& op1, in AssembleAndRunPeelingTest() 73 const std::string& res_id, const std::string& op1, const std::string& op2, in RunPeelingTest() 90 const std::string& res_id, const std::string& op1, in BuildAndCheckTrace() 208 const std::string& op2) { in TEST_F() 678 const PeelTraceType& expected_peel_trace) { in TEST_F() 956 const PeelTraceType& expected_peel_trace, size_t nb_of_loops) { in TEST_F()
|
/third_party/spirv-tools/test/opt/loop_optimizations/ |
D | peeling_pass.cpp | 34 const std::string& res_id, const std::string& op1, in AssembleAndRunPeelingTest() 73 const std::string& res_id, const std::string& op1, const std::string& op2, in RunPeelingTest() 90 const std::string& res_id, const std::string& op1, in BuildAndCheckTrace() 208 const std::string& op2) { in TEST_F() 678 const PeelTraceType& expected_peel_trace) { in TEST_F() 956 const PeelTraceType& expected_peel_trace, size_t nb_of_loops) { in TEST_F()
|
/third_party/boost/libs/yap/example/ |
D | autodiff_example.cpp | 186 OPNode* op1 = create_binary_op_node(OP_TIMES,v5,x1); //op1 = v5*x1 in BOOST_FIXTURE_TEST_SUITE() local 231 OPNode* op1 = create_binary_op_node(OP_TIMES,v5,x1); //op1 = v5*x1 in build_linear_function2_manually() local 275 OPNode* op1 = create_binary_op_node(OP_TIMES,x2,x1); in build_nl_function1_manually() local 523 Node* op1 = create_binary_op_node(OP_TIMES,x1,x2); in BOOST_AUTO_TEST_CASE() local 558 Node* op1 = create_binary_op_node(OP_TIMES,x1,x1); in BOOST_AUTO_TEST_CASE() local 752 Node* op1 = create_binary_op_node(OP_TIMES,x1,x1); in BOOST_AUTO_TEST_CASE() local 775 Node* op1 = create_binary_op_node(OP_TIMES, x1,x2); in BOOST_AUTO_TEST_CASE() local 808 Node* op1 = create_binary_op_node(OP_POW,x1,p2); in BOOST_AUTO_TEST_CASE() local 822 Node* op1 = create_binary_op_node(OP_POW,x1,p2); in BOOST_AUTO_TEST_CASE() local 840 Node* op1 = create_binary_op_node(OP_TIMES,x1,p1); in BOOST_AUTO_TEST_CASE() local
|
/third_party/boost/libs/locale/src/shared/ |
D | mo_lambda.cpp | 36 plural_ptr op1; member 48 plural_ptr op1,op2; member 189 plural_ptr op1,op2,op3; member 338 plural_ptr op1; in un_expr() local
|
/third_party/mesa3d/src/panfrost/midgard/ |
D | midgard_address.c | 98 nir_ssa_scalar op1 = nir_ssa_scalar_chase_alu_src(address->B, 0); in mir_match_iadd() local 168 nir_ssa_scalar op1 = nir_ssa_scalar_chase_alu_src(address->B, 0); in mir_match_ishl() local
|
/third_party/boost/libs/test/doc/examples/ |
D | example82_contexts.run-fail.cpp | 16 bool op1(int) { return level < 2; } in op1() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | ir_builder.h | 294 Instruction* AddIAdd(uint32_t type, uint32_t op1, uint32_t op2) { in AddIAdd() 306 Instruction* AddULessThan(uint32_t op1, uint32_t op2) { in AddULessThan() 320 Instruction* AddSLessThan(uint32_t op1, uint32_t op2) { in AddSLessThan() 334 Instruction* AddLessThan(uint32_t op1, uint32_t op2) { in AddLessThan()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | ir_builder.h | 294 Instruction* AddIAdd(uint32_t type, uint32_t op1, uint32_t op2) { in AddIAdd() 306 Instruction* AddULessThan(uint32_t op1, uint32_t op2) { in AddULessThan() 320 Instruction* AddSLessThan(uint32_t op1, uint32_t op2) { in AddSLessThan() 334 Instruction* AddLessThan(uint32_t op1, uint32_t op2) { in AddLessThan()
|
/third_party/spirv-tools/source/opt/ |
D | ir_builder.h | 294 Instruction* AddIAdd(uint32_t type, uint32_t op1, uint32_t op2) { in AddIAdd() 306 Instruction* AddULessThan(uint32_t op1, uint32_t op2) { in AddULessThan() 320 Instruction* AddSLessThan(uint32_t op1, uint32_t op2) { in AddSLessThan() 334 Instruction* AddLessThan(uint32_t op1, uint32_t op2) { in AddLessThan()
|
D | folding_rules.cpp | 356 uint32_t op1 = zero_is_variable ? neg_id : non_const_id; in MergeNegateMulDivArithmetic() local 419 uint32_t op1 = in MergeNegateAddSubArithmetic() local 824 uint32_t op1 = merged_id; in MergeDivDivArithmetic() local 899 uint32_t op1 = merged_id; in MergeDivMulArithmetic() local 1017 uint32_t op1 = 0; in MergeSubNegateArithmetic() local 1119 uint32_t op1 = 0; in MergeAddSubArithmetic() local 1186 uint32_t op1 = 0; in MergeSubAddArithmetic() local 1262 uint32_t op1 = 0; in MergeSubSubArithmetic() local
|
/third_party/mesa3d/src/amd/compiler/tests/ |
D | test_regalloc.cpp | 89 Temp op1 = bld.pseudo(aco_opcode::p_unit_test, bld.def(s2)); variable
|
/third_party/boost/boost/geometry/algorithms/detail/overlay/ |
D | traversal_ring_creator.hpp | 322 turn_operation_type const& op1 = turn.operations[1]; in get_operation_index() local 375 turn_operation_type const& op1 = turn.operations[1]; in iterate_with_preference() local
|
D | get_turn_info_ll.hpp | 670 operation_type & op1 = turn.operations[1].operation; in operator ()() local
|
/third_party/boost/boost/range/ |
D | numeric.hpp | 119 BinaryOperation1 op1, in inner_product()
|
/third_party/boost/libs/algorithm/test/ |
D | transform_reduce_test.cpp | 73 test_init_bop_bop(Iter1 first1, Iter1 last1, Iter2 first2, T init, Op1 op1, Op2 op2, T x) in test_init_bop_bop()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugFrame.cpp | 112 auto op1 = Data.getULEB128(Offset); in parse() local 122 auto op1 = Data.getULEB128(Offset); in parse() local
|