Searched refs:__strtof_impl (Results 1 – 1 of 1) sorted by relevance
225 #define __strtof_impl(s, pe) _strtof_l(s, pe, ClassicLocale::Get()) macro230 #define __strtof_impl(s, pe) strtof_l(s, pe, ClassicLocale::Get()) macro234 #define __strtof_impl(s, pe) static_cast<float>(strtod(s, pe)) macro261 *val = __strtof_impl(str, endptr); in strtoval_impl()266 #undef __strtof_impl