Searched defs:strtod (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/coregrind/
H A Dm_libcbase.c125 double VG_(strtod) ( Char* str, Char** endptr ) function
/external/webkit/Source/JavaScriptCore/wtf/
H A Ddtoa.cpp26 * before invoking strtod or dtoa. If the machine uses (the equivalent
35 /* strtod for IEEE-arithmetic machines.
37 * This strtod returns a nearest machine number to the input decimal
744 /* flag unnecessarily. It leads to a song and dance at the end of strtod. */
748 double strtod(const char* s00, char** se) function in namespace:WTF

Completed in 476 milliseconds