Searched refs:strtold_l (Results 1 – 9 of 9) sorted by relevance
/external/libcxx/include/support/android/ |
D | locale_bionic.h | 158 static inline long double strtold_l(const char *nptr, char **endptr, locale_t) { in strtold_l() function
|
/external/libcxx/include/support/win32/ |
D | locale_win32.h | 67 #define strtold_l _strtod_l macro
|
/external/libcxx/include/support/solaris/ |
D | xlocale.h | 136 long double strtold_l(const char *__nptr, char **__endptr, in strtold_l() function
|
/external/libcxx/include/support/ibm/ |
D | xlocale.h | 287 long double strtold_l(const char *__nptr, char **__endptr, in strtold_l() function
|
/external/ltrace/etc/ |
D | libc.so.conf | 257 ldouble strtold_l(string, +string*, locale_t);
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 392 INTERCEPTOR_STRTO_LOC(long double, strtold_l) // NOLINT in INTERCEPTOR_STRTO() 1530 INTERCEPT_FUNCTION(strtold_l); in InitializeInterceptors()
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 1591 TEST_STRTO_FLOAT_LOC(strtold_l) in TEST_STRTO_INT()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1204_abilist.txt | 3261 fun:strtold_l=uninstrumented
|
/external/libcxx/include/ |
D | locale | 937 long double __ld = strtold_l(__a, &__p2, _LIBCPP_GET_C_LOCALE);
|