Home
last modified time | relevance | path

Searched refs:getDouble (Results 1 – 25 of 82) sorted by relevance

1234

/external/libcxxabi/src/Unwind/
DCompactUnwinder.hpp569 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrameless()
572 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrameless()
577 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrameless()
580 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrameless()
585 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrameless()
588 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrameless()
593 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrameless()
596 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrameless()
648 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrame()
651 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrame()
[all …]
/external/deqp/framework/delibs/decpp/
DdeRandom.hpp45 double getDouble (void) { return deRandom_getDouble(&m_rnd); } in getDouble() function in de::Random
49 double getDouble (double min, double max);
85 inline double Random::getDouble (double min, double max) in getDouble() function in de::Random
88 return min + (max-min)*getDouble(); in getDouble()
/external/icu/icu4c/source/test/intltest/
Dnmfmapts.cpp142 logln((UnicodeString) "" + (int32_t) fD.getDouble() + " formatted to " + res5); in testAPI()
162 if(result1.getType() != Formattable::kDouble && result1.getDouble() != d) { in testAPI()
165 logln(text + " parsed into " + (int32_t) result1.getDouble()); in testAPI()
168 if(result2.getType() != Formattable::kDouble && result2.getDouble() != d) { in testAPI()
171 logln(text + " parsed into " + (int32_t) result2.getDouble()); in testAPI()
178 if(result3.getType() != Formattable::kDouble && result3.getDouble() != d) { in testAPI()
181 logln(text + " parsed into " + (int32_t) result3.getDouble()); in testAPI()
Dnmfmtrt.cpp240 s = fmt->format(value.getDouble(), s); in test()
255 s2 = fmt->format(n.getDouble(), s2); in test()
292 … escape(s) + " P> " + (n.getType() == Formattable::kDouble ? n.getDouble() : (double)n.getLong()) in test()
304 aa = a.getDouble(); in proportionalError()
309 bb = b.getDouble(); in proportionalError()
Dnumrgts.cpp417 ? result.getDouble() : result.getLong()); in assignFloatValue()
598 dstr = df->format(d.getDouble(), dstr, fp); in Test4068693()
600 errln(UnicodeString("Result -> ") + d.getDouble()); in Test4068693()
749 if (d2.getDouble() != d1) in Test4095713()
750 errln(UnicodeString("Bug 4095713 test failed, new double value : ") + d2.getDouble()); in Test4095713()
1423 temp = df->format(num.getDouble(), temp, pos); in Test4108738()
1432 temp = df->format(num.getDouble(), temp, pos); in Test4108738()
1947 double val = num.getDouble(); in Test4145457()
1957 double val2 = num.getDouble(); in Test4145457()
2133 double e = n.getDouble();
[all …]
Dmsfmrgts.cpp222 case Formattable::kDouble: fmt->format(obj.getDouble(), temp); break; in Test4031438()
237 case Formattable::kDouble: fmt->format(obj1.getDouble(), temp1); break; in Test4031438()
308 if (pos.getErrorIndex() != -1 && obj.getDouble() == -1.0) in Test4052223()
313 if (pos.getErrorIndex() != -1 && obj.getDouble() == 0.0) in Test4052223()
318 if (pos.getErrorIndex() == -1 && ! uprv_isNaN(obj.getDouble())) in Test4052223()
723 …String)" " + (objs[0].getType() == Formattable::kLong ? objs[0].getLong() : objs[0].getDouble())); in Test4118592()
773 if (newobjs[0].getDouble() != 3.1) in Test4118594()
774 errln( UnicodeString("newobjs[0] = ") + newobjs[0].getDouble()); in Test4118594()
Dnumfmtst.cpp398 a = af.getDouble(); in TestExponential()
456 + " Double: " + af.getDouble() in TestExponential()
1057 logln((UnicodeString)"parse(" + testCase + ") = " + n.getDouble()); in TestLenientParse()
1060 n.getDouble() != 0.25) { in TestLenientParse()
1070 logln((UnicodeString)"parse(" + testCase + ") = " + n.getDouble()); in TestLenientParse()
1073 n.getDouble() != -0.25) { in TestLenientParse()
2407 … return (double) a.getLong() == b.getDouble(); // TODO check use of double instead of long in equalValue()
2411 return a.getDouble() == (double) b.getLong(); in equalValue()
2413 return a.getDouble() == (double)b.getInt64(); in equalValue()
2419 return a.getInt64() == (int64_t)b.getDouble(); in equalValue()
[all …]
Dtsnmfmt.cpp322 fFormat->format(number[i].getDouble(), string[i]); in tryIt()
355 logln((UnicodeString)"" + k + ": " + number[k].getDouble() + " F> " + in tryIt()
386 + ", doubleValue=" + number.getDouble() in tryIt()
/external/nist-sip/java/gov/nist/javax/sip/header/
DSIPObject.java128 if (f.getDouble(this) != g.getDouble(that)) in equals()
218 if (f.getDouble(this) != g.getDouble(that)) in match()
334 double doubleField = f.getDouble(this); in debugDump()
/external/nist-sip/java/gov/nist/javax/sip/address/
DNetObject.java122 if (f.getDouble(this) != g.getDouble(that)) in equals()
212 if (f.getDouble(this) != g.getDouble(that)) in match()
323 double doubleField = f.getDouble(this); in debugDump()
/external/proguard/src/proguard/gui/splash/
DImageSprite.java68 double scale_x = scaleX.getDouble(time); in paint()
69 double scale_y = scaleY.getDouble(time); in paint()
DVariableDouble.java33 public double getDouble(long time); in getDouble() method
DConstantDouble.java45 public double getDouble(long time) in getDouble() method in ConstantDouble
DLinearDouble.java51 public double getDouble(long time) in getDouble() method in LinearDouble
DVariableSizeFont.java55 float s = (float)size.getDouble(time); in getFont()
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DMatrixCursorTest.java90 assertThat(cursor.getDouble(0), equalTo(42.0)); in shouldAllowTypeFlexibility()
97 assertThat(cursor.getDouble(1), equalTo(3.3)); in shouldAllowTypeFlexibility()
155 assertThat(singleColumnSingleNullValueMatrixCursor.getDouble(0), is(equalTo(0.0))); in returnsZeroWhenGettingDoubleFromNullColumn()
DBundleTest.java63 assertEquals(Double.valueOf(5), Double.valueOf(bundle.getDouble("foo"))); in testDouble()
64 assertEquals(Double.valueOf(0),Double.valueOf(bundle.getDouble("bar"))); in testDouble()
65 assertEquals(Double.valueOf(7), Double.valueOf(bundle.getDouble("bar", 7))); in testDouble()
215 assertEquals(0, bundle.getDouble("foo"), 0.005); in testGetOfWrongType()
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
DTest.java236 System.out.println("String: " + j.getDouble("String")); in main()
413 System.out.println("int " + j.getDouble("int")); in main()
414 System.out.println("long " + j.getDouble("long")); in main()
415 System.out.println("longer " + j.getDouble("longer")); in main()
416 System.out.println("double " + j.getDouble("double")); in main()
417 System.out.println("string " + j.getDouble("string")); in main()
510 System.out.println(j.getDouble("stooge")); in main()
516 System.out.println(j.getDouble("howard")); in main()
528 System.out.println(a.getDouble(0)); in main()
DJSONArray.java285 public double getDouble(int index) throws JSONException { in getDouble() method in JSONArray
310 ((Number)o).intValue() : (int)getDouble(index); in getInt()
359 ((Number)o).longValue() : (long)getDouble(index); in getLong()
483 return getDouble(index); in optDouble()
/external/nist-sip/java/gov/nist/core/
DGenericObject.java259 double doubleField = f.getDouble(mergeObject); in merge()
453 if (f.getDouble(this) != g.getDouble(that)) in equals()
538 if (f.getDouble(this) != g.getDouble(that)) in match()
637 double doubleField = f.getDouble(this); in debugDump()
/external/icu/icu4c/source/i18n/
Dfmtable.cpp493 Formattable::getDouble(UErrorCode& status) const in getDouble() function in Formattable
513 getNumber().getDouble(status); in getDouble()
726 fDecimalNum->set(this->getDouble()); in internalGetCharString()
789 fValue.fDouble = fDecimalNum->getDouble(); in adoptDigitList()
863 stream << obj.getDouble() << 'D';
949 return obj->getDouble(*status); in ufmt_getDouble()
Dmeasfmt.cpp424 if (hms[0].getDouble() < 0.0) { in toHMS()
434 if (hms[1].getDouble() < 0.0) { in toHMS()
444 if (hms[2].getDouble() < 0.0) { in toHMS()
804 (UDate) (((uprv_trunc(hms[0].getDouble(status)) * 60.0 in formatNumeric()
805 + uprv_trunc(hms[1].getDouble(status))) * 60.0 in formatNumeric()
806 + uprv_trunc(hms[2].getDouble(status))) * 1000.0); in formatNumeric()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowCursorWrapper.java139 public double getDouble(int i) { in getDouble() method in ShadowCursorWrapper
140 return wrappedCursor.getDouble(i); in getDouble()
/external/jmonkeyengine/engine/src/networking/com/jme3/network/serializing/serializers/
DDoubleSerializer.java48 return data.getDouble(); in readObject()
/external/icu/icu4c/source/i18n/unicode/
Dfmtable.h295 double getDouble(void) const { return fValue.fDouble; } in getDouble() function
309 double getDouble(UErrorCode& status) const;

1234