/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
D | newtype-enum.rs | 18 pub const Negative: Foo = Foo(-3); constant
|
D | bitfield-enum-repr-transparent.rs | 18 pub const Negative: Foo = Foo(-3); constant
|
D | bitfield-enum-repr-c.rs | 18 pub const Negative: Foo = Foo(-3); constant
|
D | bitfield-enum-basic.rs | 18 pub const Negative: Foo = Foo(-3); constant 59 pub const Negative: Buz = Buz(-3); constant
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
D | bitfield-enum-basic.hpp | 7 Negative = -3, enumerator 14 Negative = -3, enumerator
|
D | newtype-global-enum.hpp | 7 Negative = -3, enumerator
|
D | newtype-enum.hpp | 7 Negative = -3, enumerator
|
D | bitfield-enum-repr-transparent.hpp | 7 Negative = -3, enumerator
|
D | bitfield-enum-repr-c.hpp | 7 Negative = -3, enumerator
|
/third_party/googletest/googletest/samples/ |
D | sample1_unittest.cc | 76 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/ |
D | ShadeModelTest.cpp | 44 TEST_P(ShadeModelTest, Negative) in TEST_P() argument
|
D | MatrixModeTest.cpp | 41 TEST_P(MatrixModeTest, Negative) in TEST_P() argument
|
D | ClientStateEnable.cpp | 63 TEST_P(ClientStateEnable, Negative) in TEST_P() argument
|
D | ClientActiveTextureTest.cpp | 43 TEST_P(ClientActiveTextureTest, Negative) in TEST_P() argument
|
D | ClipPlaneTest.cpp | 62 TEST_P(ClipPlaneTest, Negative) in TEST_P() argument
|
D | CurrentTextureCoordsTest.cpp | 59 TEST_P(CurrentTextureCoordsTest, Negative) in TEST_P() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ConditionOptimizer.cpp | 248 bool Negative = (Opc == AArch64::ADDSWri || Opc == AArch64::ADDSXri); in adjustCmp() local
|
/third_party/node/deps/v8/tools/testrunner/outproc/ |
D | base.py | 79 class Negative(object): class
|
/third_party/rust/crates/cxx/syntax/ |
D | discriminant.rs | 25 Negative, enumerator
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | scalar_analysis_nodes.h | 50 Negative, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | scalar_analysis_nodes.h | 50 Negative, enumerator
|
/third_party/spirv-tools/source/opt/ |
D | scalar_analysis_nodes.h | 50 Negative, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | APFloat.cpp | 741 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/ |
D | string_number_conversions.cc | 230 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/ |
D | Constants.cpp | 808 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()
|