Home
last modified time | relevance | path

Searched refs:__strtof_impl (Results 1 – 1 of 1) sorted by relevance

/external/flatbuffers/include/flatbuffers/
Dutil.h225 #define __strtof_impl(s, pe) _strtof_l(s, pe, ClassicLocale::Get()) macro
230 #define __strtof_impl(s, pe) strtof_l(s, pe, ClassicLocale::Get()) macro
234 #define __strtof_impl(s, pe) static_cast<float>(strtod(s, pe)) macro
261 *val = __strtof_impl(str, endptr); in strtoval_impl()
266 #undef __strtof_impl