Searched refs:strtod_double (Results 1 – 2 of 2) sorted by relevance
611 double strtod_double = strtod(input.c_str(), nullptr); in TEST() local612 EXPECT_TRUE(Identical(from_chars_double, strtod_double)); in TEST()