Home
last modified time | relevance | path

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

1234

/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/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/tensorflow/tensorflow/go/
Dutil_test.go49 func Neg(g *Graph, name string, port Output) (Output, error) { func
/external/eigen/unsupported/test/
Dcxx11_tensor_complex_cwise_ops_gpu.cu52 Neg, in test_cuda_complex_cwise_ops() enumerator
/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/tensorflow/tensorflow/lite/delegates/xnnpack/
Dneg_test.cc97 TEST(Neg, MultiThreading) { in TEST() argument
/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/tensorflow/tensorflow/c/experimental/ops/
Dmath_ops.cc128 Status Neg(AbstractContext* ctx, AbstractTensorHandle* const x, 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/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dir_builder_mixin.h372 llvm::Value* Neg(Args&&... args) { in Neg() function
/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
DSIPeepholeSDWA.cpp144 bool Neg; member in __anon4eaec4190111::SDWASrcOperand
/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/armnn/include/armnn/
DTypes.hpp130 Neg = 4, enumerator
/external/llvm/lib/Support/
Draw_ostream.cpp440 bool Neg = (FN.DecValue < 0); in operator <<() local
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
Delementwise_test.cc80 TEST_F(OpenCLOperationTest, Neg) { in TEST_F() argument
/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/tensorflow/tensorflow/core/kernels/mlir_generated/
Dgpu_unary_ops_test.cc793 GENERATE_DEFAULT_TEST_2(Neg, DT_HALF, DT_FLOAT, DT_HALF, DT_FLOAT, baseline_neg, in GENERATE_DEFAULT_TEST_2() argument
/external/rust/crates/openssl/src/
Dbn.rs1341 impl<'a> Neg for &'a BigNumRef { impl
1349 impl<'a> Neg for &'a BigNum { impl
/external/clang/lib/Analysis/
DThreadSafetyCommon.cpp166 bool Neg = false; in translateAttrExpr() local
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestProto3Optional.cs1266 [pbr::OriginalName("NEG")] Neg = -1, enumerator
/external/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestProto3Optional.cs1266 [pbr::OriginalName("NEG")] Neg = -1, enumerator

1234