Home
last modified time | relevance | path

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

1234

/external/libunwind_llvm/src/
DCompactUnwinder.hpp573 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrameless()
576 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrameless()
581 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrameless()
584 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrameless()
589 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrameless()
592 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrameless()
597 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrameless()
600 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrameless()
652 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrame()
655 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrame()
[all …]
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DDoubleArrayListTest.java124 assertEquals(1D, TERTIARY_LIST.getDouble(0)); in testGetInt()
125 assertEquals(2D, TERTIARY_LIST.getDouble(1)); in testGetInt()
126 assertEquals(3D, TERTIARY_LIST.getDouble(2)); in testGetInt()
166 assertEquals(0D, list.getDouble(0)); in testSet()
169 assertEquals(0D, list.getDouble(1)); in testSet()
191 assertEquals(0D, list.getDouble(0)); in testSetInt()
194 assertEquals(0D, list.getDouble(1)); in testSetInt()
258 assertEquals(1D, list.getDouble(0)); in testAddAll()
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DCorrelation.java218 mEstimatedLatencySamples = bundle.getDouble("mEstimatedLatencySamples"); in Correlation()
219 mEstimatedLatencyMs = bundle.getDouble("mEstimatedLatencyMs"); in Correlation()
220 mEstimatedLatencyConfidence = bundle.getDouble("mEstimatedLatencyConfidence"); in Correlation()
221 mAverage = bundle.getDouble("mAverage"); in Correlation()
222 mRms = bundle.getDouble("mRms"); in Correlation()
/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.cpp144 logln((UnicodeString) "" + (int32_t) fD.getDouble() + " formatted to " + res5); in testAPI()
164 if(result1.getType() != Formattable::kDouble && result1.getDouble() != d) { in testAPI()
167 logln(text + " parsed into " + (int32_t) result1.getDouble()); in testAPI()
170 if(result2.getType() != Formattable::kDouble && result2.getDouble() != d) { in testAPI()
173 logln(text + " parsed into " + (int32_t) result2.getDouble()); in testAPI()
180 if(result3.getType() != Formattable::kDouble && result3.getDouble() != d) { in testAPI()
183 logln(text + " parsed into " + (int32_t) result3.getDouble()); in testAPI()
Dnmfmtrt.cpp242 s = fmt->format(value.getDouble(), s); in test()
257 s2 = fmt->format(n.getDouble(), s2); in test()
294 … escape(s) + " P> " + (n.getType() == Formattable::kDouble ? n.getDouble() : (double)n.getLong()) in test()
306 aa = a.getDouble(); in proportionalError()
311 bb = b.getDouble(); in proportionalError()
Dnumrgts.cpp427 ? result.getDouble() : result.getLong()); in assignFloatValue()
608 dstr = df->format(d.getDouble(), dstr, fp); in Test4068693()
610 errln(UnicodeString("Result -> ") + d.getDouble()); in Test4068693()
759 if (d2.getDouble() != d1) in Test4095713()
760 errln(UnicodeString("Bug 4095713 test failed, new double value : ") + d2.getDouble()); in Test4095713()
1439 temp = df->format(num.getDouble(), temp, pos); in Test4108738()
1448 temp = df->format(num.getDouble(), temp, pos); in Test4108738()
1963 double val = num.getDouble(); in Test4145457()
1973 double val2 = num.getDouble(); in Test4145457()
2149 double e = n.getDouble();
[all …]
Dmsfmrgts.cpp225 case Formattable::kDouble: fmt->format(obj.getDouble(), temp); break; in Test4031438()
240 case Formattable::kDouble: fmt->format(obj1.getDouble(), temp1); break; in Test4031438()
311 if (pos.getErrorIndex() != -1 && obj.getDouble() == -1.0) in Test4052223()
316 if (pos.getErrorIndex() != -1 && obj.getDouble() == 0.0) in Test4052223()
321 if (pos.getErrorIndex() == -1 && ! uprv_isNaN(obj.getDouble())) in Test4052223()
726 …String)" " + (objs[0].getType() == Formattable::kLong ? objs[0].getLong() : objs[0].getDouble())); in Test4118592()
776 if (newobjs[0].getDouble() != 3.1) in Test4118594()
777 errln( UnicodeString("newobjs[0] = ") + newobjs[0].getDouble()); in Test4118594()
/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.java126 if (f.getDouble(this) != g.getDouble(that)) in equals()
216 if (f.getDouble(this) != g.getDouble(that)) in match()
327 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/llvm/unittests/Support/
DTrailingObjectsTest.cpp90 double getDouble() const { in getDouble() function in __anon712dcf3d0111::Class2
137 EXPECT_EQ(C1->getDouble(), 0); in TEST()
143 EXPECT_EQ(C2->getDouble(), 4.2); in TEST()
/external/robolectric/v1/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.cpp497 Formattable::getDouble(UErrorCode& status) const in getDouble() function in Formattable
517 getNumber().getDouble(status); in getDouble()
731 fDecimalNum->set(this->getDouble()); in internalGetCharString()
794 fValue.fDouble = fDecimalNum->getDouble(); in adoptDigitList()
868 stream << obj.getDouble() << 'D';
954 return obj->getDouble(*status); in ufmt_getDouble()
/external/robolectric/v1/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/protobuf/java/core/src/main/java/com/google/protobuf/
DDoubleArrayList.java125 return getDouble(index); in get()
129 public double getDouble(int index) { in getDouble() method in DoubleArrayList
/external/icu/icu4c/source/i18n/unicode/
Dfmtable.h297 double getDouble(void) const { return fValue.fDouble; } in getDouble() function
311 double getDouble(UErrorCode& status) const;

1234