Searched defs:operand2 (Results 1 - 11 of 11) sorted by relevance

/external/google-breakpad/src/processor/
H A Dpostfix_evaluator-inl.h104 ValueType operand2 = ValueType(); local
105 if (!PopValues(&operand1, &operand2)) {
115 result = operand1 + operand2;
118 result = operand1 - operand2;
121 result = operand1 * operand2;
124 result = operand1 / operand2;
127 result = operand1 % operand2;
131 operand1 & (static_cast<ValueType>(-1) ^ (operand2 - 1));
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dfusion_merger_test.cc302 auto* operand2 = root->operand(2); local
303 EXPECT_EQ(HloOpcode::kFusion, operand2->opcode());
304 EXPECT_EQ(7, operand2->fused_instruction_count());
/external/libunwind/src/dwarf/
H A DGexpr.c193 unw_word_t operand1 = 0, operand2 = 0, tmp1, tmp2, tmp3, end_addr; local
260 &operand2, arg)) < 0)
303 (int) operand1, (unsigned long) operand2);
307 push (tmp1 + operand2);
/external/v8/src/interpreter/
H A Dbytecode-pipeline.h168 uint32_t operand2,
177 SetOperand(2, operand2);
181 uint32_t operand2, uint32_t operand3,
190 SetOperand(2, operand2);
263 uint32_t operand1 = 0, uint32_t operand2 = 0,
272 operands_[2] = operand2;
308 uint32_t operand2)) {
315 scale = std::max(scale, ScaleForOperand<operand2_type>(operand2));
317 operand2);
325 uint32_t operand2, uint32_
167 BytecodeNode(Bytecode bytecode, uint32_t operand0, uint32_t operand1, uint32_t operand2, BytecodeSourceInfo source_info = BytecodeSourceInfo()) argument
180 BytecodeNode(Bytecode bytecode, uint32_t operand0, uint32_t operand1, uint32_t operand2, uint32_t operand3, BytecodeSourceInfo source_info = BytecodeSourceInfo()) argument
306 INLINE(static BytecodeNode Create(BytecodeSourceInfo source_info, uint32_t operand0, uint32_t operand1, uint32_t operand2)) argument
323 INLINE(static BytecodeNode Create(BytecodeSourceInfo source_info, uint32_t operand0, uint32_t operand1, uint32_t operand2, uint32_t operand3)) argument
[all...]
/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dconditional_test.cc189 auto operand2 = builder.ConstantR0<float>(12.0f); local
192 builder.Conditional(pred, operand1, identity, operand2, identity);
203 auto operand2 = builder.ConstantR0<float>(12.6f); local
205 operand2, CreateR0FloorComputation());
228 auto operand2 = builder.ConstantR0<float>(12.6f); local
230 auto result = builder.Conditional(pred, operand1, floor, operand2, floor);
253 auto operand2 = builder.ConstantR0<float>(12.6f); local
255 operand2, CreateR0FloorComputation());
274 auto operand2 = builder.ConstantR0<float>(12.6f); local
276 {pred, operand1, operand2});
287 auto operand2 = builder.ConstantR0<float>(12.0f); local
302 auto operand2 = builder.ConstantR0<float>(12.0f); local
317 auto operand2 = builder.ConstantR1<float>({10.0f, 11.0f}); local
332 auto operand2 = builder.ConstantR1<float>({10.0f, 11.0f}); local
465 ComputationDataHandle pred, operand1, operand2; local
485 ComputationDataHandle pred, operand1, operand2; local
521 auto operand2 = builder.ConstantR0<float>(12.2f); local
550 auto operand2 = builder.ConstantR0<float>(12.2f); local
562 auto operand2 = builder.ConstantR0<float>(12.0f); local
[all...]
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_evaluator_test.cc380 HloInstruction* operand2 = b.AddInstruction(HloInstruction::CreateConstant( local
383 std::vector<HloInstruction*> operands = {operand1, operand2};
402 HloInstruction* operand2 = b.AddInstruction( local
405 std::vector<HloInstruction*> operands = {operand1, operand2};
1570 HloInstruction* operand2 = b.AddInstruction( local
1576 b.AddInstruction(HloInstruction::CreateTuple({operand1, operand2}));
1604 HloInstruction* operand2 = b.AddInstruction(HloInstruction::CreateConstant( local
1610 b.AddInstruction(HloInstruction::CreateTuple({operand1, operand2}));
1612 b.AddInstruction(HloInstruction::CreateTuple({operand2, operand2}));
[all...]
H A Dhlo_instruction_test.cc874 auto operand2 = HloInstruction::CreateConstant( local
882 HloInstruction* op2 = operand2.get();
/external/selinux/libsepol/cil/src/
H A Dcil_write_ast.c56 char *operand2 = NULL; local
149 // *next contains operand2, but keep track of next after that
150 rc = __cil_unfill_expr_helper(*next, next, &operand2, paren);
153 len += strlen(operand2) + 1;
155 sprintf(*out_str, "(%s %s %s)", op_str, operand1, operand2);
226 free(operand2);
/external/vixl/src/aarch64/
H A Dlogic-aarch64.cc1301 uint64_t operand2 = ~src2.Uint(vform, i); local
1303 uint64_t result = operand1 ^ ((operand1 ^ operand3) & operand2);
1317 uint64_t operand2 = src2.Uint(vform, i); local
1319 uint64_t result = operand1 ^ ((operand1 ^ operand3) & operand2);
1333 uint64_t operand2 = dst.Uint(vform, i); local
1335 uint64_t result = operand1 ^ ((operand1 ^ operand3) & operand2);
/external/v8/src/crankshaft/x87/
H A Dlithium-codegen-x87.cc3944 Operand operand2 = BuildFastArrayOperand( local
3959 __ mov(operand2, Immediate(upper));
/external/annotation-tools/scene-lib/
H A Dant-contrib.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/AntContribVersion ...

Completed in 332 milliseconds