Home
last modified time | relevance | path

Searched defs:Neg (Results 1 – 25 of 79) sorted by relevance

1234

/external/apache-xml/src/main/java/org/apache/xpath/operations/
DNeg.java30 public class Neg extends UnaryOperation class
/external/tensorflow/tensorflow/go/
Dutil_test.go49 func Neg(g *Graph, name string, port Output) (Output, error) { func
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPFloat.h794 void makeZero(bool Neg) { APFLOAT_DISPATCH_ON_SEMANTICS(makeZero(Neg)); } in makeZero()
796 void makeInf(bool Neg) { APFLOAT_DISPATCH_ON_SEMANTICS(makeInf(Neg)); } in makeInf()
798 void makeNaN(bool SNaN, bool Neg, const APInt *fill) { in makeNaN()
802 void makeLargest(bool Neg) { in makeLargest()
806 void makeSmallest(bool Neg) { in makeSmallest()
810 void makeSmallestNormalized(bool Neg) { in makeSmallestNormalized()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h773 void makeZero(bool Neg) { getIEEE().makeZero(Neg); } in makeZero()
775 void makeInf(bool Neg) { in makeInf()
783 void makeNaN(bool SNaN, bool Neg, const APInt *fill) { in makeNaN()
787 void makeLargest(bool Neg) { getIEEE().makeLargest(Neg); } in makeLargest()
789 void makeSmallest(bool Neg) { getIEEE().makeSmallest(Neg); } in makeSmallest()
791 void makeSmallestNormalized(bool Neg) { in makeSmallestNormalized()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Demangle/
DPartialDemangleTest.cpp122 static const char *Neg[] = { in TEST() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Option/
DArgList.cpp74 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier Neg, bool Default) const { in hasFlag()
80 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier PosAlias, OptSpecifier Neg, in hasFlag()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DSubtargetFeatureInfo.cpp140 bool Neg = false; in emitComputeAssemblerAvailableFeatures() local
/external/clang/include/clang/Analysis/Analyses/
DThreadSafety.h175 virtual void handleNegativeNotHeld(StringRef Kind, Name LockName, Name Neg, in handleNegativeNotHeld()
DThreadSafetyCommon.h263 CapabilityExpr(const til::SExpr *E, bool Neg) : CapExpr(E), Negated(Neg) {} in CapabilityExpr()
/external/llvm/lib/Option/
DArgList.cpp221 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier Neg, bool Default) const { in hasFlag()
227 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier PosAlias, OptSpecifier Neg, in hasFlag()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPFloat.cpp4215 void DoubleAPFloat::makeInf(bool Neg) { in makeInf()
4220 void DoubleAPFloat::makeZero(bool Neg) { in makeZero()
4225 void DoubleAPFloat::makeLargest(bool Neg) { in makeLargest()
4233 void DoubleAPFloat::makeSmallest(bool Neg) { in makeSmallest()
4239 void DoubleAPFloat::makeSmallestNormalized(bool Neg) { in makeSmallestNormalized()
4247 void DoubleAPFloat::makeNaN(bool SNaN, bool Neg, const APInt *fill) { in makeNaN()
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dir_builder_mixin.h343 llvm::Value* Neg(Args&&... args) { in Neg() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp2072 SDValue &Src, SDValue &Neg, SDValue &Abs, in FoldOperand()
2249 SDValue &Neg = Ops[NegIdx[i] - 1]; in PostISelFolding() local
2287 SDValue &Neg = Ops[NegIdx[i] - 1]; in PostISelFolding() local
DSIPeepholeSDWA.cpp142 bool Neg; member in __anon3d5317d30111::SDWASrcOperand
/external/llvm/lib/Support/
Draw_ostream.cpp440 bool Neg = (FN.DecValue < 0); in operator <<() local
/external/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp2170 SDValue &Src, SDValue &Neg, SDValue &Abs, in FoldOperand()
2348 SDValue &Neg = Ops[NegIdx[i] - 1]; in PostISelFolding() local
2400 SDValue &Neg = Ops[NegIdx[i] - 1]; in PostISelFolding() local
/external/v8/tools/
Dbigint-tester.py180 class Neg(UnaryOp): class
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp315 Value *Neg = dyn_castNegVal(Op1C); in visitMul() local
684 Value *Neg = Builder->CreateFNeg(T); in visitFMul() local
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp190 Value *Neg = dyn_castNegVal(Op1C); in visitMul() local
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp248 SDValue Neg = CurDAG->getNode(ISD::SUB, dl, N.getValueType(), Zero, RHS); in MatchAddress() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp924 unsigned Neg = MRI.createGenericVirtualRegister(Ty); in lower() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DConstantRangeTest.cpp631 ConstantRange Neg(APInt(16, 0xf3f0, true), APInt(16, 0xf7f8, true)); in TEST_F() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DReassociate.cpp212 static Instruction *LowerNegateToMultiply(Instruction *Neg, in LowerNegateToMultiply()
/external/clang/lib/Analysis/
DThreadSafetyCommon.cpp166 bool Neg = false; in translateAttrExpr() local
/external/perfetto/src/tracing/core/
Dtrace_buffer_unittest.cc1316 auto Neg = [](int x) -> ChunkID { in TEST_F() local

1234