Home
last modified time | relevance | path

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

12345

/external/apache-xml/src/main/java/org/apache/xpath/operations/
DNeg.java30 public class Neg extends UnaryOperation class
/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/tensorflow/tensorflow/go/
Dutil_test.go49 func Neg(g *Graph, name string, port Output) (Output, error) { func
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPFloat.h811 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/
DAPFloat.h822 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/
DStringFindStartswithCheck.cpp86 bool Neg = ComparisonExpr->getOpcodeStr() == "!="; in check() local
/external/tensorflow/tensorflow/lite/delegates/xnnpack/
Dneg_test.cc97 TEST(Neg, MultiThreading) { in TEST() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Option/
DArgList.cpp73 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/
DArgList.cpp73 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/
DPartialDemangleTest.cpp121 static const char *Neg[] = { in TEST() 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/tensorflow/tensorflow/core/kernels/mlir_generated/
Dgpu_unary_ops_test.cc605 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/
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/llvm-project/clang/include/clang/Analysis/Analyses/
DThreadSafety.h202 virtual void handleNegativeNotHeld(StringRef Kind, Name LockName, Name Neg, in handleNegativeNotHeld()
/external/llvm-project/mlir/include/mlir/Dialect/SDBM/
DSDBMExpr.h26 enum class SDBMExprKind { Add, Stripe, Diff, Constant, DimId, SymbolId, Neg }; enumerator
/external/tensorflow/tensorflow/c/experimental/ops/
Dmath_ops.cc107 Status Neg(AbstractContext* ctx, absl::Span<AbstractTensorHandle* const> inputs, in Neg() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp4292 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/
DAPFloat.cpp4584 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/
Dir_builder_mixin.h366 llvm::Value* Neg(Args&&... args) { in Neg() function
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
Delementwise_test.cc65 TEST_F(OpenCLOperationTest, Neg) { in TEST_F() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp2070 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/
DR600ISelLowering.cpp2076 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/
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/llvm-project/mlir/unittests/SDBM/
DSDBMTest.cpp307 TEST(SDBMExpr, Neg) { in TEST() argument

12345