Searched refs:wcstold (Results 1 - 8 of 8) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/stdlib/ |
H A D | wcstold.c | 37 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 D | wcstod.c | 61 long double wcstold(const wchar_t *restrict s, wchar_t **restrict p) in wcstold() function
|
/third_party/musl/libc-test/src/api/ |
H A D | wchar.c | 67 {long double(*p)(const wchar_t*restrict,wchar_t**restrict) = wcstold;} in f()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | wchar.h | 98 long double wcstold (const wchar_t *__restrict, wchar_t **__restrict);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | wchar.h | 98 long double wcstold (const wchar_t *__restrict, wchar_t **__restrict);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | wchar.h | 98 long double wcstold (const wchar_t *__restrict, wchar_t **__restrict);
|
/third_party/musl/include/ |
H A D | wchar.h | 98 long double wcstold (const wchar_t *__restrict, wchar_t **__restrict);
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 508 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