Home
last modified time | relevance | path

Searched refs:wcstold (Results 1 - 8 of 8) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/stdlib/
H A Dwcstold.c37 wchar_t str0[] = L"3.14wcstold"; in wcstold_0100()
40 wchar_t str1[] = L"wcstold"; in wcstold_0100()
41 long double val = wcstold(str0, &end); in wcstold_0100()
58 long double val = wcstold(str, &end); in wcstold_0200()
72 long double val = wcstold(str, &end); in wcstold_0300()
86 long double val = wcstold(str, &end); in wcstold_0400()
102 long double val = wcstold(str, &end); in wcstold_0500()
116 long double val = wcstold(str, &end); in wcstold_0600()
/third_party/musl/src/stdlib/
H A Dwcstod.c61 long double wcstold(const wchar_t *restrict s, wchar_t **restrict p) in wcstold() function
/third_party/musl/libc-test/src/api/
H A Dwchar.c67 {long double(*p)(const wchar_t*restrict,wchar_t**restrict) = wcstold;} in f()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dwchar.h98 long double wcstold (const wchar_t *__restrict, wchar_t **__restrict);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dwchar.h98 long double wcstold (const wchar_t *__restrict, wchar_t **__restrict);
/third_party/musl/porting/uniproton/kernel/include/
H A Dwchar.h98 long double wcstold (const wchar_t *__restrict, wchar_t **__restrict);
/third_party/musl/include/
H A Dwchar.h98 long double wcstold (const wchar_t *__restrict, wchar_t **__restrict);
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp508 extern long double wcstold (const wchar_t *__restrict __nptr,
14117 using ::wcstold;
14126 using ::__gnu_cxx::wcstold;
14147 using std::wcstold;
23207 { return __gnu_cxx::__stoa(&std::wcstold, "stold", __str.c_str(), __idx); }
[all...]

Completed in 26 milliseconds