Home
last modified time | relevance | path

Searched refs:Negative (Results 1 – 25 of 54) sorted by relevance

123

/external/llvm/include/llvm/ADT/
DAPFloat.h194 static APFloat getZero(const fltSemantics &Sem, bool Negative = false) {
195 return APFloat(Sem, fcZero, Negative);
197 static APFloat getInf(const fltSemantics &Sem, bool Negative = false) {
198 return APFloat(Sem, fcInfinity, Negative);
206 static APFloat getNaN(const fltSemantics &Sem, bool Negative = false,
210 return getQNaN(Sem, Negative, &fill);
212 return getQNaN(Sem, Negative, 0);
218 bool Negative = false,
220 return makeNaN(Sem, false, Negative, payload);
225 bool Negative = false,
[all …]
/external/oprofile/events/ppc64/cell-be/
Dunit_masks13 0x000 Negative polarity [optional ]
18 0x000 Negative polarity [optional ]
23 0x000 Negative polarity [optional ]
28 0x000 Negative polarity [optional ]
33 0x000 Negative polarity [optional ]
39 0x000 Negative polarity [optional ]
46 0x000 Negative polarity [optional ]
52 0x000 Negative polarity [optional ]
58 0x000 Negative polarity [optional ]
65 0x000 Negative polarity [optional ]
[all …]
/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/llvm/test/Transforms/InstCombine/
Dfcmp-special.ll19 ; Negative infinity
79 ; Negative NaN.
123 ; Negative zero.
/external/jmonkeyengine/engine/src/core/com/jme3/math/
DPlane.java58 Negative enumConstant
193 return Side.Negative; in whichSide()
/external/llvm/test/Transforms/ScalarRepl/
Dnegative-memset.ll16 call void @llvm.memset.p0i8.i32(i8* %arraydecay, i8 -1, i32 -8, i32 1, i1 false) ; Negative 8!
/external/chromium/base/
Dstring_number_conversions.cc187 if (!Negative::Invoke(begin + 1, end, output)) { in Invoke()
262 class Negative : public Base<Negative> { class in base::__anonac0974ff0111::IteratorRangeToNumber
/external/valgrind/unittest/
Dwildcard_test.supp109 ###################### Negative tests (should not match) ##################
/external/skia/src/sfnt/
DSkOTTable_OS_2_VA.h116 Negative,
DSkOTTable_OS_2_V0.h116 Negative,
DSkOTTable_OS_2_V2.h374 Negative,
DSkOTTable_OS_2_V1.h359 Negative,
/external/webkit/Source/WebCore/xml/
DXPathPredicate.h59 class Negative : public Expression {
DXPathPredicate.cpp64 Value Negative::evaluate() const in evaluate()
DXPathGrammar.y549 $$ = new Negative;
/external/llvm/lib/Target/AArch64/InstPrinter/
DAArch64InstPrinter.cpp181 uint32_t Negative = (Imm8 >> 7) & 0x1; in printFPImmOperand() local
194 Val = Negative ? -Val : Val; in printFPImmOperand()
/external/llvm/lib/Support/
DAPFloat.cpp612 void APFloat::makeNaN(bool SNaN, bool Negative, const APInt *fill) in makeNaN() argument
615 sign = Negative; in makeNaN()
659 APFloat APFloat::makeNaN(const fltSemantics &Sem, bool SNaN, bool Negative, in makeNaN() argument
662 value.makeNaN(SNaN, Negative, fill); in makeNaN()
3214 APFloat APFloat::getLargest(const fltSemantics &Sem, bool Negative) { in getLargest() argument
3215 APFloat Val(Sem, fcNormal, Negative); in getLargest()
3239 APFloat APFloat::getSmallest(const fltSemantics &Sem, bool Negative) { in getSmallest() argument
3240 APFloat Val(Sem, fcNormal, Negative); in getSmallest()
3253 APFloat APFloat::getSmallestNormalized(const fltSemantics &Sem, bool Negative) { in getSmallestNormalized() argument
3254 APFloat Val(Sem, fcNormal, Negative); in getSmallestNormalized()
/external/clang/test/SemaCXX/
Dcompare.cpp344 Negative = -1, in test8() enumerator
/external/jmonkeyengine/engine/src/core/com/jme3/bounding/
DIntersection.java273 if (bbox.whichSide(p) == Plane.Side.Negative) { in intersect()
/external/llvm/unittests/ADT/
DAPFloatTest.cpp451 bool SNaN, bool Negative, uint64_t fill) { in nanbits() argument
454 return APFloat::getSNaN(Sem, Negative, &apfill).bitcastToAPInt(); in nanbits()
456 return APFloat::getQNaN(Sem, Negative, &apfill).bitcastToAPInt(); in nanbits()
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
DCamera.java387 if (side == Plane.Side.Negative) { in setClipPlane()
1032 if (side == Plane.Side.Negative) { in contains()
/external/iproute2/doc/
Darpd.sgml29 Negative entries for dead hosts are also shown, in this case MAC address

123