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

/external/libcxx/include/support/win32/
H A Dsupport.h62 _LIBCPP_ALWAYS_INLINE long double strtold(const char *nptr, char **endptr) function
/external/valgrind/perf/
H A Dtinycc.c5376 #define strtold (long double)strtod
5382 long double strtold(const char *nptr, char **endptr)
5393 extern long double strtold (const char *__nptr, char **__endptr);
9057 tokc.ld = strtold(token_buf, NULL);
5374 #define strtold macro
5380 long double strtold(const char *nptr, char **endptr) function

Completed in 107 milliseconds