Searched defs:Negative (Results 1 – 11 of 11) sorted by relevance
/external/google-breakpad/src/testing/gtest/samples/ |
D | sample1_unittest.cc | 79 TEST(FactorialTest, Negative) { in TEST() argument 119 TEST(IsPrimeTest, Negative) { in TEST() argument
|
/external/protobuf/gtest/samples/ |
D | sample1_unittest.cc | 79 TEST(FactorialTest, Negative) { in TEST() argument 119 TEST(IsPrimeTest, Negative) { in TEST() argument
|
/external/llvm/lib/Support/ |
D | APFloat.cpp | 617 void APFloat::makeNaN(bool SNaN, bool Negative, const APInt *fill) in makeNaN() 664 APFloat APFloat::makeNaN(const fltSemantics &Sem, bool SNaN, bool Negative, in makeNaN() 3373 void APFloat::makeLargest(bool Negative) { in makeLargest() 3398 void APFloat::makeSmallest(bool Negative) { in makeSmallest() 3410 APFloat APFloat::getLargest(const fltSemantics &Sem, bool Negative) { in getLargest() 3420 APFloat APFloat::getSmallest(const fltSemantics &Sem, bool Negative) { in getSmallest() 3430 APFloat APFloat::getSmallestNormalized(const fltSemantics &Sem, bool Negative) { in getSmallestNormalized() 3906 APFloat::makeInf(bool Negative) { in makeInf() 3914 APFloat::makeZero(bool Negative) { in makeZero()
|
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
D | Plane.java | 58 Negative enumConstant
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ConditionOptimizer.cpp | 223 bool Negative = (Opc == AArch64::ADDSWri || Opc == AArch64::ADDSXri); in adjustCmp() local
|
/external/clang/test/SemaCXX/ |
D | compare.cpp | 344 Negative = -1, in test8() enumerator
|
/external/nanopb-c/tests/field_size_32/ |
D | alltypes.proto | 12 Negative = -2147483647; /* protoc doesn't accept -2147483648 here */ enumerator
|
/external/nanopb-c/tests/alltypes/ |
D | alltypes.proto | 12 Negative = -2147483647; /* protoc doesn't accept -2147483648 here */ enumerator
|
/external/nanopb-c/tests/field_size_16/ |
D | alltypes.proto | 12 Negative = -2147483647; /* protoc doesn't accept -2147483648 here */ enumerator
|
/external/llvm/unittests/ADT/ |
D | APFloatTest.cpp | 1001 bool SNaN, bool Negative, uint64_t fill) { in nanbits()
|
/external/llvm/lib/IR/ |
D | Constants.cpp | 715 Constant *ConstantFP::getInfinity(Type *Ty, bool Negative) { in getInfinity()
|