HomeSort by relevance Sort by last modified time
    Searched refs:wcstof (Results 1 - 25 of 28) sorted by null

1 2

  /device/linaro/bootloader/edk2/StdLib/LibC/Locale/
wcstof.c 1 /* $NetBSD: wcstof.c,v 1.2 2006/04/16 17:03:32 christos Exp $ */
31 __RCSID("$NetBSD: wcstof.c,v 1.2 2006/04/16 17:03:32 christos Exp $");
45 __strong_alias(_wcstof,wcstof)
46 __weak_alias(wcstof,_wcstof)
49 #define _FUNCNAME wcstof
Locale.inf 49 wcstof.c #
  /prebuilts/ndk/r16/sources/android/support/include/
wchar.h 42 float wcstof(const wchar_t*, wchar_t**);
  /bionic/libc/bionic/
wchar_l.cpp 57 return wcstof(s, end_ptr);
wcstod.cpp 96 float wcstof(const wchar_t* s, wchar_t** end) { function
  /prebuilts/ndk/r16/sources/android/support/src/
wcstox.cpp 93 float wcstof(const wchar_t* s, wchar_t** p) { function
  /bionic/tests/headers/posix/
wchar_h.c 103 FUNCTION(wcstof, float (*f)(const wchar_t*, wchar_t**));
  /device/linaro/bootloader/edk2/StdLib/Include/
wchar.h 70 float wcstof (const wchar_t * __restrict nptr,
    [all...]
  /bionic/libc/include/
wchar.h 99 float wcstof(const wchar_t* __s, wchar_t** __end_ptr) __INTRODUCED_IN(21);
  /bionic/tests/
wchar_test.cpp 847 TEST(wchar, wcstof) {
848 TestWcsToFloat(wcstof);
852 TestWcsToFloatHexFloats(wcstof);
856 TestWcsToFloatInfNan(wcstof);
  /external/libcxx/test/std/depr/depr.c.headers/
wchar_h.pass.cpp 71 static_assert((std::is_same<decltype(wcstof(L"", (wchar_t**)0)), float>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
wchar_h.pass.cpp 71 static_assert((std::is_same<decltype(wcstof(L"", (wchar_t**)0)), float>::value), "");
  /bionic/libc/stdio/
vfwscanf.c 622 float res = wcstof(buf, &p);
  /external/libcxx/src/
string.cpp 228 return as_float_helper<float>( func, s, idx, wcstof );
  /external/libcxx/test/std/strings/c.strings/
cwchar.pass.cpp 70 static_assert((std::is_same<decltype(std::wcstof(L"", (wchar_t**)0)), float>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
string.cpp 231 return as_float_helper<float>( func, s, idx, wcstof );
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/c.strings/
cwchar.pass.cpp 70 static_assert((std::is_same<decltype(std::wcstof(L"", (wchar_t**)0)), float>::value), "");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdlib.h 486 float __cdecl wcstof(const wchar_t * __restrict__ _Str,wchar_t ** __restrict__ _EndPtr){ function
492 float __cdecl wcstof(const wchar_t * __restrict__ nptr, wchar_t ** __restrict__ endptr);
wchar.h 788 float __cdecl wcstof(const wchar_t * __restrict__ _Str,wchar_t ** __restrict__ _EndPtr){ function
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
vfwscanf.c 739 float res = wcstof(buf, &p);
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 456 INTERCEPTORS_STRTO(float, wcstof, wchar_t) // NOLINT
    [all...]
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
namespace.h 638 #define wcstof _wcstof
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
wchar.h 454 extern float wcstof (__const wchar_t *__restrict __nptr,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
basic_string.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
vstring.h     [all...]

Completed in 1098 milliseconds

1 2