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

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/include/support/solaris/
H A Dfloatingpoint.h11 #define strtod sun_strtod macro
14 #undef strtod macro
/prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
H A Dfloatingpoint.h11 #define strtod sun_strtod macro
14 #undef strtod macro
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
H A Dfloatingpoint.h11 #define strtod sun_strtod macro
14 #undef strtod macro
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/support/solaris/
H A Dfloatingpoint.h11 #define strtod sun_strtod macro
14 #undef strtod macro
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_strtod.py28 def strtod(s, mant_dig=53, min_exp = -1021, max_exp = 1024): function
102 expected = strtod(s)
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_strtod.py28 def strtod(s, mant_dig=53, min_exp = -1021, max_exp = 1024): function
102 expected = strtod(s)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_strtod.py28 def strtod(s, mant_dig=53, min_exp = -1021, max_exp = 1024): function
102 expected = strtod(s)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_strtod.py28 def strtod(s, mant_dig=53, min_exp = -1021, max_exp = 1024): function
102 expected = strtod(s)
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/include/support/win32/
H A Dsupport.h58 _LIBCPP_ALWAYS_INLINE double strtod(const char *nptr, char **endptr) function
/prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
H A Dsupport.h55 _LIBCPP_ALWAYS_INLINE double strtod(const char *nptr, char **endptr) function
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
H A Dsupport.h55 _LIBCPP_ALWAYS_INLINE double strtod(const char *nptr, char **endptr) function
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/support/win32/
H A Dsupport.h58 _LIBCPP_ALWAYS_INLINE double strtod(const char *nptr, char **endptr) function
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dstdlib.h396 double __cdecl __MINGW_NOTHROW strtod(const char * __restrict__ _Str,char ** __restrict__ _EndPtr) function
411 double __cdecl __MINGW_NOTHROW strtod(const char * __restrict__ _Str,char ** __restrict__ _EndPtr);
416 /* libmingwex.a provides a c99-compliant strtod() exported as __strtod() */
420 #define strtod __strtod macro
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dstdlib.h396 double __cdecl __MINGW_NOTHROW strtod(const char * __restrict__ _Str,char ** __restrict__ _EndPtr) function
411 double __cdecl __MINGW_NOTHROW strtod(const char * __restrict__ _Str,char ** __restrict__ _EndPtr);
416 /* libmingwex.a provides a c99-compliant strtod() exported as __strtod() */
420 #define strtod __strtod macro
/prebuilts/ndk/current/sources/android/support/src/stdio/
H A Dstrtod.c1 /* $NetBSD: strtod.c,v 1.45.2.1 2005/04/19 13:35:54 tron Exp $ */
31 /* strtod for IEEE-, VAX-, and IBM-arithmetic machines.
33 * This strtod returns a nearest machine number to the input decimal
107 __RCSID("$NetBSD: strtod.c,v 1.45.2.1 2005/04/19 13:35:54 tron Exp $");
411 extern "C" double strtod(const char *s00, char **se);
1575 strtod function
/prebuilts/ndk/r11/sources/android/support/src/stdio/
H A Dstrtod.c1 /* $NetBSD: strtod.c,v 1.45.2.1 2005/04/19 13:35:54 tron Exp $ */
31 /* strtod for IEEE-, VAX-, and IBM-arithmetic machines.
33 * This strtod returns a nearest machine number to the input decimal
107 __RCSID("$NetBSD: strtod.c,v 1.45.2.1 2005/04/19 13:35:54 tron Exp $");
411 extern "C" double strtod(const char *s00, char **se);
1575 strtod function
/prebuilts/ndk/r13/sources/android/support/src/stdio/
H A Dstrtod.c1 /* $NetBSD: strtod.c,v 1.45.2.1 2005/04/19 13:35:54 tron Exp $ */
31 /* strtod for IEEE-, VAX-, and IBM-arithmetic machines.
33 * This strtod returns a nearest machine number to the input decimal
107 __RCSID("$NetBSD: strtod.c,v 1.45.2.1 2005/04/19 13:35:54 tron Exp $");
411 extern "C" double strtod(const char *s00, char **se);
1575 strtod function

Completed in 2118 milliseconds