Home
last modified time | relevance | path

Searched refs:strtold_l (Results 1 – 9 of 9) sorted by relevance

/external/libcxx/include/support/android/
Dlocale_bionic.h158 static inline long double strtold_l(const char *nptr, char **endptr, locale_t) { in strtold_l() function
/external/libcxx/include/support/win32/
Dlocale_win32.h67 #define strtold_l _strtod_l macro
/external/libcxx/include/support/solaris/
Dxlocale.h136 long double strtold_l(const char *__nptr, char **__endptr, in strtold_l() function
/external/libcxx/include/support/ibm/
Dxlocale.h287 long double strtold_l(const char *__nptr, char **__endptr, in strtold_l() function
/external/ltrace/etc/
Dlibc.so.conf257 ldouble strtold_l(string, +string*, locale_t);
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc392 INTERCEPTOR_STRTO_LOC(long double, strtold_l) // NOLINT in INTERCEPTOR_STRTO()
1530 INTERCEPT_FUNCTION(strtold_l); in InitializeInterceptors()
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc1591 TEST_STRTO_FLOAT_LOC(strtold_l) in TEST_STRTO_INT()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1204_abilist.txt3261 fun:strtold_l=uninstrumented
/external/libcxx/include/
Dlocale937 long double __ld = strtold_l(__a, &__p2, _LIBCPP_GET_C_LOCALE);