Home
last modified time | relevance | path

Searched defs:Negative (Results 1 – 25 of 26) sorted by relevance

12

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dnewtype-enum.rs18 pub const Negative: Foo = Foo(-3); constant
Dbitfield-enum-repr-transparent.rs18 pub const Negative: Foo = Foo(-3); constant
Dbitfield-enum-repr-c.rs18 pub const Negative: Foo = Foo(-3); constant
Dbitfield-enum-basic.rs18 pub const Negative: Foo = Foo(-3); constant
59 pub const Negative: Buz = Buz(-3); constant
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dbitfield-enum-basic.hpp7 Negative = -3, enumerator
14 Negative = -3, enumerator
Dnewtype-global-enum.hpp7 Negative = -3, enumerator
Dnewtype-enum.hpp7 Negative = -3, enumerator
Dbitfield-enum-repr-transparent.hpp7 Negative = -3, enumerator
Dbitfield-enum-repr-c.hpp7 Negative = -3, enumerator
/third_party/googletest/googletest/samples/
Dsample1_unittest.cc76 TEST(FactorialTest, Negative) { in TEST() argument
113 TEST(IsPrimeTest, Negative) { in TEST() argument
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/
DShadeModelTest.cpp44 TEST_P(ShadeModelTest, Negative) in TEST_P() argument
DMatrixModeTest.cpp41 TEST_P(MatrixModeTest, Negative) in TEST_P() argument
DClientStateEnable.cpp63 TEST_P(ClientStateEnable, Negative) in TEST_P() argument
DClientActiveTextureTest.cpp43 TEST_P(ClientActiveTextureTest, Negative) in TEST_P() argument
DClipPlaneTest.cpp62 TEST_P(ClipPlaneTest, Negative) in TEST_P() argument
DCurrentTextureCoordsTest.cpp59 TEST_P(CurrentTextureCoordsTest, Negative) in TEST_P() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ConditionOptimizer.cpp248 bool Negative = (Opc == AArch64::ADDSWri || Opc == AArch64::ADDSXri); in adjustCmp() local
/third_party/node/deps/v8/tools/testrunner/outproc/
Dbase.py79 class Negative(object): class
/third_party/rust/crates/cxx/syntax/
Ddiscriminant.rs25 Negative, enumerator
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dscalar_analysis_nodes.h50 Negative, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dscalar_analysis_nodes.h50 Negative, enumerator
/third_party/spirv-tools/source/opt/
Dscalar_analysis_nodes.h50 Negative, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp741 void IEEEFloat::makeNaN(bool SNaN, bool Negative, const APInt *fill) { in makeNaN()
3327 void IEEEFloat::makeLargest(bool Negative) { in makeLargest()
3352 void IEEEFloat::makeSmallest(bool Negative) { in makeSmallest()
3363 void IEEEFloat::makeSmallestNormalized(bool Negative) { in makeSmallestNormalized()
3847 void IEEEFloat::makeInf(bool Negative) { in makeInf()
3854 void IEEEFloat::makeZero(bool Negative) { in makeZero()
/third_party/gn/src/base/strings/
Dstring_number_conversions.cc230 class Negative : public Base<Negative> { class in base::__anon04240d580111::IteratorRangeToNumber
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp808 Constant *ConstantFP::getNaN(Type *Ty, bool Negative, uint64_t Payload) { in getNaN()
819 Constant *ConstantFP::getQNaN(Type *Ty, bool Negative, APInt *Payload) { in getQNaN()
830 Constant *ConstantFP::getSNaN(Type *Ty, bool Negative, APInt *Payload) { in getSNaN()
890 Constant *ConstantFP::getInfinity(Type *Ty, bool Negative) { in getInfinity()

12