Home
last modified time | relevance | path

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

/external/libvpx/libvpx/third_party/googletest/src/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/chromium/testing/gtest/samples/
Dsample1_unittest.cc79 TEST(FactorialTest, Negative) { in TEST() argument
119 TEST(IsPrimeTest, Negative) { in TEST() argument
/external/gtest/samples/
Dsample1_unittest.cc79 TEST(FactorialTest, Negative) { in TEST() argument
119 TEST(IsPrimeTest, Negative) { in TEST() argument
/external/clang/test/SemaCXX/
Dcompare.cpp344 Negative = -1, in test8() enumerator
/external/jmonkeyengine/engine/src/core/com/jme3/math/
DPlane.java58 Negative enumConstant
/external/llvm/unittests/ADT/
DAPFloatTest.cpp451 bool SNaN, bool Negative, uint64_t fill) { in nanbits()
/external/llvm/lib/Support/
DAPFloat.cpp612 void APFloat::makeNaN(bool SNaN, bool Negative, const APInt *fill) in makeNaN()
659 APFloat APFloat::makeNaN(const fltSemantics &Sem, bool SNaN, bool Negative, in makeNaN()
3214 APFloat APFloat::getLargest(const fltSemantics &Sem, bool Negative) { in getLargest()
3239 APFloat APFloat::getSmallest(const fltSemantics &Sem, bool Negative) { in getSmallest()
3253 APFloat APFloat::getSmallestNormalized(const fltSemantics &Sem, bool Negative) { in getSmallestNormalized()
/external/llvm/lib/Target/AArch64/InstPrinter/
DAArch64InstPrinter.cpp181 uint32_t Negative = (Imm8 >> 7) & 0x1; in printFPImmOperand() local
/external/chromium/base/
Dstring_number_conversions.cc262 class Negative : public Base<Negative> { class in base::__anonac0974ff0111::IteratorRangeToNumber
/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp1400 bool Negative = false; in ParseFPImmOperand() local
/external/llvm/lib/IR/
DConstants.cpp633 ConstantFP *ConstantFP::getInfinity(Type *Ty, bool Negative) { in getInfinity()