Home
last modified time | relevance | path

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

123

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Denum-undefault.h8 enum Neg { enum
Denum_packed.h8 enum __attribute__((packed)) Neg { enum
Denum.h16 enum Neg { enum
Denum_explicit_type.hpp8 enum Neg: signed char { enum
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Denum-undefault.rs16 pub type Neg = ::std::os::raw::c_int; typedef
Denum_packed.rs16 pub enum Neg { enum
Denum_explicit_type.rs16 pub enum Neg { enum
Denum-default-rust.rs62 pub mod Neg { module
Denum-no-debug-rust.rs62 pub mod Neg { module
Denum.rs56 pub type Neg = ::std::os::raw::c_int; typedef
Denum_explicit_type_constants.rs14 pub type Neg = ::std::os::raw::c_schar; typedef
Denum-default-consts.rs54 pub mod Neg { module
Denum-default-module.rs58 pub mod Neg { module
Denum-default-bitfield.rs114 pub mod Neg { module
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource3.ts24 Neg, enumerator
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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 __anond0343d790111::SDWASrcOperand
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestProto3Optional.cs1182 [pbr::OriginalName("NEG")] Neg = -1, enumerator
/third_party/rust/crates/codespan/codespan/src/
Dindex.rs387 impl Neg for $Offset { impl
/third_party/rust/crates/rust-openssl/openssl/src/
Dbn.rs1341 impl<'a> Neg for &'a BigNumRef { impl
1349 impl<'a> Neg for &'a BigNum { impl
/third_party/node/tools/inspector_protocol/jinja2/
Dnodes.py855 class Neg(UnaryExpr): class

123