Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/
H A 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
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/
H A Dutil.h224 #define __strtof_impl(s, pe) _strtof_l(s, pe, ClassicLocale::Get()) macro
229 #define __strtof_impl(s, pe) strtof_l(s, pe, ClassicLocale::Get()) macro
233 #define __strtof_impl(s, pe) static_cast<float>(strtod(s, pe)) macro
/aosp_15_r20/external/flatbuffers/include/flatbuffers/
H A Dutil.h224 #define __strtof_impl(s, pe) _strtof_l(s, pe, ClassicLocale::Get()) macro
229 #define __strtof_impl(s, pe) strtof_l(s, pe, ClassicLocale::Get()) macro
233 #define __strtof_impl(s, pe) static_cast<float>(strtod(s, pe)) macro