HomeSort by relevance Sort by last modified time
    Searched refs:wcstold (Results 51 - 75 of 82) sorted by null

1 23 4

  /prebuilts/ndk/r13/sources/android/support/include/
wchar.h 146 long double wcstold (const wchar_t *__restrict__, wchar_t **__restrict__);
  /external/libcxx/test/std/depr/depr.c.headers/
wchar_h.pass.cpp 72 static_assert((std::is_same<decltype(wcstold(L"", (wchar_t**)0)), long double>::value), "");
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
wchar_h.pass.cpp 69 static_assert((std::is_same<decltype(wcstold(L"", (wchar_t**)0)), long double>::value), "");
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
wchar_h.pass.cpp 64 static_assert((std::is_same<decltype(wcstold(L"", (wchar_t**)0)), long double>::value), "");
  /bionic/libc/stdio/
vfwscanf.c 693 long double res = wcstold(buf, &p);
  /external/libcxx/src/
string.cpp 250 return as_float_helper<long double>( func, s, idx, wcstold );
  /external/libcxx/test/std/strings/c.strings/
cwchar.pass.cpp 71 static_assert((std::is_same<decltype(std::wcstold(L"", (wchar_t**)0)), long double>::value), "");
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/src/
string.cpp 249 return as_float_helper<long double>( func, s, idx, wcstold );
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
cwchar.pass.cpp 69 static_assert((std::is_same<decltype(std::wcstold(L"", (wchar_t**)0)), long double>::value), "");
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/
string.cpp 250 return as_float_helper<long double>( func, s, idx, wcstold );
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/strings/c.strings/
cwchar.pass.cpp 71 static_assert((std::is_same<decltype(std::wcstold(L"", (wchar_t**)0)), long double>::value), "");
  /bionic/tests/
wchar_test.cpp 742 TEST(wchar, wcstold) {
743 CheckWcsToFloat(wcstold);
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
vfwscanf.c 730 long double res = wcstold(buf, &p);
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 457 INTERCEPTORS_STRTO(long double, wcstold, wchar_t) // NOLINT
    [all...]
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
namespace.h 640 #define wcstold _wcstold
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
wchar.h 457 extern long double wcstold (__const wchar_t *__restrict __nptr,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
wchar.h 456 extern long double wcstold (__const wchar_t *__restrict __nptr,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdlib.h 489 /* wcstold is already a mingw implementation */
495 long double __cdecl wcstold(const wchar_t * __restrict__, wchar_t ** __restrict__);
wchar.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
basic_string.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
vstring.h     [all...]
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
basic_string.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
vstring.h     [all...]

Completed in 1956 milliseconds

1 23 4