/external/llvm-project/libunwind/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/dagger2/javatests/dagger/functional/factory/ |
D | FactoryImplicitModulesTest.java | 102 double getDouble(); in getDouble() method 115 assertThat(component.getDouble()).isEqualTo(42.0); in concreteModuleThatCouldBeAbstract() 120 double getDouble(); in getDouble() method 135 assertThat(component.getDouble()).isEqualTo(42.0); in concreteModuleThatCouldBeAbstract_withFactoryParameter()
|
D | FactoryMixedParametersTest.java | 45 double getDouble(); in getDouble() method 66 assertThat(component.getDouble()).isEqualTo(3.0); in mixedArgComponent()
|
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | DoubleArrayListTest.java | 123 assertEquals(1D, TERTIARY_LIST.getDouble(0), 0.0); in testGetDouble() 124 assertEquals(2D, TERTIARY_LIST.getDouble(1), 0.0); in testGetDouble() 125 assertEquals(3D, TERTIARY_LIST.getDouble(2), 0.0); in testGetDouble() 165 assertEquals(3D, list.getDouble(0), 0.0); in testSet() 168 assertEquals(0D, list.getDouble(1), 0.0); in testSet() 190 assertEquals(0D, list.getDouble(0), 0.0); in testSetDouble() 193 assertEquals(0D, list.getDouble(1), 0.0); in testSetDouble() 257 assertEquals(1D, list.getDouble(0), 0.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 | units_test.cpp | 459 assertEquals("1.9999: measures[0] value", 1.0, measures[0]->getNumber().getDouble(status)); in testComplexUnitsConverter() 463 measures[1]->getNumber().getDouble(status), 0.0001); in testComplexUnitsConverter() 475 assertEquals("1 - eps: measures[0] value", 2.0, measures[0]->getNumber().getDouble(status)); in testComplexUnitsConverter() 478 assertEquals("1 - eps: measures[1] value", 0.0, measures[1]->getNumber().getDouble(status)); in testComplexUnitsConverter() 497 measures[0]->getNumber().getDouble(status)); in testComplexUnitsConverter() 501 measures[1]->getNumber().getDouble(status)); in testComplexUnitsConverter() 513 measures[0]->getNumber().getDouble(status)); in testComplexUnitsConverter() 517 measures[1]->getNumber().getDouble(status), 1); in testComplexUnitsConverter() 528 measures[0]->getNumber().getDouble(status)); in testComplexUnitsConverter() 532 measures[1]->getNumber().getDouble(status)); in testComplexUnitsConverter() [all …]
|
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() 263 s2 = fmt->format(n.getDouble(), s2); in test() 300 … escape(s) + " P> " + (n.getType() == Formattable::kDouble ? n.getDouble() : (double)n.getLong()) in test() 312 aa = a.getDouble(); in proportionalError() 317 bb = b.getDouble(); in proportionalError()
|
/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/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()
|
/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); 86 inline double Random::getDouble (double min, double max) in getDouble() function in de::Random 89 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/protobuf/objectivec/Tests/ |
D | GPBDictionaryTests+Int32.m | 2254 XCTAssertFalse([dict getDouble:NULL forKey:11]); 2268 XCTAssertTrue([dict getDouble:NULL forKey:11]); 2269 XCTAssertTrue([dict getDouble:&value forKey:11]); 2271 XCTAssertFalse([dict getDouble:NULL forKey:12]); 2290 XCTAssertTrue([dict getDouble:NULL forKey:11]); 2291 XCTAssertTrue([dict getDouble:&value forKey:11]); 2293 XCTAssertTrue([dict getDouble:NULL forKey:12]); 2294 XCTAssertTrue([dict getDouble:&value forKey:12]); 2296 XCTAssertTrue([dict getDouble:NULL forKey:13]); 2297 XCTAssertTrue([dict getDouble:&value forKey:13]); [all …]
|
D | GPBDictionaryTests+String.m | 2254 XCTAssertFalse([dict getDouble:NULL forKey:@"foo"]); 2268 XCTAssertTrue([dict getDouble:NULL forKey:@"foo"]); 2269 XCTAssertTrue([dict getDouble:&value forKey:@"foo"]); 2271 XCTAssertFalse([dict getDouble:NULL forKey:@"bar"]); 2290 XCTAssertTrue([dict getDouble:NULL forKey:@"foo"]); 2291 XCTAssertTrue([dict getDouble:&value forKey:@"foo"]); 2293 XCTAssertTrue([dict getDouble:NULL forKey:@"bar"]); 2294 XCTAssertTrue([dict getDouble:&value forKey:@"bar"]); 2296 XCTAssertTrue([dict getDouble:NULL forKey:@"baz"]); 2297 XCTAssertTrue([dict getDouble:&value forKey:@"baz"]); [all …]
|
D | GPBDictionaryTests+UInt32.m | 2254 XCTAssertFalse([dict getDouble:NULL forKey:1U]); 2268 XCTAssertTrue([dict getDouble:NULL forKey:1U]); 2269 XCTAssertTrue([dict getDouble:&value forKey:1U]); 2271 XCTAssertFalse([dict getDouble:NULL forKey:2U]); 2290 XCTAssertTrue([dict getDouble:NULL forKey:1U]); 2291 XCTAssertTrue([dict getDouble:&value forKey:1U]); 2293 XCTAssertTrue([dict getDouble:NULL forKey:2U]); 2294 XCTAssertTrue([dict getDouble:&value forKey:2U]); 2296 XCTAssertTrue([dict getDouble:NULL forKey:3U]); 2297 XCTAssertTrue([dict getDouble:&value forKey:3U]); [all …]
|
D | GPBDictionaryTests+UInt64.m | 2254 XCTAssertFalse([dict getDouble:NULL forKey:31ULL]); 2268 XCTAssertTrue([dict getDouble:NULL forKey:31ULL]); 2269 XCTAssertTrue([dict getDouble:&value forKey:31ULL]); 2271 XCTAssertFalse([dict getDouble:NULL forKey:32ULL]); 2290 XCTAssertTrue([dict getDouble:NULL forKey:31ULL]); 2291 XCTAssertTrue([dict getDouble:&value forKey:31ULL]); 2293 XCTAssertTrue([dict getDouble:NULL forKey:32ULL]); 2294 XCTAssertTrue([dict getDouble:&value forKey:32ULL]); 2296 XCTAssertTrue([dict getDouble:NULL forKey:33ULL]); 2297 XCTAssertTrue([dict getDouble:&value forKey:33ULL]); [all …]
|
D | GPBDictionaryTests+Int64.m | 2254 XCTAssertFalse([dict getDouble:NULL forKey:21LL]); 2268 XCTAssertTrue([dict getDouble:NULL forKey:21LL]); 2269 XCTAssertTrue([dict getDouble:&value forKey:21LL]); 2271 XCTAssertFalse([dict getDouble:NULL forKey:22LL]); 2290 XCTAssertTrue([dict getDouble:NULL forKey:21LL]); 2291 XCTAssertTrue([dict getDouble:&value forKey:21LL]); 2293 XCTAssertTrue([dict getDouble:NULL forKey:22LL]); 2294 XCTAssertTrue([dict getDouble:&value forKey:22LL]); 2296 XCTAssertTrue([dict getDouble:NULL forKey:23LL]); 2297 XCTAssertTrue([dict getDouble:&value forKey:23LL]); [all …]
|
/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/flatbuffers/tests/MyGame/ |
D | MonsterExtra.java | 19 public double d0() { int o = __offset(4); return o != 0 ? bb.getDouble(o + bb_pos) : Double.NaN; } in d0() 21 public double d1() { int o = __offset(6); return o != 0 ? bb.getDouble(o + bb_pos) : Double.NaN; } in d1() 23 …public double d2() { int o = __offset(8); return o != 0 ? bb.getDouble(o + bb_pos) : Double.POSITI… in d2() 25 …public double d3() { int o = __offset(10); return o != 0 ? bb.getDouble(o + bb_pos) : Double.NEGAT… in d3() 35 …public double dvec(int j) { int o = __offset(20); return o != 0 ? bb.getDouble(__vector(o) + j * 8… in dvec()
|
D | MonsterExtra.kt | 23 return if(o != 0) bb.getDouble(o + bb_pos) else Double.NaN 37 return if(o != 0) bb.getDouble(o + bb_pos) else Double.NaN 51 return if(o != 0) bb.getDouble(o + bb_pos) else Double.POSITIVE_INFINITY 65 return if(o != 0) bb.getDouble(o + bb_pos) else Double.NEGATIVE_INFINITY 135 bb.getDouble(__vector(o) + j * 8) in dvec()
|
/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()
|
/external/llvm/unittests/Support/ |
D | TrailingObjectsTest.cpp | 90 double getDouble() const { in getDouble() function in __anon66f92f250111::Class2 137 EXPECT_EQ(C1->getDouble(), 0); in TEST() 143 EXPECT_EQ(C2->getDouble(), 4.2); in TEST()
|
/external/guava/android/guava/src/com/google/common/math/ |
D | Stats.java | 580 buffer.getDouble(), in readFrom() 581 buffer.getDouble(), in readFrom() 582 buffer.getDouble(), in readFrom() 583 buffer.getDouble()); in readFrom()
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | UnsafeUtil.java | 154 static double getDouble(Object target, long offset) { in getDouble() method in UnsafeUtil 155 return MEMORY_ACCESSOR.getDouble(target, offset); in getDouble() 216 static double getDouble(double[] target, long index) { in getDouble() method in UnsafeUtil 217 return MEMORY_ACCESSOR.getDouble( in getDouble() 528 public abstract double getDouble(Object target, long offset); in getDouble() method in UnsafeUtil.MemoryAccessor 634 public double getDouble(Object target, long offset) { in getDouble() method in UnsafeUtil.JvmMemoryAccessor 635 return unsafe.getDouble(target, offset); in getDouble()
|