Searched defs:__strtof_impl (Results 1 – 1 of 1) sorted by relevance
237 #define __strtof_impl(s, pe) _strtof_l(s, pe, ClassicLocale::Get()) macro242 #define __strtof_impl(s, pe) strtof_l(s, pe, ClassicLocale::Get()) macro246 #define __strtof_impl(s, pe) static_cast<float>(strtod(s, pe)) macro