Searched refs:Double (Results 1 - 25 of 62) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/bind/tuple/
H A DDoubleBinding.java14 * A concrete <code>TupleBinding</code> for a <code>Double</code> primitive
40 return new Double(input.readDouble());
H A DSortedDoubleBinding.java14 * A concrete <code>TupleBinding</code> for a <code>Double</code> primitive
46 return new Double(input.readSortedDouble());
H A DTupleBinding.java55 addPrimitive(Double.class, Double.TYPE, new DoubleBinding());
115 * <li><code>Double</code></li>
H A DTupleOutput.java277 * <code>Double.doubleToLongBits</code> is used to convert the signed
292 writeUnsignedLong(Double.doubleToLongBits(val));
330 * long longVal = Double.doubleToLongBits(val);
340 long longVal = Double.doubleToLongBits(val);
H A DTupleInput.java277 * <code>Double.longBitsToDouble</code> is used to convert the signed long
294 return Double.longBitsToDouble(readUnsignedLong());
337 return Double.longBitsToDouble(val);
350 return Double.longBitsToDouble(val);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/bind/tuple/test/
H A DTupleOrderingTest.java349 0, Double.MIN_VALUE, 2 * Double.MIN_VALUE,
356 Float.MAX_VALUE, Double.MAX_VALUE,
357 Double.POSITIVE_INFINITY,
358 Double.NaN,
417 Double.NEGATIVE_INFINITY,
418 (- Double.MAX_VALUE),
434 2 * (- Double.MIN_VALUE),
435 (- Double.MIN_VALUE),
437 Double
[all...]
H A DTupleFormatTest.java644 if (Double.isNaN(val)) {
701 if (Double.isNaN(val)) {
702 assertTrue(Double.isNaN(in.readDouble()));
717 doubleTest(Double.NaN);
718 doubleTest(Double.NEGATIVE_INFINITY);
719 doubleTest(Double.POSITIVE_INFINITY);
728 doubleTest(Double.MAX_VALUE - 1);
729 doubleTest(Double.MAX_VALUE);
730 doubleTest(Double.MAX_VALUE + 1);
731 doubleTest(Double
[all...]
H A DTupleBindingTest.java159 primitiveBindingTest(Double.class, Double.class,
160 new Double(123.123), 8);
176 primitiveBindingTest(Double.TYPE, Double.class,
177 new Double(123.123), 8);
245 new DoubleBinding().objectToEntry(new Double(123.123), entry);
275 new SortedDoubleBinding().objectToEntry(new Double(123.123), entry);
278 new Double(123.123));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dgf256.h41 Element Double(Element a) const function in class:GF256
H A Dgf2_32.h41 Element Double(Element a) const function in class:GF2_32
H A Dalgebra.cpp15 template <class T> const T& AbstractGroup<T>::Double(const Element &a) const function in class:AbstractGroup
113 powerTable[2] = Double(x);
114 powerTable[2*tableSize] = Double(y);
160 result = Double(result);
165 result = Double(result);
293 g = Double(g);
310 r = Add(Double(r), buckets[i][0]);
H A Decp.cpp223 return GetField().Equal(P.y, Q.y) ? Double(P) : Identity();
235 const ECP::Point& ECP::Double(const Point &P) const function in class:ECP
240 t = GetField().Add(GetField().Add(GetField().Double(t), t), m_a);
241 t = GetField().Divide(t, GetField().Double(P.y));
316 void Double() function in class:ProjectiveDoubling
318 twoY = mr.Double(P.y);
324 M = mr.Add(mr.Add(mr.Double(M), M), aZ4);
417 rd.Double();
H A Dalgebra.h32 virtual const Element& Double(const Element &a) const;
97 const Element& Double(const Element &a) const function in class:AbstractRing::MultiplicativeGroupT
183 const Element& Double(const Element &a) const function in class:EuclideanDomainOf
254 const Element& Double(const Element &a) const function in class:QuotientRing
255 {return m_domain.Double(a);}
H A Dxtr.h92 const Element& Double(const Element &a) const function in class:GFP2_ONB
94 result.c1 = modp.Double(a.c1);
95 result.c2 = modp.Double(a.c2);
H A Dec2n.h52 const Point& Double(const Point &P) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DWidenerInput.java323 return Double.valueOf(v);
347 return Double.valueOf(v);
368 return Double.valueOf(v);
386 return Double.valueOf(v);
401 return Double.valueOf(v);
423 return Double.valueOf(v);
H A DSimpleCatalog.java46 keywordToPrimitive.put("double", Double.TYPE);
59 primitiveTypeToWrapper.put(Double.TYPE, Double.class);
H A DRawAbstractInput.java192 return ((Double) readNext()).doubleValue();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DEnhanced3.java48 @KeyField(16) Double dw;
131 dw = Double.valueOf(input.readSortedDouble());
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dsint.S12 | Input: (Entry points sint and sintrz) Double-extended
15 | (Entry point sintdo) Double-extended number X in
17 | (Entry point sintd) Double-extended denormalized
H A Dsacos.S8 | Input: Double-extended number X in location pointed to
H A Dsasin.S8 | Input: Double-extended number X in location pointed to
H A Dsatanh.S9 | Input: Double-extended number X in location pointed to
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dprefs.cc109 { RATIO, TR_PREFS_KEY_RATIO, QVariant::Double },
173 case QVariant::Double:
233 case QVariant::Double:
322 assert( myItems[key].type == QVariant::Double );
H A Dtorrent.cc76 { PERCENT_DONE, "percentDone", QVariant::Double, STAT },
77 { METADATA_PERCENT_DONE, "metadataPercentComplete", QVariant::Double, STAT },
78 { PERCENT_VERIFIED, "recheckProgress", QVariant::Double, STAT },
85 { RATIO, "uploadRatio", QVariant::Double, STAT },
92 { SEED_RATIO_LIMIT, "seedRatioLimit", QVariant::Double, STAT },
194 assert( myProperties[i].type == QVariant::Double );
305 assert( myProperties[i].type == QVariant::Double );
498 case QVariant :: Double: {

Completed in 284 milliseconds

123