Home
last modified time | relevance | path

Searched refs:operand2 (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tests/
Dconditional_test.cc189 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/
Dpostfix_evaluator-inl.h104 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/
Dbytecode-pipeline.h168 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/
Dfusion_merger_test.cc302 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/
DGexpr.c193 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/
Dhlo_evaluator_test.cc380 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()
Dhlo_instruction_test.cc874 auto operand2 = HloInstruction::CreateConstant( in TEST_F() local
882 HloInstruction* op2 = operand2.get(); in TEST_F()
/external/elfutils/lib/
Dcolor.c170 E (o1, operand2), in parse_opt()
/external/tensorflow/tensorflow/contrib/tpu/profiler/
Dop_profile.proto32 string expression = 2; // %multiply = [shape]multiply(operand1, operand2)
/external/selinux/libsepol/cil/src/
Dcil_write_ast.c56 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/
Dbrw_defines.h3032 #define MI_MATH_ALU2(opcode, operand1, operand2) \ argument
3034 ((MI_MATH_OPERAND_##operand2) << 0) )
/external/vixl/src/aarch64/
Dlogic-aarch64.cc1301 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/
DgenX_cmd_buffer.c2593 #define alu(opcode, operand1, operand2) \ argument
2594 alu_opcode(opcode) | alu_operand1(operand1) | alu_operand2(operand2)
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.cc3944 Operand operand2 = BuildFastArrayOperand( in DoStoreKeyedExternalArray() local
3959 __ mov(operand2, Immediate(upper)); in DoStoreKeyedExternalArray()