Home
last modified time | relevance | path

Searched defs:op2 (Results 1 – 25 of 92) sorted by relevance

1234

/third_party/boost/libs/iostreams/test/
Doperation_sequence_test.cpp60 operation op2 = seq.new_operation(2); in operation_sequence_test() local
83 operation op2 = seq.new_operation(2); in operation_sequence_test() local
97 operation op2 = seq.new_operation(2); in operation_sequence_test() local
124 operation op2 = seq.new_operation(2); in operation_sequence_test() local
156 operation op2 = seq.new_operation(2); in operation_sequence_test() local
177 operation op2 = seq.new_operation(2); in operation_sequence_test() local
190 operation op2 = seq.new_operation(2); in operation_sequence_test() local
205 operation op2 = seq.new_operation(2); in operation_sequence_test() local
220 operation op2 = seq.new_operation(2, 2); in operation_sequence_test() local
235 operation op2 = seq.new_operation(2); in operation_sequence_test() local
[all …]
/third_party/cmsis/CMSIS/Core/Include/
Dcmsis_armclang_ltm.h258 __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 …]
Dcmsis_gcc.h346 __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/boost/boost/gil/
Dcolor_base_algorithm.hpp282 Op op2(element_recursion<N-1>::static_for_each(p1,op)); in static_for_each() local
288 Op op2(element_recursion<N-1>::static_for_each(p1,op)); in static_for_each() local
295 Op op2(element_recursion<N-1>::static_for_each(p1,p2,op)); in static_for_each() local
301 Op op2(element_recursion<N-1>::static_for_each(p1,p2,op)); in static_for_each() local
307 Op op2(element_recursion<N-1>::static_for_each(p1,p2,op)); in static_for_each() local
313 Op op2(element_recursion<N-1>::static_for_each(p1,p2,op)); in static_for_each() local
320 Op op2(element_recursion<N-1>::static_for_each(p1,p2,p3,op)); in static_for_each() local
326 Op op2(element_recursion<N-1>::static_for_each(p1,p2,p3,op)); in static_for_each() local
332 Op op2(element_recursion<N-1>::static_for_each(p1,p2,p3,op)); in static_for_each() local
338 Op op2(element_recursion<N-1>::static_for_each(p1,p2,p3,op)); in static_for_each() local
[all …]
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir_lower_conversions.c54 split_conversion(nir_builder *b, nir_alu_instr *alu, nir_op op1, nir_op op2) in split_conversion()
94 nir_op op2 = get_conversion_op(nir_type_float, 32, in lower_alu_instr() local
119 nir_op op2 = get_conversion_op(dst_type, 32, dst_type, dst_bit_size, in lower_alu_instr() local
/third_party/mindspore/tests/ut/cpp/dataset/
Dalbum_op_test.cc72 std::shared_ptr<RepeatOp> op2 = Repeat(2); in TEST_F() local
98 std::shared_ptr<RepeatOp> op2 = Repeat(2); in TEST_F() local
125 std::shared_ptr<RepeatOp> op2 = Repeat(2); in TEST_F() local
154 std::shared_ptr<RepeatOp> op2 = Repeat(2); in TEST_F() local
Dbatch_op_test.cc87 auto op2 = Repeat(2); in TEST_F() local
137 auto op2 = Repeat(2); in TEST_F() local
194 auto op2 = Batch(7, false); in TEST_F() local
247 auto op2 = Batch(5, true); in TEST_F() local
Dmanifest_op_test.cc62 auto op2 = Repeat(2); in TEST_F() local
156 auto op2 = Repeat(4); in TEST_F() local
Dimage_folder_op_test.cc82 auto op2 = Repeat(2); in TEST_F() local
170 auto op2 = Repeat(2); in TEST_F() local
306 auto op2 = Repeat(4); in TEST_F() local
/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/
Dpeeling_pass.cpp35 const std::string& op2) { in AssembleAndRunPeelingTest()
73 const std::string& res_id, const std::string& op1, const std::string& op2, in RunPeelingTest()
91 const std::string& op2, 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/
Dpeeling_pass.cpp35 const std::string& op2) { in AssembleAndRunPeelingTest()
73 const std::string& res_id, const std::string& op1, const std::string& op2, in RunPeelingTest()
91 const std::string& op2, 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/
Dpeeling_pass.cpp35 const std::string& op2) { in AssembleAndRunPeelingTest()
73 const std::string& res_id, const std::string& op1, const std::string& op2, in RunPeelingTest()
91 const std::string& op2, 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/mesa3d/src/panfrost/midgard/
Dmidgard_address.c99 nir_ssa_scalar op2 = nir_ssa_scalar_chase_alu_src(address->B, 1); in mir_match_iadd() local
169 nir_ssa_scalar op2 = nir_ssa_scalar_chase_alu_src(address->B, 1); in mir_match_ishl() local
/third_party/libunwind/src/arm/
DGex_tables.c177 uint8_t op2 = READ_OP (); in arm_exidx_decode() local
213 uint8_t op2 = READ_OP (); in arm_exidx_decode() local
264 uint8_t op2 = READ_OP (); in arm_exidx_decode() local
/third_party/boost/libs/test/doc/examples/
Dexample82_contexts.run-fail.cpp17 bool op2(int, int) { return level < 1; } in op2() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dir_builder.h294 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/
Dir_builder.h294 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/
Dir_builder.h294 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/boost/libs/gil/test/extension/numeric/
Dpixel_numeric_operations_float.cpp36 gil::pixel_plus_t<gil::rgb8_pixel_t, gil::bgr8_pixel_t, gil::bgr8_pixel_t> op2; in test_plus() local
Dnumeric.cpp76 > op2; in BOOST_AUTO_TEST_CASE() local
/third_party/boost/libs/yap/example/
Dautodiff_example.cpp187 OPNode* op2 = create_uary_op_node(OP_SIN,v10); //op2 = sin(v10) in BOOST_FIXTURE_TEST_SUITE() local
232 OPNode* op2 = create_uary_op_node(OP_NEG,v10); //op2 = -v10 in build_linear_function2_manually() local
276 OPNode* op2 = create_uary_op_node(OP_SIN,x1); in build_nl_function1_manually() local
559 Node* op2 = create_binary_op_node(OP_TIMES,x2,x2); in BOOST_AUTO_TEST_CASE() local
776 Node* op2 = create_uary_op_node(OP_SIN,op1); in BOOST_AUTO_TEST_CASE() local
841 Node* op2 = create_binary_op_node(OP_TIMES,x2,p2); in BOOST_AUTO_TEST_CASE() local
/third_party/boost/boost/range/
Dnumeric.hpp120 BinaryOperation2 op2) in inner_product()
/third_party/boost/libs/algorithm/test/
Dtransform_reduce_test.cpp73 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/
DDWARFDebugFrame.cpp113 auto op2 = Data.getULEB128(Offset); in parse() local
123 auto op2 = (uint64_t)Data.getSLEB128(Offset); in parse() local
/third_party/boost/libs/locale/src/shared/
Dmo_lambda.cpp48 plural_ptr op1,op2; member
189 plural_ptr op1,op2,op3; member

1234