Searched refs:asDouble (Results 1 - 19 of 19) sorted by relevance

/external/smali/util/src/main/java/org/jf/util/
H A DNumberUtils.java124 String asDouble = format.format(doubleValue);
127 int decimalPoint = asDouble.indexOf('.');
128 int exponent = asDouble.indexOf("E");
129 int zeros = asDouble.indexOf("000");
131 asDouble = asDouble.substring(0, zeros) + asDouble.substring(exponent);
133 int nines = asDouble.indexOf("999");
135 asDouble = asDouble
[all...]
/external/jsoncpp/src/test_lib_json/
H A Dmain.cpp278 JSONTEST_ASSERT_EQUAL(0.0, null_.asDouble());
346 JSONTEST_ASSERT_EQUAL(1.0, true_.asDouble());
354 JSONTEST_ASSERT_EQUAL(0.0, false_.asDouble());
406 JSONTEST_ASSERT_EQUAL(0.0, val.asDouble());
434 JSONTEST_ASSERT_EQUAL(0.0, val.asDouble());
462 JSONTEST_ASSERT_EQUAL(0.0, val.asDouble());
490 JSONTEST_ASSERT_EQUAL(0.0, val.asDouble());
518 JSONTEST_ASSERT_EQUAL(0.0, val.asDouble());
546 JSONTEST_ASSERT_EQUAL(0.0, val.asDouble());
573 JSONTEST_ASSERT_EQUAL((1 << 20), val.asDouble());
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ditrbnf.cpp443 LLAssert(llong(llong::kD32).asDouble() == llong::kD32);
446 LLAssert(llong(0, 1).asDouble() == 1);
447 LLAssert(llong(1, 0).asDouble() == llong::kD32);
448 LLAssert(llong((uint32_t)-1, (uint32_t)-1).asDouble() == -1);
451 LLAssert(llong().asDouble() == 0);
494 LLAssert(llong((double)0).asDouble() == (double)0);
495 LLAssert(llong((double)1).asDouble() == (double)1);
496 LLAssert(llong((double)0x7fffffff).asDouble() == (double)0x7fffffff);
497 LLAssert(llong((double)0x80000000).asDouble() == (double)0x80000000);
498 LLAssert(llong((double)0x80000001).asDouble()
[all...]
/external/icu/icu4c/source/test/intltest/
H A Ditrbnf.cpp443 LLAssert(llong(llong::kD32).asDouble() == llong::kD32);
446 LLAssert(llong(0, 1).asDouble() == 1);
447 LLAssert(llong(1, 0).asDouble() == llong::kD32);
448 LLAssert(llong((uint32_t)-1, (uint32_t)-1).asDouble() == -1);
451 LLAssert(llong().asDouble() == 0);
494 LLAssert(llong((double)0).asDouble() == (double)0);
495 LLAssert(llong((double)1).asDouble() == (double)1);
496 LLAssert(llong((double)0x7fffffff).asDouble() == (double)0x7fffffff);
497 LLAssert(llong((double)0x80000000).asDouble() == (double)0x80000000);
498 LLAssert(llong((double)0x80000001).asDouble()
[all...]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DTraceEventDispatcher.h109 double asDouble(const char* name) const function in class:blink::TraceEventDispatcher::TraceEvent
/external/chromium_org/third_party/webrtc/base/
H A Djson.cc29 s << in.asDouble();
106 *out = in.asDouble();
H A Djson_unittest.cc268 EXPECT_EQ(in[i], out[i].asDouble());
/external/deqp/framework/common/
H A DtcuFloat.hpp107 double asDouble (void) const;
175 inline double Float<StorageType, ExponentBits, MantissaBits, ExponentBias, Flags>::asDouble (void) const function in class:tcu::Float
/external/jsoncpp/src/lib_json/
H A Djson_writer.cpp232 document_ += valueToString( value.asDouble() );
316 pushValue( valueToString( value.asDouble() ) );
593 pushValue( valueToString( value.asDouble() ) );
H A Djson_value.cpp852 Value::asDouble() const function in class:Json::Value
929 return ( isNumeric() && asDouble() == 0.0 )
/external/jsoncpp/src/jsontestrunner/
H A Dmain.cpp77 fprintf( fout, "%s=%s\n", path.c_str(), normalizeFloatingPointStr(value.asDouble()).c_str() );
/external/chromium_org/third_party/skia/tools/
H A DPictureResultsWriter.h235 times.push_back((*vals).asDouble());
/external/chromium_org/third_party/jsoncpp/overrides/include/json/
H A Dvalue.h277 double asDouble() const;
/external/jsoncpp/chromium-overrides/include/json/
H A Dvalue.h277 double asDouble() const;
/external/jsoncpp/include/json/
H A Dvalue.h277 double asDouble() const;
/external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
H A Djson_value.cpp862 Value::asDouble() const function in class:Json::Value
939 return ( isNumeric() && asDouble() == 0.0 )
/external/jsoncpp/chromium-overrides/src/lib_json/
H A Djson_value.cpp856 Value::asDouble() const function in class:Json::Value
933 return ( isNumeric() && asDouble() == 0.0 )
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 4700 milliseconds