Home
last modified time | relevance | path

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

1234567

/external/llvm-project/libunwind/src/
DCompactUnwinder.hpp572 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/icu/icu4c/source/test/intltest/
Dnumfmtdatadriventest.cpp348 … 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()
Dunits_test.cpp459 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 …]
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.cpp243 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/protobuf/java/core/src/test/java/com/google/protobuf/
DDoubleArrayListTest.java123 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/dagger2/javatests/dagger/functional/factory/
DFactoryImplicitModulesTest.java102 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()
DFactoryMixedParametersTest.java45 double getDouble(); in getDouble() method
66 assertThat(component.getDouble()).isEqualTo(3.0); in mixedArgComponent()
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DCorrelation.java239 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/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DServiceConfigUtil.java93 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/
DShadowBundleTest.java49 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/protobuf/objectivec/Tests/
DGPBDictionaryTests+Int32.m2254 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 …]
DGPBDictionaryTests+String.m2254 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 …]
DGPBDictionaryTests+UInt32.m2254 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 …]
DGPBDictionaryTests+UInt64.m2254 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 …]
DGPBDictionaryTests+Int64.m2254 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/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);
86 inline double Random::getDouble (double min, double max) in getDouble() function in de::Random
89 return min + (max-min)*getDouble(); in getDouble()
/external/flatbuffers/tests/MyGame/
DMonsterExtra.kt23 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()
DMonsterExtra.java19 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()
/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()
/external/llvm/unittests/Support/
DTrailingObjectsTest.cpp90 double getDouble() const { in getDouble() function in __anon07bada1e0111::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/
DStats.java580 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/
DUnsafeUtil.java154 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()

1234567