/external/libcxx/include/support/solaris/ |
floatingpoint.h | 11 #define strtod sun_strtod macro 14 #undef strtod macro
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/ |
floatingpoint.h | 11 #define strtod sun_strtod macro 14 #undef strtod macro
|
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/ |
floatingpoint.h | 11 #define strtod sun_strtod macro 14 #undef strtod macro
|
/toolchain/binutils/binutils-2.25/libiberty/ |
strtod.c | 1 /* Implementation of strtod for systems with atof. 27 @deftypefn Supplemental double strtod (const char *@var{string}, @ 51 strtod (char *str, char **ptr) function
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_strtod.py | 28 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/ |
test_strtod.py | 28 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/ |
test_strtod.py | 28 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/ |
test_strtod.py | 28 def strtod(s, mant_dig=53, min_exp = -1021, max_exp = 1024): function 102 expected = strtod(s)
|
/external/libcxx/include/support/win32/ |
support.h | 58 _LIBCPP_ALWAYS_INLINE double strtod(const char *nptr, char **endptr) function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/ |
support.h | 55 _LIBCPP_ALWAYS_INLINE double strtod(const char *nptr, char **endptr) function
|
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/ |
support.h | 55 _LIBCPP_ALWAYS_INLINE double strtod(const char *nptr, char **endptr) function
|
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
strtod.c | 46 /* flag unnecessarily. It leads to a song and dance at the end of strtod. */ 83 strtod function
|
/external/bison/darwin-lib/ |
stdlib.h | 1142 # undef strtod macro [all...] |
/external/bison/linux-lib/ |
stdlib.h | 1142 # undef strtod macro [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
stdlib.h | 389 double __cdecl __MINGW_NOTHROW strtod(const char * __restrict__ _Str,char ** __restrict__ _EndPtr) function 404 double __cdecl __MINGW_NOTHROW strtod(const char * __restrict__ _Str,char ** __restrict__ _EndPtr); 409 /* libmingwex.a provides a c99-compliant strtod() exported as __strtod() */ 412 #define strtod __strtod macro
|
/external/valgrind/coregrind/ |
m_libcbase.c | 215 double VG_(strtod) ( const HChar* str, HChar** endptr ) function
|
/ndk/sources/android/support/src/stdio/ |
strtod.c | 1 /* $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 [all...] |
/external/libgdx/backends/gdx-backend-moe/libs/ |
intel-moe-ios.jar | |