/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/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::__anon81174ddd0111::IteratorRangeToNumber
|
/external/valgrind/unittest/ |
D | wildcard_test.supp | 109 ###################### Negative tests (should not match) ##################
|
/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/Support/ |
D | APFloat.cpp | 632 void APFloat::makeNaN(bool SNaN, bool Negative, const APInt *fill) in makeNaN() argument 635 sign = Negative; in makeNaN() 679 APFloat APFloat::makeNaN(const fltSemantics &Sem, bool SNaN, bool Negative, in makeNaN() argument 682 value.makeNaN(SNaN, Negative, fill); in makeNaN() 3213 APFloat APFloat::getLargest(const fltSemantics &Sem, bool Negative) { in getLargest() argument 3214 APFloat Val(Sem, fcNormal, Negative); in getLargest() 3238 APFloat APFloat::getSmallest(const fltSemantics &Sem, bool Negative) { in getSmallest() argument 3239 APFloat Val(Sem, fcNormal, Negative); in getSmallest() 3252 APFloat APFloat::getSmallestNormalized(const fltSemantics &Sem, bool Negative) { in getSmallestNormalized() argument 3253 APFloat Val(Sem, fcNormal, Negative); in getSmallestNormalized()
|
/external/bluetooth/bluez/doc/ |
D | mgmt-api.txt | 221 PIN Code Negative Reply Command 260 User Confirmation Negative Reply Command
|
/external/llvm/unittests/ADT/ |
D | APFloatTest.cpp | 399 bool SNaN, bool Negative, uint64_t fill) { in nanbits() argument 402 return APFloat::getSNaN(Sem, Negative, &apfill).bitcastToAPInt(); in nanbits() 404 return APFloat::getQNaN(Sem, Negative, &apfill).bitcastToAPInt(); in nanbits()
|
/external/clang/test/Analysis/ |
D | malloc.mm | 58 // TODO: False Negative.
|
/external/jmonkeyengine/engine/src/core/com/jme3/bounding/ |
D | Intersection.java | 273 if (bbox.whichSide(p) == Plane.Side.Negative) { in intersect()
|
D | BoundingSphere.java | 447 return Plane.Side.Negative; in whichSide()
|
/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/jmonkeyengine/engine/src/core-effects/com/jme3/water/ |
D | SimpleWaterProcessor.java | 576 refractionCam.setClipPlane(refractionClipPlane, Plane.Side.Negative);//,-1 in preFrame()
|
/external/iproute2/doc/ |
D | arpd.sgml | 29 Negative entries for dead hosts are also shown, in this case MAC address
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | IntStream.as | 36 * Negative indexes are allowed. LA(-1) is previous token (token
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.proto | 98 TYPE_INT64 = 3; // Not ZigZag encoded. Negative numbers 102 TYPE_INT32 = 5; // Not ZigZag encoded. Negative numbers
|
/external/llvm/lib/Target/X86/ |
D | X86InstrFMA.td | 59 // Fused Negative Multiply-Add
|