Searched defs:Neg (Results 1 - 25 of 39) sorted by relevance

12

/external/apache-xml/src/main/java/org/apache/xpath/operations/
H A DNeg.java19 * $Id: Neg.java 468655 2006-10-28 07:12:06Z minchau $
30 public class Neg extends UnaryOperation class in inherits:UnaryOperation
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafety.h172 /// \param Neg -- The name of the negative capability to be printed in the
175 virtual void handleNegativeNotHeld(StringRef Kind, Name LockName, Name Neg, argument
H A DThreadSafetyCommon.h263 CapabilityExpr(const til::SExpr *E, bool Neg) : CapExpr(E), Negated(Neg) {} argument
/external/gemmlowp/fixedpoint/
H A Dfixedpoint_msa.h106 inline v4i32 Neg(v4i32 a) { function in namespace:gemmlowp
112 inline v8i16 Neg(v8i16 a) { function in namespace:gemmlowp
H A Dfixedpoint_neon.h98 inline int32x4_t Neg(int32x4_t a) { function in namespace:gemmlowp
103 inline int16x8_t Neg(int16x8_t a) { function in namespace:gemmlowp
H A Dfixedpoint_sse.h125 inline __m128i Neg(__m128i a) { function in namespace:gemmlowp
130 inline int16x8_m128i Neg(int16x8_m128i a) { function in namespace:gemmlowp
H A Dfixedpoint.h108 tIntegerType Neg(tIntegerType a) { function in namespace:gemmlowp
561 MAKE_FIXEDPOINT_UNARY_FUNC(operator-, Neg)
/external/llvm/lib/Option/
H A DArgList.cpp221 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier Neg, bool Default) const { argument
222 if (Arg *A = getLastArg(Pos, Neg))
227 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier PosAlias, OptSpecifier Neg, argument
229 if (Arg *A = getLastArg(Pos, PosAlias, Neg))
/external/perfetto/src/tracing/core/
H A Dtrace_buffer_unittest.cc1074 auto Neg = [](int x) -> ChunkID { local
1078 {ProducerID(1), WriterID(1), ChunkID(Neg(-4))},
1079 {ProducerID(1), WriterID(1), ChunkID(Neg(-3))},
1080 {ProducerID(1), WriterID(2), ChunkID(Neg(-2))},
1081 {ProducerID(3), WriterID(1), ChunkID(Neg(-1))},
1088 ASSERT_TRUE(IteratorSeqEq(ProducerID(1), WriterID(1), {Neg(-4), Neg(-3), 3}));
1089 ASSERT_TRUE(IteratorSeqEq(ProducerID(1), WriterID(2), {Neg(-2), 0, 1}));
1090 ASSERT_TRUE(IteratorSeqEq(ProducerID(3), WriterID(1), {Neg(-1), 2, 4}));
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp248 SDValue Neg = CurDAG->getNode(ISD::SUB, dl, N.getValueType(), Zero, RHS); local
249 AM.IndexReg = Neg;
257 if (Neg.getNode()->getNodeId() == -1 ||
258 Neg.getNode()->getNodeId() > N.getNode()->getNodeId()) {
259 CurDAG->RepositionNode(N.getNode(), Neg.getNode());
260 Neg.getNode()->setNodeId(N.getNode()->getNodeId());
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp190 Value *Neg = dyn_castNegVal(Op1C); local
192 (BO->getOperand(1) == Op1C || BO->getOperand(1) == Neg) &&
H A DInstCombineCompares.cpp1399 Value *Neg = Builder->CreateNeg(BOp1); local
1400 Neg->takeName(BO);
1401 return new ICmpInst(ICI.getPredicate(), BOp0, Neg);
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DReassociate.cpp212 static Instruction *LowerNegateToMultiply(Instruction *Neg, argument
214 Constant *Cst = Constant::getAllOnesValue(Neg->getType());
216 Instruction *Res = BinaryOperator::CreateMul(Neg->getOperand(1), Cst, "",Neg);
217 ValueRankMap.erase(Neg);
218 Res->takeName(Neg);
219 Neg->replaceAllUsesWith(Res);
220 Res->setDebugLoc(Neg->getDebugLoc());
221 Neg->eraseFromParent();
H A DSimplifyLibCalls.cpp1064 Value *Neg = B.CreateNeg(Op, "neg"); local
1065 return B.CreateSelect(Pos, Op, Neg);
/external/libmojo/third_party/jinja2/
H A Dnodes.py786 class Neg(UnaryExpr): class in inherits:UnaryExpr
/external/llvm/lib/Support/
H A Draw_ostream.cpp440 bool Neg = (FN.DecValue < 0); local
441 uint64_t N = Neg ? -static_cast<uint64_t>(FN.DecValue) : FN.DecValue;
448 if (Neg)
452 if (Neg)
/external/tensorflow/tensorflow/c/
H A Dc_test_util.cc206 TF_OperationDescription* desc = TF_NewOperation(graph, "Neg", name);
214 TF_Operation* Neg(TF_Operation* n, TF_Graph* graph, TF_Status* s, function
336 return node_def.op() == "Neg" && node_def.name() == "neg" &&
/external/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp166 bool Neg = false; local
169 Neg = true;
175 Neg = true;
190 return CapabilityExpr(CE->expr(), Neg);
192 return CapabilityExpr(E, Neg);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp315 Value *Neg = dyn_castNegVal(Op1C); local
317 (BO->getOperand(1) == Op1C || BO->getOperand(1) == Neg) &&
684 Value *Neg = Builder->CreateFNeg(T); local
685 Neg->takeName(&I);
686 return replaceInstUsesWith(I, Neg);
/external/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp253 static BinaryOperator *LowerNegateToMultiply(Instruction *Neg) { argument
254 Type *Ty = Neg->getType();
258 BinaryOperator *Res = CreateMul(Neg->getOperand(1), NegOne, "", Neg, Neg);
259 Neg->setOperand(1, Constant::getNullValue(Ty)); // Drop use of op.
260 Res->takeName(Neg);
261 Neg->replaceAllUsesWith(Res);
262 Res->setDebugLoc(Neg->getDebugLoc());
/external/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp2170 SDValue &Src, SDValue &Neg, SDValue &Abs,
2179 if (!Neg.getNode())
2182 Neg = DAG.getTargetConstant(1, SDLoc(ParentNode), MVT::i32);
2348 SDValue &Neg = Ops[NegIdx[i] - 1]; local
2355 if (FoldOperand(Node, i, Src, Neg, Abs, Sel, FakeOp, DAG))
2400 SDValue &Neg = Ops[NegIdx[i] - 1]; local
2412 if (FoldOperand(Node, i, Src, Neg, Abs, Sel, Imm, DAG))
2169 FoldOperand(SDNode *ParentNode, unsigned SrcIdx, SDValue &Src, SDValue &Neg, SDValue &Abs, SDValue &Sel, SDValue &Imm, SelectionDAG &DAG) const argument
/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1333 SDValue Neg = CurDAG->getNode(ISD::SUB, dl, N.getValueType(), Zero, RHS); local
1334 AM.IndexReg = Neg;
1339 insertDAGNode(*CurDAG, N, Neg);
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp915 SDValue Neg = CurDAG->getNode(ISD::SUB, dl, N.getValueType(), Zero, RHS); local
916 AM.IndexReg = Neg;
925 if (Neg.getNode()->getNodeId() == -1 ||
926 Neg.getNode()->getNodeId() > N.getNode()->getNodeId()) {
927 CurDAG->RepositionNode(N.getNode(), Neg.getNode());
928 Neg.getNode()->setNodeId(N.getNode()->getNodeId());
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DAsmMatcherEmitter.cpp1845 bool Neg = false; local
1848 Neg = true;
1853 if (Neg)
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DAPFloat.h467 void makeLargest(bool Neg = false);
468 void makeSmallest(bool Neg = false);
469 void makeNaN(bool SNaN = false, bool Neg = false,
471 void makeInf(bool Neg = false);
472 void makeZero(bool Neg = false);
645 void makeInf(bool Neg);
646 void makeNaN(bool SNaN, bool Neg, const APInt *fill);
773 void makeZero(bool Neg) { getIEEE().makeZero(Neg); } argument
775 void makeInf(bool Neg) { argument
783 makeNaN(bool SNaN, bool Neg, const APInt *fill) argument
787 makeLargest(bool Neg) argument
789 makeSmallest(bool Neg) argument
791 makeSmallestNormalized(bool Neg) argument
[all...]

Completed in 877 milliseconds

12