Home
last modified time | relevance | path

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

12

/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/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::__anon81174ddd0111::IteratorRangeToNumber
/external/valgrind/unittest/
Dwildcard_test.supp109 ###################### Negative tests (should not match) ##################
/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/Support/
DAPFloat.cpp632 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/
Dmgmt-api.txt221 PIN Code Negative Reply Command
260 User Confirmation Negative Reply Command
/external/llvm/unittests/ADT/
DAPFloatTest.cpp399 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/
Dmalloc.mm58 // TODO: False Negative.
/external/jmonkeyengine/engine/src/core/com/jme3/bounding/
DIntersection.java273 if (bbox.whichSide(p) == Plane.Side.Negative) { in intersect()
DBoundingSphere.java447 return Plane.Side.Negative; in whichSide()
/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/jmonkeyengine/engine/src/core-effects/com/jme3/water/
DSimpleWaterProcessor.java576 refractionCam.setClipPlane(refractionClipPlane, Plane.Side.Negative);//,-1 in preFrame()
/external/iproute2/doc/
Darpd.sgml29 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/
DIntStream.as36 * Negative indexes are allowed. LA(-1) is previous token (token
/external/protobuf/src/google/protobuf/
Ddescriptor.proto98 TYPE_INT64 = 3; // Not ZigZag encoded. Negative numbers
102 TYPE_INT32 = 5; // Not ZigZag encoded. Negative numbers
/external/llvm/lib/Target/X86/
DX86InstrFMA.td59 // Fused Negative Multiply-Add

12