Home
last modified time | relevance | path

Searched refs:strtod_l (Results 1 – 24 of 24) sorted by relevance

/external/libcxx/include/support/android/
Dlocale_bionic.h54 inline _LIBCPP_INLINE_VISIBILITY double strtod_l(const char* __nptr, in strtod_l() function
/external/mesa3d/src/util/
Dstrtod.c64 return strtod_l(s, end, loc); in _mesa_strtod()
/external/ImageMagick/MagickCore/
Dnt-base.h232 #if !defined(strtod_l)
233 #define strtod_l _strtod_l macro
Dlocale.c1024 value=strtod_l(string,&q,locale); in InterpretLocaleValue()
/external/libcxx/include/support/xlocale/
D__strtonum_fallback.h28 inline _LIBCPP_INLINE_VISIBILITY double strtod_l(const char *nptr, in strtod_l() function
/external/libcxx/include/support/solaris/
Dxlocale.h62 double strtod_l(const char *__nptr, char **__endptr, in strtod_l() function
/external/harfbuzz_ng/src/
Dhb-common.cc777 #define strtod_l(a, b, c) _strtod_l ((a), (b), (c)) macro
838 v = strtod_l (p, &pend, get_C_locale ()); in parse_float()
/external/libcxx/include/support/win32/
Dlocale_win32.h135 #define strtod_l _strtod_l macro
/external/flatbuffers/include/flatbuffers/
Dutil.h229 #define __strtod_impl(s, pe) strtod_l(s, pe, ClassicLocale::Get())
/external/flatbuffers/
DCMakeLists.txt45 # Auto-detect locale-narrow 'strtod_l' function.
/external/harfbuzz_ng/
Dconfigure.ac80 AC_CHECK_FUNCS(atexit mprotect sysconf getpagesize mmap isatty newlocale strtod_l posix_memalign)
DCMakeLists.txt113 check_funcs(atexit mprotect sysconf getpagesize mmap isatty newlocale strtod_l round)
/external/icu/icu4c/source/test/depstest/
Ddependencies.txt56 atoi atol strtod strtod_l strtol strtoul
/external/flatbuffers/docs/source/
DCppUsage.md534 locale-independent or locale-narrow functions `strtof_l`, `strtod_l`,
/external/mesa3d/
Dmeson.build865 double d = strtod_l(s, end, loc);
Dconfigure.ac883 double d = strtod_l(s, end, loc);
/external/ImageMagick/config/
Dconfig.h.in507 /* Define to 1 if you have the `strtod_l' function. */
/external/icu/icu4c/source/
Dconfigure.ac882 AC_CHECK_FUNC(strtod_l)
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc1664 TEST_STRTO_FLOAT_LOC(strtod_l, char, )
/external/libcxx/lib/abi/3.9/
Dx86_64-linux-gnu.abilist1970 {'type': 'FUNC', 'name': 'strtod_l@GLIBC_2.3'}
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt3003 fun:strtod_l=uninstrumented
/external/ImageMagick/
Dconfigure.ac1223 …setvbuf stat strchr strrchr strcspn strdup strpbrk strspn strstr strtod strtod_l strtol strtoul sy…
Dconfigure26863 …setvbuf stat strchr strrchr strcspn strdup strpbrk strspn strstr strtod strtod_l strtol strtoul sy…
/external/libcxx/include/
Dlocale815 return strtod_l(__a, __p2, _LIBCPP_GET_C_LOCALE);