Home
last modified time | relevance | path

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

/third_party/flatbuffers/include/flatbuffers/
Dutil.h237 #define __strtof_impl(s, pe) _strtof_l(s, pe, ClassicLocale::Get()) macro
242 #define __strtof_impl(s, pe) strtof_l(s, pe, ClassicLocale::Get()) macro
246 #define __strtof_impl(s, pe) static_cast<float>(strtod(s, pe)) macro