Home
last modified time | relevance | path

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

/external/google-breakpad/src/testing/gtest/samples/
Dsample1_unittest.cc79 TEST(FactorialTest, Negative) { in TEST() argument
119 TEST(IsPrimeTest, Negative) { in TEST() argument
/external/vulkan-validation-layers/tests/gtest-1.7.0/samples/
Dsample1_unittest.cc79 TEST(FactorialTest, Negative) { in TEST() argument
119 TEST(IsPrimeTest, Negative) { in TEST() argument
/external/v8/testing/gtest/samples/
Dsample1_unittest.cc79 TEST(FactorialTest, Negative) { in TEST() argument
119 TEST(IsPrimeTest, Negative) { in TEST() argument
/external/googletest/googletest/samples/
Dsample1_unittest.cc79 TEST(FactorialTest, Negative) { in TEST() argument
119 TEST(IsPrimeTest, Negative) { in TEST() argument
/external/protobuf/gtest/samples/
Dsample1_unittest.cc79 TEST(FactorialTest, Negative) { in TEST() argument
119 TEST(IsPrimeTest, Negative) { in TEST() argument
/external/llvm/lib/Support/
DAPFloat.cpp623 void APFloat::makeNaN(bool SNaN, bool Negative, const APInt *fill) in makeNaN()
670 APFloat APFloat::makeNaN(const fltSemantics &Sem, bool SNaN, bool Negative, in makeNaN()
3401 void APFloat::makeLargest(bool Negative) { in makeLargest()
3426 void APFloat::makeSmallest(bool Negative) { in makeSmallest()
3438 APFloat APFloat::getLargest(const fltSemantics &Sem, bool Negative) { in getLargest()
3448 APFloat APFloat::getSmallest(const fltSemantics &Sem, bool Negative) { in getSmallest()
3458 APFloat APFloat::getSmallestNormalized(const fltSemantics &Sem, bool Negative) { in getSmallestNormalized()
3934 APFloat::makeInf(bool Negative) { in makeInf()
3942 APFloat::makeZero(bool Negative) { in makeZero()
/external/llvm/lib/Target/AArch64/
DAArch64ConditionOptimizer.cpp237 bool Negative = (Opc == AArch64::ADDSWri || Opc == AArch64::ADDSXri); in adjustCmp() local
/external/clang/test/SemaCXX/
Dcompare.cpp344 Negative = -1, in test8() enumerator
/external/swiftshader/third_party/LLVM/unittests/ADT/
DAPFloatTest.cpp399 bool SNaN, bool Negative, uint64_t fill) { in nanbits()
/external/nanopb-c/tests/field_size_32/
Dalltypes.proto12 Negative = -2147483647; /* protoc doesn't accept -2147483648 here */ enumerator
/external/nanopb-c/tests/alltypes/
Dalltypes.proto12 Negative = -2147483647; /* protoc doesn't accept -2147483648 here */ enumerator
/external/nanopb-c/tests/field_size_16/
Dalltypes.proto12 Negative = -2147483647; /* protoc doesn't accept -2147483648 here */ enumerator
/external/swiftshader/third_party/LLVM/lib/Support/
DAPFloat.cpp631 void APFloat::makeNaN(bool SNaN, bool Negative, const APInt *fill) in makeNaN()
678 APFloat APFloat::makeNaN(const fltSemantics &Sem, bool SNaN, bool Negative, in makeNaN()
3228 APFloat APFloat::getLargest(const fltSemantics &Sem, bool Negative) { in getLargest()
3253 APFloat APFloat::getSmallest(const fltSemantics &Sem, bool Negative) { in getSmallest()
3267 APFloat APFloat::getSmallestNormalized(const fltSemantics &Sem, bool Negative) { in getSmallestNormalized()
/external/libchrome/base/strings/
Dstring_number_conversions.cc224 class Negative : public Base<Negative> { class in base::__anonafe4cec20111::IteratorRangeToNumber
/external/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp1479 bool Negative = !NeedNewIV && Inc < 0; in replaceIV() local
/external/llvm/unittests/ADT/
DAPFloatTest.cpp1000 bool SNaN, bool Negative, uint64_t fill) { in nanbits()
/external/llvm/lib/IR/
DConstants.cpp655 Constant *ConstantFP::getNaN(Type *Ty, bool Negative, unsigned Type) { in getNaN()
715 Constant *ConstantFP::getInfinity(Type *Ty, bool Negative) { in getInfinity()
/external/llvm/lib/Analysis/
DValueTracking.cpp181 bool NonNegative, Negative; in isKnownNonNegative() local
201 bool NonNegative, Negative; in isKnownNegative() local
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstants.cpp570 ConstantFP *ConstantFP::getInfinity(Type *Ty, bool Negative) { in getInfinity()