Home
last modified time | relevance | path

Searched defs:neg1 (Results 1 – 16 of 16) sorted by relevance

/external/mesa3d/src/nouveau/codegen/
Dnv50_ir_emit_nv50.cpp1034 const int neg1 = i->src(1).mod.neg() ^ ((i->op == OP_SUB) ? 1 : 0); in emitFADD() local
1068 const int neg1 = i->src(1).mod.neg() ^ ((i->op == OP_SUB) ? 1 : 0); in emitDADD() local
1087 const int neg1 = i->src(1).mod.neg() ^ ((i->op == OP_SUB) ? 1 : 0); in emitUADD() local
Dnv50_ir_emit_gk110.cpp494 bool neg1 = (i->src(0).mod ^ i->src(1).mod).neg(); in emitFMAD() local
542 bool neg1 = (i->src(0).mod ^ i->src(1).mod).neg(); in emitDMAD() local
Dnv50_ir_emit_nvc0.cpp539 bool neg1 = (i->src(0).mod ^ i->src(1).mod).neg(); in emitFMAD() local
575 bool neg1 = (i->src(0).mod ^ i->src(1).mod).neg(); in emitDMAD() local
/external/pytorch/torch/csrc/jit/passes/
Dfrozen_concat_linear.cpp115 Value* neg1 = graph_->insertConstant(-1); in mergeLinearLayers() local
/external/pytorch/aten/src/ATen/test/
Dpow_test.cpp267 T neg1 = -1; in test_inverse() local
/external/mesa3d/src/compiler/nir/
Dnir_instr_set.c431 nir_alu_instr *neg1 = get_neg_instr(alu1->src[src1].src, base_type); in nir_alu_srcs_negative_equal_typed() local
/external/lua/src/
Dlobject.c199 int neg1; /* exponent sign */ in lua_strx2number() local
/external/tensorflow/tensorflow/core/grappler/optimizers/
Ddependency_optimizer_test.cc209 Output neg1 = ops::Neg(scope.WithOpName("neg1"), s.output_false); in TEST_F() local
565 Output neg1 = ops::Neg(s.WithOpName("neg1"), x); in TEST_F() local
Darithmetic_optimizer_test.cc585 auto neg1 = ops::Neg(s.WithOpName("neg1"), c); in TEST_F() local
/external/tensorflow/tensorflow/core/grappler/
Dutils_test.cc234 Output neg1 = in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/tests/
Dvalue_inference_test.cc212 auto neg1 = Neg(p); in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction_test.cc302 auto neg1 = builder.AddInstruction( in TEST_F() local
Dmemory_space_assignment_test.cc2047 auto neg1 = module->GetComputationWithName("true_computation") in TEST_P() local
/external/bc/src/
Dnum.c660 bc_num_retireMul(BcNum* restrict n, size_t scale, bool neg1, bool neg2) in bc_num_retireMul()
/external/mesa3d/src/amd/compiler/
Daco_optimizer.cpp1896 bool neg1 = instr->operands[!i].constantEquals(fp16 ? 0xbc00 : 0xbf800000u); in label_instruction() local
/external/toybox/toys/pending/
Dbc.c1346 static void bc_num_retireMul(BcNum *n, size_t scale, int neg1, int neg2) { in bc_num_retireMul()