Searched refs:endptr (Results 1 - 25 of 287) sorted by relevance

1234567891011>>

/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
H A Dpystrtod.h16 char **endptr,
27 PyAPI_FUNC(double) _Py_parse_inf_or_nan(const char *p, char **endptr);
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
H A Dpystrtod.h16 char **endptr,
27 PyAPI_FUNC(double) _Py_parse_inf_or_nan(const char *p, char **endptr);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
H A Dinttypes.h332 __NTH (strtoimax (__const char *__restrict nptr, char **__restrict endptr, argument
335 return __strtol_internal (nptr, endptr, base, 0);
345 __NTH (strtoumax (__const char *__restrict nptr, char **__restrict endptr, argument
348 return __strtoul_internal (nptr, endptr, base, 0);
358 __gwchar_t **__restrict endptr, int base))
360 return __wcstol_internal (nptr, endptr, base, 0);
372 __gwchar_t **__restrict endptr, int base))
374 return __wcstoul_internal (nptr, endptr, base, 0);
386 __NTH (strtoimax (__const char *__restrict nptr, char **__restrict endptr, argument
389 return __strtoll_internal (nptr, endptr, bas
357 wcstoimax(__const __gwchar_t *__restrict nptr, __gwchar_t **__restrict endptr, int base) argument
371 wcstoumax(__const __gwchar_t *__restrict nptr, __gwchar_t **__restrict endptr, int base) argument
402 strtoumax(__const char *__restrict nptr, char **__restrict endptr, int base) argument
416 wcstoimax(__const __gwchar_t *__restrict nptr, __gwchar_t **__restrict endptr, int base) argument
433 wcstoumax(__const __gwchar_t *__restrict nptr, __gwchar_t **__restrict endptr, int base) argument
[all...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
H A Dinttypes.h332 __NTH (strtoimax (__const char *__restrict nptr, char **__restrict endptr, argument
335 return __strtol_internal (nptr, endptr, base, 0);
345 __NTH (strtoumax (__const char *__restrict nptr, char **__restrict endptr, argument
348 return __strtoul_internal (nptr, endptr, base, 0);
358 __gwchar_t **__restrict endptr, int base))
360 return __wcstol_internal (nptr, endptr, base, 0);
372 __gwchar_t **__restrict endptr, int base))
374 return __wcstoul_internal (nptr, endptr, base, 0);
386 __NTH (strtoimax (__const char *__restrict nptr, char **__restrict endptr, argument
389 return __strtoll_internal (nptr, endptr, bas
357 wcstoimax(__const __gwchar_t *__restrict nptr, __gwchar_t **__restrict endptr, int base) argument
371 wcstoumax(__const __gwchar_t *__restrict nptr, __gwchar_t **__restrict endptr, int base) argument
402 strtoumax(__const char *__restrict nptr, char **__restrict endptr, int base) argument
416 wcstoimax(__const __gwchar_t *__restrict nptr, __gwchar_t **__restrict endptr, int base) argument
433 wcstoumax(__const __gwchar_t *__restrict nptr, __gwchar_t **__restrict endptr, int base) argument
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
H A Dinttypes.h332 __NTH (strtoimax (__const char *__restrict nptr, char **__restrict endptr, argument
335 return __strtol_internal (nptr, endptr, base, 0);
345 __NTH (strtoumax (__const char *__restrict nptr, char **__restrict endptr, argument
348 return __strtoul_internal (nptr, endptr, base, 0);
358 __gwchar_t **__restrict endptr, int base))
360 return __wcstol_internal (nptr, endptr, base, 0);
372 __gwchar_t **__restrict endptr, int base))
374 return __wcstoul_internal (nptr, endptr, base, 0);
386 __NTH (strtoimax (__const char *__restrict nptr, char **__restrict endptr, argument
389 return __strtoll_internal (nptr, endptr, bas
357 wcstoimax(__const __gwchar_t *__restrict nptr, __gwchar_t **__restrict endptr, int base) argument
371 wcstoumax(__const __gwchar_t *__restrict nptr, __gwchar_t **__restrict endptr, int base) argument
402 strtoumax(__const char *__restrict nptr, char **__restrict endptr, int base) argument
416 wcstoimax(__const __gwchar_t *__restrict nptr, __gwchar_t **__restrict endptr, int base) argument
433 wcstoumax(__const __gwchar_t *__restrict nptr, __gwchar_t **__restrict endptr, int base) argument
[all...]
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
H A Dstdlib.h68 extern double strtod(const char *nptr, char **endptr);
70 static __inline__ float strtof(const char *nptr, char **endptr) argument
72 return (float)strtod(nptr, endptr);
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
H A Dstdlib.h68 extern double strtod(const char *nptr, char **endptr);
70 static __inline__ float strtof(const char *nptr, char **endptr) argument
72 return (float)strtod(nptr, endptr);
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
H A Dstdlib.h68 extern double strtod(const char *nptr, char **endptr);
70 static __inline__ float strtof(const char *nptr, char **endptr) argument
72 return (float)strtod(nptr, endptr);
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
H A Dstdlib.h68 extern double strtod(const char *nptr, char **endptr);
70 static __inline__ float strtof(const char *nptr, char **endptr) argument
72 return (float)strtod(nptr, endptr);
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
H A Dstdlib.h68 extern double strtod(const char *nptr, char **endptr);
70 static __inline__ float strtof(const char *nptr, char **endptr) argument
72 return (float)strtod(nptr, endptr);
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
H A Dstdlib.h68 extern double strtod(const char *nptr, char **endptr);
70 static __inline__ float strtof(const char *nptr, char **endptr) argument
72 return (float)strtod(nptr, endptr);
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
H A Dstdlib.h66 extern double strtod(const char *nptr, char **endptr);
68 static __inline__ float strtof(const char *nptr, char **endptr) argument
70 return (float)strtod(nptr, endptr);
/prebuilts/ndk/5/platforms/android-4/arch-arm/usr/include/
H A Dstdlib.h66 extern double strtod(const char *nptr, char **endptr);
68 static __inline__ float strtof(const char *nptr, char **endptr) argument
70 return (float)strtod(nptr, endptr);
/prebuilts/ndk/5/platforms/android-5/arch-arm/usr/include/
H A Dstdlib.h66 extern double strtod(const char *nptr, char **endptr);
68 static __inline__ float strtof(const char *nptr, char **endptr) argument
70 return (float)strtod(nptr, endptr);
/prebuilts/ndk/5/platforms/android-8/arch-arm/usr/include/
H A Dstdlib.h67 extern double strtod(const char *nptr, char **endptr);
69 static __inline__ float strtof(const char *nptr, char **endptr) argument
71 return (float)strtod(nptr, endptr);
/prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
H A Dstdlib.h67 extern double strtod(const char *nptr, char **endptr);
69 static __inline__ float strtof(const char *nptr, char **endptr) argument
71 return (float)strtod(nptr, endptr);
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
H A Dstdlib.h66 extern double strtod(const char *nptr, char **endptr);
68 static __inline__ float strtof(const char *nptr, char **endptr) argument
70 return (float)strtod(nptr, endptr);
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
H A Dstdlib.h66 extern double strtod(const char *nptr, char **endptr);
68 static __inline__ float strtof(const char *nptr, char **endptr) argument
70 return (float)strtod(nptr, endptr);
/prebuilts/ndk/6/platforms/android-4/arch-arm/usr/include/
H A Dstdlib.h66 extern double strtod(const char *nptr, char **endptr);
68 static __inline__ float strtof(const char *nptr, char **endptr) argument
70 return (float)strtod(nptr, endptr);
/prebuilts/ndk/6/platforms/android-4/arch-x86/usr/include/
H A Dstdlib.h66 extern double strtod(const char *nptr, char **endptr);
68 static __inline__ float strtof(const char *nptr, char **endptr) argument
70 return (float)strtod(nptr, endptr);
/prebuilts/ndk/6/platforms/android-5/arch-arm/usr/include/
H A Dstdlib.h66 extern double strtod(const char *nptr, char **endptr);
68 static __inline__ float strtof(const char *nptr, char **endptr) argument
70 return (float)strtod(nptr, endptr);
/prebuilts/ndk/6/platforms/android-5/arch-x86/usr/include/
H A Dstdlib.h66 extern double strtod(const char *nptr, char **endptr);
68 static __inline__ float strtof(const char *nptr, char **endptr) argument
70 return (float)strtod(nptr, endptr);
/prebuilts/ndk/6/platforms/android-8/arch-arm/usr/include/
H A Dstdlib.h67 extern double strtod(const char *nptr, char **endptr);
69 static __inline__ float strtof(const char *nptr, char **endptr) argument
71 return (float)strtod(nptr, endptr);
/prebuilts/ndk/6/platforms/android-8/arch-x86/usr/include/
H A Dstdlib.h67 extern double strtod(const char *nptr, char **endptr);
69 static __inline__ float strtof(const char *nptr, char **endptr) argument
71 return (float)strtod(nptr, endptr);
/prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/
H A Dstdlib.h67 extern double strtod(const char *nptr, char **endptr);
69 static __inline__ float strtof(const char *nptr, char **endptr) argument
71 return (float)strtod(nptr, endptr);

Completed in 253 milliseconds

1234567891011>>