/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | conditional_test.cc | 189 auto operand2 = builder.ConstantR0<float>(12.0f); in XLA_TEST_F() local 192 builder.Conditional(pred, operand1, identity, operand2, identity); in XLA_TEST_F() 203 auto operand2 = builder.ConstantR0<float>(12.6f); in XLA_TEST_F() local 205 operand2, CreateR0FloorComputation()); in XLA_TEST_F() 228 auto operand2 = builder.ConstantR0<float>(12.6f); in XLA_TEST_F() local 230 auto result = builder.Conditional(pred, operand1, floor, operand2, floor); in XLA_TEST_F() 253 auto operand2 = builder.ConstantR0<float>(12.6f); in XLA_TEST_F() local 255 operand2, CreateR0FloorComputation()); in XLA_TEST_F() 274 auto operand2 = builder.ConstantR0<float>(12.6f); in XLA_TEST_F() local 276 {pred, operand1, operand2}); in XLA_TEST_F() [all …]
|
/external/google-breakpad/src/processor/ |
D | postfix_evaluator-inl.h | 104 ValueType operand2 = ValueType(); in EvaluateToken() local 105 if (!PopValues(&operand1, &operand2)) { in EvaluateToken() 115 result = operand1 + operand2; in EvaluateToken() 118 result = operand1 - operand2; in EvaluateToken() 121 result = operand1 * operand2; in EvaluateToken() 124 result = operand1 / operand2; in EvaluateToken() 127 result = operand1 % operand2; in EvaluateToken() 131 operand1 & (static_cast<ValueType>(-1) ^ (operand2 - 1)); in EvaluateToken()
|
/external/v8/src/interpreter/ |
D | bytecode-pipeline.h | 168 uint32_t operand2, in NON_EXPORTED_BASE() 177 SetOperand(2, operand2); in NON_EXPORTED_BASE() 181 uint32_t operand2, uint32_t operand3, in NON_EXPORTED_BASE() 190 SetOperand(2, operand2); in NON_EXPORTED_BASE() 263 uint32_t operand1 = 0, uint32_t operand2 = 0, in NON_EXPORTED_BASE() 272 operands_[2] = operand2; in NON_EXPORTED_BASE() 308 uint32_t operand2)) { in NON_EXPORTED_BASE() 315 scale = std::max(scale, ScaleForOperand<operand2_type>(operand2)); in NON_EXPORTED_BASE() 317 operand2); in NON_EXPORTED_BASE() 325 uint32_t operand2, uint32_t operand3)) { in NON_EXPORTED_BASE() [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | fusion_merger_test.cc | 302 auto* operand2 = root->operand(2); in TEST_F() local 303 EXPECT_EQ(HloOpcode::kFusion, operand2->opcode()); in TEST_F() 304 EXPECT_EQ(7, operand2->fused_instruction_count()); in TEST_F()
|
/external/libunwind/src/dwarf/ |
D | Gexpr.c | 193 unw_word_t operand1 = 0, operand2 = 0, tmp1, tmp2, tmp3, end_addr; in dwarf_eval_expr() local 260 &operand2, arg)) < 0) in dwarf_eval_expr() 303 (int) operand1, (unsigned long) operand2); in dwarf_eval_expr() 307 push (tmp1 + operand2); in dwarf_eval_expr()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_evaluator_test.cc | 380 HloInstruction* operand2 = b.AddInstruction(HloInstruction::CreateConstant( in TEST_P() local 383 std::vector<HloInstruction*> operands = {operand1, operand2}; in TEST_P() 402 HloInstruction* operand2 = b.AddInstruction( in TEST_P() local 405 std::vector<HloInstruction*> operands = {operand1, operand2}; in TEST_P() 1570 HloInstruction* operand2 = b.AddInstruction( in TEST_P() local 1576 b.AddInstruction(HloInstruction::CreateTuple({operand1, operand2})); in TEST_P() 1604 HloInstruction* operand2 = b.AddInstruction(HloInstruction::CreateConstant( in TEST_P() local 1610 b.AddInstruction(HloInstruction::CreateTuple({operand1, operand2})); in TEST_P() 1612 b.AddInstruction(HloInstruction::CreateTuple({operand2, operand2})); in TEST_P()
|
D | hlo_instruction_test.cc | 874 auto operand2 = HloInstruction::CreateConstant( in TEST_F() local 882 HloInstruction* op2 = operand2.get(); in TEST_F()
|
/external/elfutils/lib/ |
D | color.c | 170 E (o1, operand2), in parse_opt()
|
/external/tensorflow/tensorflow/contrib/tpu/profiler/ |
D | op_profile.proto | 32 string expression = 2; // %multiply = [shape]multiply(operand1, operand2)
|
/external/selinux/libsepol/cil/src/ |
D | cil_write_ast.c | 56 char *operand2 = NULL; in __cil_unfill_expr_helper() local 150 rc = __cil_unfill_expr_helper(*next, next, &operand2, paren); in __cil_unfill_expr_helper() 153 len += strlen(operand2) + 1; in __cil_unfill_expr_helper() 155 sprintf(*out_str, "(%s %s %s)", op_str, operand1, operand2); in __cil_unfill_expr_helper() 226 free(operand2); in __cil_unfill_expr_helper()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_defines.h | 3032 #define MI_MATH_ALU2(opcode, operand1, operand2) \ argument 3034 ((MI_MATH_OPERAND_##operand2) << 0) )
|
/external/vixl/src/aarch64/ |
D | logic-aarch64.cc | 1301 uint64_t operand2 = ~src2.Uint(vform, i); in bif() local 1303 uint64_t result = operand1 ^ ((operand1 ^ operand3) & operand2); in bif() 1317 uint64_t operand2 = src2.Uint(vform, i); in bit() local 1319 uint64_t result = operand1 ^ ((operand1 ^ operand3) & operand2); in bit() 1333 uint64_t operand2 = dst.Uint(vform, i); in bsl() local 1335 uint64_t result = operand1 ^ ((operand1 ^ operand3) & operand2); in bsl()
|
/external/mesa3d/src/intel/vulkan/ |
D | genX_cmd_buffer.c | 2593 #define alu(opcode, operand1, operand2) \ argument 2594 alu_opcode(opcode) | alu_operand1(operand1) | alu_operand2(operand2)
|
/external/v8/src/crankshaft/x87/ |
D | lithium-codegen-x87.cc | 3944 Operand operand2 = BuildFastArrayOperand( in DoStoreKeyedExternalArray() local 3959 __ mov(operand2, Immediate(upper)); in DoStoreKeyedExternalArray()
|