Searched refs:wcstof (Results 1 – 10 of 10) sorted by relevance
96 float wcstof(const wchar_t* s, wchar_t** end) { in wcstof() function
57 return wcstof(s, end_ptr); in wcstof_l()
103 FUNCTION(wcstof, float (*f)(const wchar_t*, wchar_t**)); in wchar_h()
879 TEST(wchar, wcstof) { in TEST() argument880 TestWcsToFloat(wcstof); in TEST()884 TestWcsToFloatHexFloats(wcstof); in TEST()888 TestWcsToFloatInfNan(wcstof); in TEST()
99 float wcstof(const wchar_t* __s, wchar_t** __end_ptr) __INTRODUCED_IN(21);
622 float res = wcstof(buf, &p); in __vfwscanf()
1158 wcstof
194 …* <wchar.h> `wcstof`, `vfwscanf`/`vswscanf`/`vwscanf`, `wcstold_l`/`wcstoll`/`wcstoll_l`/`wcstoull…
1189 wcstof; # introduced=21