HomeSort by relevance Sort by last modified time
    Searched refs:neg1 (Results 1 - 12 of 12) sorted by null

  /external/skia/tests/
GrSKSLPrettyPrintTest.cpp 85 const SkString neg1("{;;{{{{;;;{{{{{{{{{{{");
112 testStr.push_back(neg1.c_str());
113 lengths.push_back((int)neg1.size());
  /external/skqp/tests/
GrSKSLPrettyPrintTest.cpp 85 const SkString neg1("{;;{{{{;;;{{{{{{{{{{{");
112 testStr.push_back(neg1.c_str());
113 lengths.push_back((int)neg1.size());
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lobject.c 139 int neg1; local
141 neg1 = isneg(&s); /* signal */
146 if (neg1) exp1 = -exp1;
  /external/syslinux/com32/lua/src/
lobject.c 139 int neg1; local
141 neg1 = isneg(&s); /* signal */
146 if (neg1) exp1 = -exp1;
  /external/tensorflow/tensorflow/core/grappler/
utils_test.cc 202 Output neg1 = local
203 ops::Neg(s.WithControlDependencies(neg0).WithOpName("neg1"), c0);
204 Output neg2 = ops::Neg(s.WithOpName("neg2"), neg1);
206 Output id2 = ops::Identity(s.WithOpName("id2"), neg1);
215 ASSERT_EQ("neg1", graph.node(3).name());
223 // We walk backwards, starting as "id1", so tail should be "neg1".
227 EXPECT_EQ("neg1", tail->name());
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_emit_nv50.cpp 1027 const int neg1 = i->src(1).mod.neg() ^ ((i->op == OP_SUB) ? 1 : 0); local
1037 code[0] |= neg1 << 22;
1045 code[1] |= neg1 << 27;
1051 code[0] |= neg1 << 22;
1061 const int neg1 = i->src(1).mod.neg() ^ ((i->op == OP_SUB) ? 1 : 0); local
1073 code[1] |= neg1 << 27;
1080 const int neg1 = i->src(1).mod.neg() ^ ((i->op == OP_SUB) ? 1 : 0); local
1095 assert(!(neg0 && neg1));
1097 code[0] |= neg1 << 22;
    [all...]
nv50_ir_emit_gk110.cpp 499 bool neg1 = (i->src(0).mod ^ i->src(1).mod).neg(); local
502 if (neg1)
505 if (neg1) {
521 bool neg1 = (i->src(0).mod ^ i->src(1).mod).neg(); local
524 if (neg1)
527 if (neg1) {
    [all...]
nv50_ir_emit_nvc0.cpp 522 bool neg1 = (i->src(0).mod ^ i->src(1).mod).neg(); local
535 if (neg1)
550 if (neg1)
558 bool neg1 = (i->src(0).mod ^ i->src(1).mod).neg(); local
567 if (neg1)
    [all...]
  /external/tensorflow/tensorflow/core/grappler/optimizers/
dependency_optimizer_test.cc 169 Output neg1 = ops::Neg(scope.WithOpName("neg1"), s.output_false); local
176 item.fetch.push_back("neg1");
455 Output neg1 = ops::Neg(s.WithOpName("neg1"), x); local
457 ops::Neg(s.WithOpName("neg2").WithControlDependencies({x}), neg1);
469 EXPECT_EQ("neg1", output.node(3).input(0));
arithmetic_optimizer_test.cc 190 Output neg1 = ops::Neg(s.WithOpName("neg1"), c); local
191 Output neg2 = ops::Neg(s.WithOpName("neg2"), neg1);
    [all...]
  /art/compiler/optimizing/
induction_var_analysis_test.cc 791 HInstruction* neg1 = InsertInstruction( local
809 GetInductionInfo(neg1, 0).c_str());
1010 HInstruction* neg1 = InsertInstruction( local
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_instruction_test.cc 296 auto neg1 = builder.AddInstruction( local
299 HloInstruction::CreateBinary(r0f32_, HloOpcode::kAdd, param0, neg1));
301 HloInstruction::CreateBinary(r0f32_, HloOpcode::kAdd, neg1, param1));
313 EXPECT_EQ(2, visitor.NumUsers(neg1));
    [all...]

Completed in 353 milliseconds