Searched refs:strtof_l (Results 1 – 16 of 16) sorted by relevance
/external/libcxx/include/support/android/ |
D | locale_bionic.h | 49 inline _LIBCPP_INLINE_VISIBILITY float strtof_l(const char* __nptr, char** __endptr, in strtof_l() function
|
/external/mesa3d/src/util/ |
D | strtod.c | 79 return strtof_l(s, end, loc); in _mesa_strtof()
|
/external/libcxx/include/support/win32/ |
D | locale_win32.h | 137 #define strtof_l _strtof_l macro 140 float strtof_l(const char*, char**, locale_t);
|
/external/libcxx/include/support/xlocale/ |
D | __strtonum_fallback.h | 23 inline _LIBCPP_INLINE_VISIBILITY float strtof_l(const char *nptr, in strtof_l() function
|
/external/libcxx/include/support/solaris/ |
D | xlocale.h | 57 float strtof_l(const char *__nptr, char **__endptr, in strtof_l() function
|
/external/libcxx/src/support/win32/ |
D | locale_win32.cpp | 114 float strtof_l(const char* nptr, char** endptr, locale_t loc) { in strtof_l() function
|
/external/flatbuffers/include/flatbuffers/ |
D | util.h | 230 #define __strtof_impl(s, pe) strtof_l(s, pe, ClassicLocale::Get())
|
/external/flatbuffers/ |
D | CMakeLists.txt | 50 check_cxx_symbol_exists(strtof_l stdlib.h FLATBUFFERS_LOCALE_INDEPENDENT)
|
/external/flatbuffers/docs/source/ |
D | CppUsage.md | 534 locale-independent or locale-narrow functions `strtof_l`, `strtod_l`, 544 - `check_cxx_symbol_exists(strtof_l stdlib.h)`: CMake check of `strtod_f`
|
/external/mesa3d/ |
D | meson.build | 866 float f = strtof_l(s, end, loc);
|
D | configure.ac | 884 float f = strtof_l(s, end, loc);
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 1663 TEST_STRTO_FLOAT_LOC(strtof_l, char, )
|
/external/libcxx/lib/abi/3.9/ |
D | x86_64-linux-gnu.abilist | 1972 {'type': 'FUNC', 'name': 'strtof_l@GLIBC_2.3'}
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 3005 fun:strtof_l=uninstrumented
|
/external/libcxx/include/ |
D | locale | 809 return strtof_l(__a, __p2, _LIBCPP_GET_C_LOCALE);
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 214 PUBLIC 3ae10 0 strtof_l
|