/external/llvm/include/llvm/ADT/ |
D | APFloat.h | 194 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/ |
D | unit_masks | 13 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/ |
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/chromium/testing/gtest/samples/ |
D | sample1_unittest.cc | 79 TEST(FactorialTest, Negative) { in TEST() argument 119 TEST(IsPrimeTest, Negative) { in TEST() argument
|
/external/gtest/samples/ |
D | sample1_unittest.cc | 79 TEST(FactorialTest, Negative) { in TEST() argument 119 TEST(IsPrimeTest, Negative) { in TEST() argument
|
/external/llvm/test/Transforms/InstCombine/ |
D | fcmp-special.ll | 19 ; Negative infinity 79 ; Negative NaN. 123 ; Negative zero.
|
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
D | Plane.java | 58 Negative enumConstant 193 return Side.Negative; in whichSide()
|
/external/llvm/test/Transforms/ScalarRepl/ |
D | negative-memset.ll | 16 call void @llvm.memset.p0i8.i32(i8* %arraydecay, i8 -1, i32 -8, i32 1, i1 false) ; Negative 8!
|
/external/chromium/base/ |
D | string_number_conversions.cc | 187 if (!Negative::Invoke(begin + 1, end, output)) { in Invoke() 262 class Negative : public Base<Negative> { class in base::__anonac0974ff0111::IteratorRangeToNumber
|
/external/valgrind/unittest/ |
D | wildcard_test.supp | 109 ###################### Negative tests (should not match) ##################
|
/external/skia/src/sfnt/ |
D | SkOTTable_OS_2_VA.h | 116 Negative,
|
D | SkOTTable_OS_2_V0.h | 116 Negative,
|
D | SkOTTable_OS_2_V2.h | 374 Negative,
|
D | SkOTTable_OS_2_V1.h | 359 Negative,
|
/external/webkit/Source/WebCore/xml/ |
D | XPathPredicate.h | 59 class Negative : public Expression {
|
D | XPathPredicate.cpp | 64 Value Negative::evaluate() const in evaluate()
|
D | XPathGrammar.y | 549 $$ = new Negative;
|
/external/llvm/lib/Target/AArch64/InstPrinter/ |
D | AArch64InstPrinter.cpp | 181 uint32_t Negative = (Imm8 >> 7) & 0x1; in printFPImmOperand() local 194 Val = Negative ? -Val : Val; in printFPImmOperand()
|
/external/llvm/lib/Support/ |
D | APFloat.cpp | 612 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/ |
D | compare.cpp | 344 Negative = -1, in test8() enumerator
|
/external/jmonkeyengine/engine/src/core/com/jme3/bounding/ |
D | Intersection.java | 273 if (bbox.whichSide(p) == Plane.Side.Negative) { in intersect()
|
/external/llvm/unittests/ADT/ |
D | APFloatTest.cpp | 451 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/ |
D | Camera.java | 387 if (side == Plane.Side.Negative) { in setClipPlane() 1032 if (side == Plane.Side.Negative) { in contains()
|
/external/iproute2/doc/ |
D | arpd.sgml | 29 Negative entries for dead hosts are also shown, in this case MAC address
|