Searched refs:strtod (Results 1 – 17 of 17) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/ |
D | floatingpoint.h | 11 #define strtod sun_strtod macro 14 #undef strtod
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | stdlib.in.h | 320 # define strtod rpl_strtod 324 extern double strtod (const char *str, char **endp); 327 # undef strtod 328 # define strtod(s, e) \ 331 strtod (s, e))
|
/ndk/sources/android/support/src/ |
D | stdlib_support.c | 39 return strtod(nptr, endptr); in strtold()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cstdlib | 39 double strtod (const char* restrict nptr, char** restrict endptr); 109 using ::strtod;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/ |
D | support.h | 55 _LIBCPP_ALWAYS_INLINE double strtod(const char *nptr, char **endptr) in strtod() function
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _cstdlib.h | 80 using _STLP_VENDOR_CSTD::strtod;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | stdlib_h.pass.cpp | 47 static_assert((std::is_same<decltype(strtod("", endptr)), double>::value), ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | string.cpp | 209 return as_float_helper<float>( func, s, idx, strtod ); in as_float() 217 return as_float_helper<double>( func, s, idx, strtod ); in as_float()
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | cstdlib | 61 using ::strtod;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/ |
D | cstdlib.pass.cpp | 47 static_assert((std::is_same<decltype(std::strtod("", endptr)), double>::value), ""); in main()
|
/ndk/sources/cxx-stl/system/include/ |
D | cstdlib | 61 using ::strtod;
|
/ndk/sources/android/support/ |
D | Android.mk | 54 src/stdio/strtod.c \
|
/ndk/sources/android/support/src/stdio/ |
D | vfscanf.c | 721 res = strtod(buf, (char **) NULL); in VFSCANF()
|
D | strtod.c | 421 extern "C" double strtod(const char *s00, char **se); 1585 strtod in strtod() function
|
/ndk/sources/host-tools/nawk-20071023/ |
D | lex.c | 148 strtod(buf, &rem); /* parse the number */ in gettok()
|
D | lib.c | 687 r = strtod(s, &ep); in is_number()
|
D | FIXES | 434 now using strtod to test whether a string is a number, instead of 436 reliable if strtod is implemented right.
|