HomeSort by relevance Sort by last modified time
    Searched defs:wcstof (Results 1 - 3 of 3) sorted by null

  /ndk/sources/android/support/src/wcstox/
wcstod.c 22 float wcstof(const wchar_t *restrict s, wchar_t **restrict p) function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdlib.h 477 float __cdecl wcstof(const wchar_t * __restrict__ _Str,wchar_t ** __restrict__ _EndPtr){ function
483 float __cdecl wcstof(const wchar_t * __restrict__ nptr, wchar_t ** __restrict__ endptr);
wchar.h 784 float __cdecl wcstof(const wchar_t * __restrict__ _Str,wchar_t ** __restrict__ _EndPtr){ function
    [all...]

Completed in 1240 milliseconds