Home
last modified time | relevance | path

Searched defs:Negative (Results 1 – 11 of 11) 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/protobuf/gtest/samples/
Dsample1_unittest.cc79 TEST(FactorialTest, Negative) { in TEST() argument
119 TEST(IsPrimeTest, Negative) { in TEST() argument
/external/llvm/lib/Support/
DAPFloat.cpp617 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/
DPlane.java58 Negative enumConstant
/external/llvm/lib/Target/AArch64/
DAArch64ConditionOptimizer.cpp223 bool Negative = (Opc == AArch64::ADDSWri || Opc == AArch64::ADDSXri); in adjustCmp() local
/external/clang/test/SemaCXX/
Dcompare.cpp344 Negative = -1, in test8() enumerator
/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/llvm/unittests/ADT/
DAPFloatTest.cpp1001 bool SNaN, bool Negative, uint64_t fill) { in nanbits()
/external/llvm/lib/IR/
DConstants.cpp715 Constant *ConstantFP::getInfinity(Type *Ty, bool Negative) { in getInfinity()