Home
last modified time | relevance | path

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

12345678

/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A 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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DAPFloat.h900 void makeZero(bool Neg) { APFLOAT_DISPATCH_ON_SEMANTICS(makeZero(Neg)); } in makeZero()
902 void makeInf(bool Neg) { APFLOAT_DISPATCH_ON_SEMANTICS(makeInf(Neg)); } in makeInf()
904 void makeNaN(bool SNaN, bool Neg, const APInt *fill) { in makeNaN()
908 void makeLargest(bool Neg) { in makeLargest()
912 void makeSmallest(bool Neg) { in makeSmallest()
916 void makeSmallestNormalized(bool Neg) { in makeSmallestNormalized()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DAPFloat.h900 void makeZero(bool Neg) { APFLOAT_DISPATCH_ON_SEMANTICS(makeZero(Neg)); } in makeZero()
902 void makeInf(bool Neg) { APFLOAT_DISPATCH_ON_SEMANTICS(makeInf(Neg)); } in makeInf()
904 void makeNaN(bool SNaN, bool Neg, const APInt *fill) { in makeNaN()
908 void makeLargest(bool Neg) { in makeLargest()
912 void makeSmallest(bool Neg) { in makeSmallest()
916 void makeSmallestNormalized(bool Neg) { in makeSmallestNormalized()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DAPFloat.h842 void makeZero(bool Neg) { APFLOAT_DISPATCH_ON_SEMANTICS(makeZero(Neg)); } in makeZero()
844 void makeInf(bool Neg) { APFLOAT_DISPATCH_ON_SEMANTICS(makeInf(Neg)); } in makeInf()
846 void makeNaN(bool SNaN, bool Neg, const APInt *fill) { in makeNaN()
850 void makeLargest(bool Neg) { in makeLargest()
854 void makeSmallest(bool Neg) { in makeSmallest()
858 void makeSmallestNormalized(bool Neg) { in makeSmallestNormalized()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DAPFloat.h900 void makeZero(bool Neg) { APFLOAT_DISPATCH_ON_SEMANTICS(makeZero(Neg)); } in makeZero()
902 void makeInf(bool Neg) { APFLOAT_DISPATCH_ON_SEMANTICS(makeInf(Neg)); } in makeInf()
904 void makeNaN(bool SNaN, bool Neg, const APInt *fill) { in makeNaN()
908 void makeLargest(bool Neg) { in makeLargest()
912 void makeSmallest(bool Neg) { in makeSmallest()
916 void makeSmallestNormalized(bool Neg) { in makeSmallestNormalized()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DAPFloat.h900 void makeZero(bool Neg) { APFLOAT_DISPATCH_ON_SEMANTICS(makeZero(Neg)); } in makeZero()
902 void makeInf(bool Neg) { APFLOAT_DISPATCH_ON_SEMANTICS(makeInf(Neg)); } in makeInf()
904 void makeNaN(bool SNaN, bool Neg, const APInt *fill) { in makeNaN()
908 void makeLargest(bool Neg) { in makeLargest()
912 void makeSmallest(bool Neg) { in makeSmallest()
916 void makeSmallestNormalized(bool Neg) { in makeSmallestNormalized()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/ops/
H A Darith.rs665 pub trait Neg { trait
687 impl Neg for $t { impl
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/ops/
H A Darith.rs665 pub trait Neg { interface
687 impl Neg for $t { impl
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/ops/
H A Darith.rs665 pub trait Neg { trait
687 impl Neg for $t { impl
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/ops/
H A Darith.rs667 pub trait Neg { interface
689 impl Neg for $t { impl
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/ops/
H A Darith.rs667 pub trait Neg { trait
689 impl Neg for $t { impl
/aosp_15_r20/art/compiler/utils/arm64/
H A Dassembler_arm64.cc167 ___ Neg(reg, Operand(reg)); in PoisonHeapReference() local
173 ___ Neg(reg, Operand(reg)); in UnpoisonHeapReference() local
/aosp_15_r20/prebuilts/go/linux-x86/test/
D64bit.go119 func (a Uint64) Neg() (c Uint64) { func
268 func (a Int64) Neg() (c Int64) { return a.Uint64().Neg().Int64() } func
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Option/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Option/
H A DArgList.cpp72 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier Neg, bool Default) const { in hasFlag()
78 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier PosAlias, OptSpecifier Neg, in hasFlag()
/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator_vector_arm64_sve.cc311 __ Neg(dst.VnB(), p_reg, src.VnB()); in VisitVecNeg() local
315 __ Neg(dst.VnH(), p_reg, src.VnH()); in VisitVecNeg() local
318 __ Neg(dst.VnS(), p_reg, src.VnS()); in VisitVecNeg() local
321 __ Neg(dst.VnD(), p_reg, src.VnD()); in VisitVecNeg() local
H A Dcode_generator_vector_arm64_neon.cc315 __ Neg(dst.V16B(), src.V16B()); in VisitVecNeg() local
320 __ Neg(dst.V8H(), src.V8H()); in VisitVecNeg() local
324 __ Neg(dst.V4S(), src.V4S()); in VisitVecNeg() local
328 __ Neg(dst.V2D(), src.V2D()); in VisitVecNeg() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A 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()
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xpath/operations/
H A DNeg.java30 public class Neg extends UnaryOperation class
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DAPFloat.cpp4874 void DoubleAPFloat::makeInf(bool Neg) { in makeInf()
4879 void DoubleAPFloat::makeZero(bool Neg) { in makeZero()
4884 void DoubleAPFloat::makeLargest(bool Neg) { in makeLargest()
4892 void DoubleAPFloat::makeSmallest(bool Neg) { in makeSmallest()
4898 void DoubleAPFloat::makeSmallestNormalized(bool Neg) { in makeSmallestNormalized()
4906 void DoubleAPFloat::makeNaN(bool SNaN, bool Neg, const APInt *fill) { in makeNaN()
/aosp_15_r20/external/llvm/lib/Option/
H A 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()
/aosp_15_r20/external/tensorflow/tensorflow/go/
H A Dutil_test.go49 func Neg(g *Graph, name string, port Output) (Output, error) { func
/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_tensor_complex_cwise_ops_gpu.cu52 Neg, in test_cuda_complex_cwise_ops() enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp108 Value *Neg = Builder.CreateNeg(OtherOp, "", false, HasAnyNoWrap); in foldMulSelectToNegate() local
116 Value *Neg = Builder.CreateNeg(OtherOp, "", false, HasAnyNoWrap); in foldMulSelectToNegate() local
357 Value *Neg = dyn_castNegVal(Y); in visitMul() local

12345678