| /external/apache-xml/src/main/java/org/apache/xpath/operations/ |
| D | Neg.java | 30 public class Neg extends UnaryOperation class
|
| /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/tensorflow/tensorflow/go/ |
| D | util_test.go | 49 func Neg(g *Graph, name string, port Output) (Output, error) { func
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| D | APFloat.h | 811 void makeZero(bool Neg) { APFLOAT_DISPATCH_ON_SEMANTICS(makeZero(Neg)); } in makeZero() 813 void makeInf(bool Neg) { APFLOAT_DISPATCH_ON_SEMANTICS(makeInf(Neg)); } in makeInf() 815 void makeNaN(bool SNaN, bool Neg, const APInt *fill) { in makeNaN() 819 void makeLargest(bool Neg) { in makeLargest() 823 void makeSmallest(bool Neg) { in makeSmallest() 827 void makeSmallestNormalized(bool Neg) { in makeSmallestNormalized()
|
| /external/llvm-project/llvm/include/llvm/ADT/ |
| D | APFloat.h | 822 void makeZero(bool Neg) { APFLOAT_DISPATCH_ON_SEMANTICS(makeZero(Neg)); } in makeZero() 824 void makeInf(bool Neg) { APFLOAT_DISPATCH_ON_SEMANTICS(makeInf(Neg)); } in makeInf() 826 void makeNaN(bool SNaN, bool Neg, const APInt *fill) { in makeNaN() 830 void makeLargest(bool Neg) { in makeLargest() 834 void makeSmallest(bool Neg) { in makeSmallest() 838 void makeSmallestNormalized(bool Neg) { in makeSmallestNormalized()
|
| /external/llvm-project/clang-tools-extra/clang-tidy/abseil/ |
| D | StringFindStartswithCheck.cpp | 86 bool Neg = ComparisonExpr->getOpcodeStr() == "!="; in check() local
|
| /external/tensorflow/tensorflow/lite/delegates/xnnpack/ |
| D | neg_test.cc | 97 TEST(Neg, MultiThreading) { in TEST() argument
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Option/ |
| D | ArgList.cpp | 73 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier Neg, bool Default) const { in hasFlag() 79 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier PosAlias, OptSpecifier Neg, in hasFlag()
|
| /external/llvm-project/llvm/lib/Option/ |
| D | ArgList.cpp | 73 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier Neg, bool Default) const { in hasFlag() 79 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier PosAlias, OptSpecifier Neg, in hasFlag()
|
| /external/llvm-project/llvm/unittests/Demangle/ |
| D | PartialDemangleTest.cpp | 121 static const char *Neg[] = { in TEST() 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/tensorflow/tensorflow/core/kernels/mlir_generated/ |
| D | gpu_unary_ops_test.cc | 605 GENERATE_DEFAULT_TEST_2(Neg, DT_HALF, DT_FLOAT, DT_HALF, DT_FLOAT, baseline_neg, in GENERATE_DEFAULT_TEST_2() argument
|
| /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/llvm-project/clang/include/clang/Analysis/Analyses/ |
| D | ThreadSafety.h | 202 virtual void handleNegativeNotHeld(StringRef Kind, Name LockName, Name Neg, in handleNegativeNotHeld()
|
| /external/llvm-project/mlir/include/mlir/Dialect/SDBM/ |
| D | SDBMExpr.h | 26 enum class SDBMExprKind { Add, Stripe, Diff, Constant, DimId, SymbolId, Neg }; enumerator
|
| /external/tensorflow/tensorflow/c/experimental/ops/ |
| D | math_ops.cc | 107 Status Neg(AbstractContext* ctx, absl::Span<AbstractTensorHandle* const> inputs, in Neg() function
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | APFloat.cpp | 4292 void DoubleAPFloat::makeInf(bool Neg) { in makeInf() 4297 void DoubleAPFloat::makeZero(bool Neg) { in makeZero() 4302 void DoubleAPFloat::makeLargest(bool Neg) { in makeLargest() 4310 void DoubleAPFloat::makeSmallest(bool Neg) { in makeSmallest() 4316 void DoubleAPFloat::makeSmallestNormalized(bool Neg) { in makeSmallestNormalized() 4324 void DoubleAPFloat::makeNaN(bool SNaN, bool Neg, const APInt *fill) { in makeNaN()
|
| /external/llvm-project/llvm/lib/Support/ |
| D | APFloat.cpp | 4584 void DoubleAPFloat::makeInf(bool Neg) { in makeInf() 4589 void DoubleAPFloat::makeZero(bool Neg) { in makeZero() 4594 void DoubleAPFloat::makeLargest(bool Neg) { in makeLargest() 4602 void DoubleAPFloat::makeSmallest(bool Neg) { in makeSmallest() 4608 void DoubleAPFloat::makeSmallestNormalized(bool Neg) { in makeSmallestNormalized() 4616 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 | 366 llvm::Value* Neg(Args&&... args) { in Neg() function
|
| /external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/ |
| D | elementwise_test.cc | 65 TEST_F(OpenCLOperationTest, Neg) { in TEST_F() argument
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| D | R600ISelLowering.cpp | 2070 SDValue &Src, SDValue &Neg, SDValue &Abs, in FoldOperand() 2247 SDValue &Neg = Ops[NegIdx[i] - 1]; in PostISelFolding() local 2285 SDValue &Neg = Ops[NegIdx[i] - 1]; in PostISelFolding() local
|
| /external/llvm-project/llvm/lib/Target/AMDGPU/ |
| D | R600ISelLowering.cpp | 2076 SDValue &Src, SDValue &Neg, SDValue &Abs, in FoldOperand() 2252 SDValue &Neg = Ops[NegIdx[i] - 1]; in PostISelFolding() local 2290 SDValue &Neg = Ops[NegIdx[i] - 1]; in PostISelFolding() 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/llvm-project/mlir/unittests/SDBM/ |
| D | SDBMTest.cpp | 307 TEST(SDBMExpr, Neg) { in TEST() argument
|