/external/libunwind_llvm/src/ |
D | CompactUnwinder.hpp | 572 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrameless() 575 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrameless() 580 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrameless() 583 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrameless() 588 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrameless() 591 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrameless() 596 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrameless() 599 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrameless() 651 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrame() 654 addressSpace.getDouble(savedRegisterLoc)); in stepWithCompactEncodingFrame() [all …]
|
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | DoubleArrayListTest.java | 124 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/icu/icu4c/source/test/intltest/ |
D | numfmtdatadriventest.cpp | 348 … UnicodeString("Parse succeeded: ") + result.getDouble() + ", but was expected to fail."); in isParsePass() 352 if (!uprv_isNaN(result.getDouble())) { in isParsePass() 353 … appendErrorMessage.append(UnicodeString("Expected NaN, but got: ") + result.getDouble()); in isParsePass() 358 if (!uprv_isInfinite(result.getDouble()) || result.getDouble() < 0) { in isParsePass() 359 … appendErrorMessage.append(UnicodeString("Expected Inf, but got: ") + result.getDouble()); in isParsePass() 364 if (!uprv_isInfinite(result.getDouble()) || result.getDouble() > 0) { in isParsePass() 365 … appendErrorMessage.append(UnicodeString("Expected -Inf, but got: ") + result.getDouble()); in isParsePass() 370 if (!std::signbit(result.getDouble()) || result.getDouble() != 0) { in isParsePass() 371 … appendErrorMessage.append(UnicodeString("Expected -0.0, but got: ") + result.getDouble()); in isParsePass()
|
D | nmfmapts.cpp | 144 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()
|
D | nmfmtrt.cpp | 243 s = fmt->format(value.getDouble(), s); in test() 258 s2 = fmt->format(n.getDouble(), s2); in test() 295 … escape(s) + " P> " + (n.getType() == Formattable::kDouble ? n.getDouble() : (double)n.getLong()) in test() 307 aa = a.getDouble(); in proportionalError() 312 bb = b.getDouble(); in proportionalError()
|
D | numrgts.cpp | 429 ? result.getDouble() : result.getLong()); in assignFloatValue() 610 dstr = df->format(d.getDouble(), dstr, fp); in Test4068693() 612 errln(UnicodeString("Result -> ") + d.getDouble()); in Test4068693() 761 if (d2.getDouble() != d1) in Test4095713() 762 errln(UnicodeString("Bug 4095713 test failed, new double value : ") + d2.getDouble()); in Test4095713() 1440 temp = df->format(num.getDouble(), temp, pos); in Test4108738() 1449 temp = df->format(num.getDouble(), temp, pos); in Test4108738() 1972 double val = num.getDouble(); in Test4145457() 1982 double val2 = num.getDouble(); in Test4145457() 2163 double e = n.getDouble(); [all …]
|
D | msfmrgts.cpp | 225 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()
|
D | numfmtst.cpp | 539 a = af.getDouble(); in TestExponential() 598 + " Double: " + af.getDouble() in TestExponential() 1206 logln((UnicodeString)"parse(" + testCase + ") = " + n.getDouble()); in TestLenientParse() 1209 n.getDouble() != 0.25) { in TestLenientParse() 1212 + "; got: " + n.getDouble(status)); in TestLenientParse() 1221 logln((UnicodeString)"parse(" + testCase + ") = " + n.getDouble()); in TestLenientParse() 1224 n.getDouble() != -0.25) { in TestLenientParse() 1227 + "; got: " + n.getDouble(status)); in TestLenientParse() 2635 … return (double) a.getLong() == b.getDouble(); // TODO check use of double instead of long in equalValue() 2639 return a.getDouble() == (double) b.getLong(); in equalValue() [all …]
|
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/ |
D | Correlation.java | 239 mEstimatedLatencySamples = bundle.getDouble("mEstimatedLatencySamples"); in Correlation() 240 mEstimatedLatencyMs = bundle.getDouble("mEstimatedLatencyMs"); in Correlation() 241 mEstimatedLatencyConfidence = bundle.getDouble("mEstimatedLatencyConfidence"); in Correlation() 242 mAverage = bundle.getDouble("mAverage"); in Correlation() 243 mRms = bundle.getDouble("mRms"); in Correlation()
|
/external/deqp/framework/delibs/decpp/ |
D | deRandom.hpp | 45 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/grpc-grpc-java/core/src/main/java/io/grpc/internal/ |
D | ServiceConfigUtil.java | 93 float maxTokens = getDouble(throttling, "maxTokens").floatValue(); in getThrottlePolicy() 94 float tokenRatio = getDouble(throttling, "tokenRatio").floatValue(); in getThrottlePolicy() 105 return getDouble(retryPolicy, RETRY_POLICY_MAX_ATTEMPTS_KEY).intValue(); in getMaxAttemptsFromRetryPolicy() 139 return getDouble(retryPolicy, RETRY_POLICY_BACKOFF_MULTIPLIER_KEY); in getBackoffMultiplierFromRetryPolicy() 155 return getDouble(hedgingPolicy, RETRY_POLICY_MAX_ATTEMPTS_KEY).intValue(); in getMaxAttemptsFromHedgingPolicy() 250 return getDouble(methodConfig, METHOD_CONFIG_MAX_REQUEST_MESSAGE_BYTES_KEY).intValue(); in getMaxRequestMessageBytesFromMethodConfig() 258 return getDouble(methodConfig, METHOD_CONFIG_MAX_RESPONSE_MESSAGE_BYTES_KEY).intValue(); in getMaxResponseMessageBytesFromMethodConfig() 326 static Double getDouble(Map<String, Object> obj, String key) { in getDouble() method in ServiceConfigUtil
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowBundleTest.java | 49 public void getDouble() { in getDouble() method in ShadowBundleTest 51 assertThat(bundle.getDouble("foo")).isEqualTo(5.0); in getDouble() 52 assertThat(bundle.getDouble("bar")).isEqualTo(0.0); in getDouble() 53 assertThat(bundle.getDouble("bar", 7)).isEqualTo(7.0); in getDouble() 86 assertThat(bundle.getDouble("foo")).isEqualTo(0.0); in getWrongType()
|
D | ShadowMatrixCursorTest.java | 109 assertThat(cursor.getDouble(0)).isEqualTo(42.0); in shouldAllowTypeFlexibility() 116 assertThat(cursor.getDouble(1)).isEqualTo(3.3); in shouldAllowTypeFlexibility() 176 assertThat(singleColumnSingleNullValueMatrixCursor.getDouble(0)).isEqualTo(0.0); in returnsZeroWhenGettingDoubleFromNullColumn()
|
D | SQLiteCursorTest.java | 321 assertThat(cursor.getDouble(1)).isEqualTo(1.2d); in testGetNumbersFromStringField() 331 assertThat(cursor.getDouble(1)).isEqualTo(1.2d); in testGetNumbersFromBlobField() 353 assertThat(cursor.getDouble(4)).isEqualTo(3.14159); in testGetDouble() 460 assertThat(cursor.getDouble(4)).isEqualTo(0d); in testGetNullNumberValues()
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | SIPObject.java | 128 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/ |
D | NetObject.java | 126 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/ |
D | ImageSprite.java | 68 double scale_x = scaleX.getDouble(time); in paint() 69 double scale_y = scaleY.getDouble(time); in paint()
|
D | VariableDouble.java | 33 public double getDouble(long time); in getDouble() method
|
/external/llvm/unittests/Support/ |
D | TrailingObjectsTest.cpp | 90 double getDouble() const { in getDouble() function in __anon88ed5b470111::Class2 137 EXPECT_EQ(C1->getDouble(), 0); in TEST() 143 EXPECT_EQ(C2->getDouble(), 4.2); in TEST()
|
/external/flatbuffers/tests/MyGame/ |
D | MonsterExtra.java | 23 …public double testdNan() { int o = __offset(10); return o != 0 ? bb.getDouble(o + bb_pos) : Double… in testdNan() 25 …public double testdPinf() { int o = __offset(12); return o != 0 ? bb.getDouble(o + bb_pos) : Doubl… in testdPinf() 27 …public double testdNinf() { int o = __offset(14); return o != 0 ? bb.getDouble(o + bb_pos) : Doubl… in testdNinf()
|
/external/nist-sip/java/gov/nist/core/ |
D | GenericObject.java | 259 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/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | TrailingObjectsTest.cpp | 93 double getDouble() const { in getDouble() function in __anond255e19f0111::Class2 159 EXPECT_EQ(C1->getDouble(), 0); in TEST() 165 EXPECT_EQ(C2->getDouble(), 4.2); in TEST()
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | DoubleArrayList.java | 125 return getDouble(index); in get() 129 public double getDouble(int index) { in getDouble() method in DoubleArrayList
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/ |
D | xray-graph.cpp | 354 double GraphRenderer::TimeStat::getDouble(StatType T) const { in getDouble() function in GraphRenderer::TimeStat 395 std::sqrt(S.getDouble(EC) / G.GraphEdgeMax.getDouble(EC))) in exportGraphAsDOT() 414 std::sqrt(VA.S.getDouble(VC) / G.GraphVertexMax.getDouble(VC))) in exportGraphAsDOT()
|
/external/icu/icu4c/source/i18n/ |
D | fmtable.cpp | 494 Formattable::getDouble(UErrorCode& status) const in getDouble() function in Formattable 514 getNumber().getDouble(status); in getDouble() 755 output.setToDouble(this->getDouble()); in populateDecimalQuantity() 854 stream << obj.getDouble() << 'D'; 940 return obj->getDouble(*status); in ufmt_getDouble()
|