/third_party/boost/libs/iostreams/test/ |
D | operation_sequence_test.cpp | 84 operation op3; in operation_sequence_test() local 88 BOOST_CHECK_THROW(op3 = seq.new_operation(3), runtime_error); in operation_sequence_test() 98 operation op3 = seq.new_operation(3); in operation_sequence_test() local 106 op3.execute(); in operation_sequence_test() 116 op3.execute(); in operation_sequence_test() 125 operation op3 = seq.new_operation(101); in operation_sequence_test() local 134 op3.execute(); in operation_sequence_test() 144 op3.execute(); in operation_sequence_test() 153 operation op3 = seq.new_operation(3); in operation_sequence_test() local 162 op3.execute(); in operation_sequence_test() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcInstrFormats.td | 113 bits<6> op3; 117 let Inst{24-19} = op3; 130 let op3 = op3val; 149 let op3 = op3val; 162 let op3 = op3val; 175 let op3 = op3val; 189 let op3 = op3val; 203 let op3 = op3val; 218 let op3 = op3val; 239 class F4<bits<6> op3, dag outs, dag ins, string asmstr, list<dag> pattern, [all …]
|
/third_party/mindspore/tests/ut/cpp/dataset/ |
D | batch_op_test.cc | 88 auto op3 = Batch(7, true); in TEST_F() local 91 auto tree = Build({op1, op2, op3}); in TEST_F() 138 auto op3 = Batch(7, false); in TEST_F() local 141 auto tree = Build({op1, op2, op3}); in TEST_F() 195 auto op3 = Repeat(2); in TEST_F() local 200 auto tree = Build({op1, op2, op3}); in TEST_F() 248 auto op3 = Repeat(2); in TEST_F() local 253 auto tree = Build({op1, op2, op3}); in TEST_F()
|
D | image_folder_op_test.cc | 171 auto op3 = Batch(11); in TEST_F() local 174 auto tree = Build({op1, op2, op3}); in TEST_F()
|
/third_party/cmsis/CMSIS/Core/Include/ |
D | cmsis_armclang_ltm.h | 1696 __STATIC_FORCEINLINE uint32_t __USADA8(uint32_t op1, uint32_t op2, uint32_t op3) in __USADA8() argument 1700 __ASM volatile ("usada8 %0, %1, %2, %3" : "=r" (result) : "r" (op1), "r" (op2), "r" (op3) ); in __USADA8() 1766 __STATIC_FORCEINLINE uint32_t __SMLAD (uint32_t op1, uint32_t op2, uint32_t op3) in __SMLAD() argument 1770 __ASM volatile ("smlad %0, %1, %2, %3" : "=r" (result) : "r" (op1), "r" (op2), "r" (op3) ); in __SMLAD() 1774 __STATIC_FORCEINLINE uint32_t __SMLADX (uint32_t op1, uint32_t op2, uint32_t op3) in __SMLADX() argument 1778 __ASM volatile ("smladx %0, %1, %2, %3" : "=r" (result) : "r" (op1), "r" (op2), "r" (op3) ); in __SMLADX() 1832 __STATIC_FORCEINLINE uint32_t __SMLSD (uint32_t op1, uint32_t op2, uint32_t op3) in __SMLSD() argument 1836 __ASM volatile ("smlsd %0, %1, %2, %3" : "=r" (result) : "r" (op1), "r" (op2), "r" (op3) ); in __SMLSD() 1840 __STATIC_FORCEINLINE uint32_t __SMLSDX (uint32_t op1, uint32_t op2, uint32_t op3) in __SMLSDX() argument 1844 __ASM volatile ("smlsdx %0, %1, %2, %3" : "=r" (result) : "r" (op1), "r" (op2), "r" (op3) ); in __SMLSDX() [all …]
|
D | cmsis_gcc.h | 1941 __STATIC_FORCEINLINE uint32_t __USADA8(uint32_t op1, uint32_t op2, uint32_t op3) in __USADA8() argument 1945 __ASM ("usada8 %0, %1, %2, %3" : "=r" (result) : "r" (op1), "r" (op2), "r" (op3) ); in __USADA8() 2036 __STATIC_FORCEINLINE uint32_t __SMLAD (uint32_t op1, uint32_t op2, uint32_t op3) in __SMLAD() argument 2040 __ASM volatile ("smlad %0, %1, %2, %3" : "=r" (result) : "r" (op1), "r" (op2), "r" (op3) ); in __SMLAD() 2044 __STATIC_FORCEINLINE uint32_t __SMLADX (uint32_t op1, uint32_t op2, uint32_t op3) in __SMLADX() argument 2048 __ASM volatile ("smladx %0, %1, %2, %3" : "=r" (result) : "r" (op1), "r" (op2), "r" (op3) ); in __SMLADX() 2102 __STATIC_FORCEINLINE uint32_t __SMLSD (uint32_t op1, uint32_t op2, uint32_t op3) in __SMLSD() argument 2106 __ASM volatile ("smlsd %0, %1, %2, %3" : "=r" (result) : "r" (op1), "r" (op2), "r" (op3) ); in __SMLSD() 2110 __STATIC_FORCEINLINE uint32_t __SMLSDX (uint32_t op1, uint32_t op2, uint32_t op3) in __SMLSDX() argument 2114 __ASM volatile ("smlsdx %0, %1, %2, %3" : "=r" (result) : "r" (op1), "r" (op2), "r" (op3) ); in __SMLSDX() [all …]
|
D | cmsis_armclang.h | 1491 __STATIC_FORCEINLINE int32_t __SMMLA (int32_t op1, int32_t op2, int32_t op3) in __SMMLA() argument 1495 __ASM volatile ("smmla %0, %1, %2, %3" : "=r" (result): "r" (op1), "r" (op2), "r" (op3) ); in __SMMLA()
|
/third_party/boost/libs/yap/example/ |
D | autodiff_example.cpp | 188 OPNode* op3 = create_binary_op_node(OP_TIMES,op2,x1); //op3 = op2*x1 in BOOST_FIXTURE_TEST_SUITE() local 189 OPNode* op4 = create_binary_op_node(OP_PLUS,op1,op3); //op4 = op1 + op3 in BOOST_FIXTURE_TEST_SUITE() 233 OPNode* op3 = create_binary_op_node(OP_TIMES,op2,x1);//op3 = op2*x1 in build_linear_function2_manually() local 234 OPNode* op4 = create_binary_op_node(OP_PLUS,op1,op3);//op4 = op1 + op3 in build_linear_function2_manually() 277 OPNode* op3 = create_binary_op_node(OP_TIMES,op1,op2); in build_nl_function1_manually() local 278 OPNode* op4 = create_binary_op_node(OP_DIVID,op3,x3); in build_nl_function1_manually() 560 Node* op3 = create_binary_op_node(OP_MINUS,op1,op2); in BOOST_AUTO_TEST_CASE() local 562 Node* root = create_binary_op_node(OP_TIMES,op3,op4); in BOOST_AUTO_TEST_CASE() 777 Node* op3 = create_uary_op_node(OP_COS,op1); in BOOST_AUTO_TEST_CASE() local 778 Node* root = create_binary_op_node(OP_TIMES, op2, op3); in BOOST_AUTO_TEST_CASE()
|
/third_party/boost/libs/locale/src/shared/ |
D | mo_lambda.cpp | 174 op3(p3) in conditional() 179 return (*op1)(n) ? (*op2)(n) : (*op3)(n); in operator ()() 185 plural_ptr op3_copy(op3->clone()); in clone() 189 plural_ptr op1,op2,op3; member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmTrinaryMinMaxTests.cpp | 127 T min3(T op1, T op2, T op3) in min3() argument 129 return std::min({op1, op2, op3}); in min3() 133 T max3(T op1, T op2, T op3) in max3() argument 135 return std::max({op1, op2, op3}); in max3() 139 T mid3(T op1, T op2, T op3) in mid3() argument 141 std::array<T, 3> aux{{op1, op2, op3}}; in mid3() 358 char* op3 = inputByte + m_operandSize * 2u; in calculateResult() local 366 reinterpret_cast<void*>(op3)); in calculateResult() 371 op3 += m_componentSize; in calculateResult()
|
/third_party/boost/libs/test/doc/testing_tools/ |
D | boost_test_technical_details.qbk | 22 a op1 b op2 c op3 d 26 ( seed a ) op1 b op2 c op3 d
|
/third_party/spirv-tools/source/opt/ |
D | amd_ext_to_khr.cpp | 77 uint32_t op3 = inst->GetSingleWordInOperand(4); in ReplaceTrinaryMinMax() local 87 new_operands.push_back({SPV_OPERAND_TYPE_ID, {op3}}); in ReplaceTrinaryMinMax() 114 uint32_t op3 = inst->GetSingleWordInOperand(4); in ReplaceTrinaryMid() local 118 {op2, op3}); in ReplaceTrinaryMid() 121 {op2, op3}); in ReplaceTrinaryMid()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | amd_ext_to_khr.cpp | 77 uint32_t op3 = inst->GetSingleWordInOperand(4); in ReplaceTrinaryMinMax() local 87 new_operands.push_back({SPV_OPERAND_TYPE_ID, {op3}}); in ReplaceTrinaryMinMax() 114 uint32_t op3 = inst->GetSingleWordInOperand(4); in ReplaceTrinaryMid() local 118 {op2, op3}); in ReplaceTrinaryMid() 121 {op2, op3}); in ReplaceTrinaryMid()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | amd_ext_to_khr.cpp | 77 uint32_t op3 = inst->GetSingleWordInOperand(4); in ReplaceTrinaryMinMax() local 87 new_operands.push_back({SPV_OPERAND_TYPE_ID, {op3}}); in ReplaceTrinaryMinMax() 114 uint32_t op3 = inst->GetSingleWordInOperand(4); in ReplaceTrinaryMid() local 118 {op2, op3}); in ReplaceTrinaryMid() 121 {op2, op3}); in ReplaceTrinaryMid()
|
/third_party/mindspore/tests/st/nccl/ |
D | test_nccl_reduce_scatter_op.py | 41 self.op3 = "prod"
|
/third_party/ffmpeg/libavcodec/ppc/ |
D | me_cmp.c | 444 register vector signed short op3 = vec_perm(but2, but2, perm3); \ in hadamard8_diff8x8_altivec() 445 res = vec_mladd(but2, vprod3, op3); \ in hadamard8_diff8x8_altivec() 612 register vector signed short op3 __asm__ ("v29") = \ in hadamard8_diff16x8_altivec() 616 res1 = vec_mladd(but2, vprod3, op3); \ in hadamard8_diff16x8_altivec()
|
/third_party/libdrm/freedreno/kgsl/ |
D | msm_kgsl.h | 383 unsigned int op3; member
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_nir_lower_tess_io.cpp | 68 r600_umad_24(nir_builder *b, nir_ssa_def *op1, nir_ssa_def *op2, nir_ssa_def *op3) in r600_umad_24() argument 70 return nir_build_alu(b, nir_op_umad24, op1, op2, op3, NULL); in r600_umad_24()
|
/third_party/json/test/src/ |
D | unit-json_patch.cpp | 47 json op3 = R"({ "value": "foo", "path": "/a/b/c", "op": "add" })"_json; variable 51 CHECK(op1 == op3);
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | spirv_glsl.hpp | 632 uint32_t op3, const char *op); 652 uint32_t op3, const char *op, SPIRType::BaseType offset_count_type);
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | msm_kgsl.h | 657 unsigned int op3; member
|
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_peephole.cpp | 2643 Value *op3[2] = { NULL, NULL }; in split64MulMad() local 2646 bld.mkSplit(op3, 4, i->getSrc(2)); in split64MulMad() 2648 op3[0] = i->getSrc(2); in split64MulMad() 2649 op3[1] = zero; in split64MulMad() 2655 bld.mkOp3(OP_MAD, hTy, tmpRes1Hi, op1[1], op2[0], op3[1]); in split64MulMad() 2667 bld.mkOp3(OP_MAD, hTy, def[0], op1[0], op2[0], op3[0])->setFlagsDef(1, carry); in split64MulMad()
|
/third_party/ffmpeg/libavcodec/aarch64/ |
D | hevcdsp_idct_neon.S | 400 .macro add_member in, t0, t1, t2, t3, t4, t5, t6, t7, op0, op1, op2, op3, op4, op5, op6, op7, p 404 sum_sub v24.4s, \in, \t3, \op3, \p
|
/third_party/mesa3d/src/compiler/glsl/ |
D | ir.cpp | 197 ir_rvalue *op2, ir_rvalue *op3) in ir_expression() argument 205 this->operands[3] = op3; in ir_expression()
|
/third_party/glslang/SPIRV/ |
D | SpvBuilder.cpp | 1777 Id Builder::createTriOp(Op opCode, Id typeId, Id op1, Id op2, Id op3) in createTriOp() argument 1785 operands[2] = op3; in createTriOp() 1792 op->addIdOperand(op3); in createTriOp()
|