/external/libcxx/test/std/strings/string.conversions/ |
D | stod.pass.cpp | 24 assert(std::stod("0") == 0); in main() 25 assert(std::stod(L"0") == 0); in main() 26 assert(std::stod("-0") == 0); in main() 27 assert(std::stod(L"-0") == 0); in main() 28 assert(std::stod("-10") == -10); in main() 29 assert(std::stod(L"-10.5") == -10.5); in main() 30 assert(std::stod(" 10") == 10); in main() 31 assert(std::stod(L" 10") == 10); in main() 33 assert(std::stod("10g", &idx) == 10); in main() 36 assert(std::stod(L"10g", &idx) == 10); in main() [all …]
|
/external/google-benchmark/test/ |
D | string_util_gtest.cc | 114 TEST(StringUtilTest, stod) { in TEST() argument 117 EXPECT_EQ(0.0, benchmark::stod("0", &pos)); in TEST() 122 EXPECT_EQ(-84.0, benchmark::stod("-84", &pos)); in TEST() 127 EXPECT_EQ(1234.0, benchmark::stod("1234", &pos)); in TEST() 132 EXPECT_EQ(1.5, benchmark::stod("1.5", &pos)); in TEST() 138 EXPECT_EQ(-1.25e+9, benchmark::stod("-1.25e+9", &pos)); in TEST() 142 ASSERT_THROW(benchmark::stod("this is a test"), std::invalid_argument); in TEST()
|
/external/libcxx/utils/google-benchmark/test/ |
D | string_util_gtest.cc | 114 TEST(StringUtilTest, stod) { in TEST() argument 117 EXPECT_EQ(0.0, benchmark::stod("0", &pos)); in TEST() 122 EXPECT_EQ(-84.0, benchmark::stod("-84", &pos)); in TEST() 127 EXPECT_EQ(1234.0, benchmark::stod("1234", &pos)); in TEST() 132 EXPECT_EQ(1.5, benchmark::stod("1.5", &pos)); in TEST() 138 EXPECT_EQ(-1.25e+9, benchmark::stod("-1.25e+9", &pos)); in TEST() 142 ASSERT_THROW(benchmark::stod("this is a test"), std::invalid_argument); in TEST()
|
/external/google-benchmark/src/ |
D | string_util.h | 51 double stod(const std::string& str, size_t* pos = nullptr); 55 using std::stod;
|
D | sysinfo.cc | 567 double cycles_per_second = benchmark::stod(value) * 1000000.0; in GetCPUCyclesPerSecond() 572 bogo_clock = benchmark::stod(value) * 1000000.0; in GetCPUCyclesPerSecond()
|
D | string_util.cc | 233 double stod(const std::string& str, size_t* pos) { in stod() function
|
/external/libcxx/utils/google-benchmark/src/ |
D | string_util.h | 51 double stod(const std::string& str, size_t* pos = nullptr); 55 using std::stod;
|
D | sysinfo.cc | 521 double cycles_per_second = benchmark::stod(value) * 1000000.0; in GetCPUCyclesPerSecond() 526 bogo_clock = benchmark::stod(value) * 1000000.0; in GetCPUCyclesPerSecond()
|
D | string_util.cc | 233 double stod(const std::string& str, size_t* pos) { in stod() function
|
/external/libcxx/src/ |
D | string.cpp | 322 stod(const string& str, size_t* idx) in stod() function 328 stod(const wstring& str, size_t* idx) in stod() function
|
/external/skqp/src/sksl/ |
D | SkSLString.h | 132 double stod(const String& s);
|
D | SkSLString.cpp | 286 double stod(const String& s) { in stod() function
|
D | SkSLParser.cpp | 1980 *dest = SkSL::stod(this->text(t)); in floatLiteral()
|
/external/skia/src/sksl/ |
D | SkSLString.h | 132 double stod(const String& s);
|
D | SkSLString.cpp | 275 double stod(const String& s) { in stod() function
|
D | SkSLParser.cpp | 1975 *dest = SkSL::stod(this->text(t)); in floatLiteral()
|
/external/libkmsxx/kms++/src/ |
D | connector.cpp | 136 float vrefresh = idx == string::npos ? 0.0 : stod(mode.substr(idx + 1)); in get_mode()
|
/external/dynamic_depth/internal/xmpmeta/ |
D | xmp_parser.cc | 276 *value = std::stod(string_property); in ConvertStringPropertyToType()
|
/external/dynamic_depth/internal/xmpmeta/xml/ |
D | deserializer_impl.cc | 233 *value = std::stod(string_value); in ParseDouble()
|
/external/perfetto/src/perfetto_cmd/ |
D | pbtxt_to_pb.cc | 379 double n = std::stod(t.ToStdString()); in FixedFloatField()
|
/external/libcxx/include/ |
D | string | 457 double stod (const string& str, size_t* idx = 0); 477 double stod (const wstring& str, size_t* idx = 0); 4194 _LIBCPP_FUNC_VIS double stod (const string& __str, size_t* __idx = 0); 4214 _LIBCPP_FUNC_VIS double stod (const wstring& __str, size_t* __idx = 0);
|
/external/perfetto/src/trace_processor/ |
D | proto_trace_parser.cc | 151 out->value = std::stod(value_str); in ParseSystraceTracePoint()
|
/external/v8/src/torque/ |
D | implementation-visitor.cc | 505 double d = std::stod(expr->number.c_str()); in Visit()
|
/external/hyphenation-patterns/de/ |
D | hyph-de-1996.pat.txt | 19085 2stod 19086 4stod.
|
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/ |
D | en-IPA.txt | 14179 $x{bestowed → bəstod ; # bɛstɑʊd 19041 $x{stowed → stod ; # stɑʊd
|