OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_stl_string_to_double
(Results
1 - 1
of
1
) sorted by null
/ndk/sources/cxx-stl/stlport/src/
num_get_float.cpp
645
static double
_Stl_string_to_double
(const char *s) {
849
val = (float)
_Stl_string_to_double
(v.c_str());
859
val =
_Stl_string_to_double
(v.c_str());
872
val =
_Stl_string_to_double
(v.c_str());
Completed in 275 milliseconds