OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_Stl_string_to_double
(Results
1 - 2
of
2
) sorted by null
/prebuilts/ndk/r11/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());
/prebuilts/ndk/r13/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 42 milliseconds