/external/apache-xml/src/main/java/org/apache/xpath/operations/ |
D | Neg.java | 30 public class Neg extends UnaryOperation class
|
/external/tensorflow/tensorflow/go/ |
D | util_test.go | 49 func Neg(g *Graph, name string, port Output) (Output, error) { func
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | APFloat.h | 794 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/ |
D | APFloat.h | 773 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/ |
D | PartialDemangleTest.cpp | 122 static const char *Neg[] = { in TEST() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Option/ |
D | ArgList.cpp | 74 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/ |
D | SubtargetFeatureInfo.cpp | 140 bool Neg = false; in emitComputeAssemblerAvailableFeatures() local
|
/external/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafety.h | 175 virtual void handleNegativeNotHeld(StringRef Kind, Name LockName, Name Neg, in handleNegativeNotHeld()
|
D | ThreadSafetyCommon.h | 263 CapabilityExpr(const til::SExpr *E, bool Neg) : CapExpr(E), Negated(Neg) {} in CapabilityExpr()
|
/external/llvm/lib/Option/ |
D | ArgList.cpp | 221 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/ |
D | APFloat.cpp | 4215 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/ |
D | ir_builder_mixin.h | 343 llvm::Value* Neg(Args&&... args) { in Neg() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 2072 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
|
D | SIPeepholeSDWA.cpp | 142 bool Neg; member in __anon3d5317d30111::SDWASrcOperand
|
/external/llvm/lib/Support/ |
D | raw_ostream.cpp | 440 bool Neg = (FN.DecValue < 0); in operator <<() local
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 2170 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/ |
D | bigint-tester.py | 180 class Neg(UnaryOp): class
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 315 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/ |
D | InstCombineMulDivRem.cpp | 190 Value *Neg = dyn_castNegVal(Op1C); in visitMul() local
|
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 248 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/ |
D | LegalizerHelper.cpp | 924 unsigned Neg = MRI.createGenericVirtualRegister(Ty); in lower() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | ConstantRangeTest.cpp | 631 ConstantRange Neg(APInt(16, 0xf3f0, true), APInt(16, 0xf7f8, true)); in TEST_F() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | Reassociate.cpp | 212 static Instruction *LowerNegateToMultiply(Instruction *Neg, in LowerNegateToMultiply()
|
/external/clang/lib/Analysis/ |
D | ThreadSafetyCommon.cpp | 166 bool Neg = false; in translateAttrExpr() local
|
/external/perfetto/src/tracing/core/ |
D | trace_buffer_unittest.cc | 1316 auto Neg = [](int x) -> ChunkID { in TEST_F() local
|