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

1 2

  /device/linaro/bootloader/edk2/StdLib/LibC/Locale/
wcstod.c 1 /* $NetBSD: wcstod.c,v 1.12 2006/04/16 17:03:32 christos Exp $ */
31 __RCSID("$NetBSD: wcstod.c,v 1.12 2006/04/16 17:03:32 christos Exp $");
43 //__strong_alias(_wcstod,wcstod)
44 //__weak_alias(wcstod,_wcstod)
47 #define _FUNCNAME wcstod
Locale.inf 48 wcstod.c #
  /bionic/libc/bionic/
wcstod.cpp 40 float_type wcstod(const wchar_t* str, wchar_t** end, float_type strtod_fn(const char*, char**)) { function
97 return wcstod<float>(s, end, strtof);
100 double wcstod(const wchar_t* s, wchar_t** end) { function
101 return wcstod<double>(s, end, strtod);
105 return wcstod<long double>(s, end, strtold);
wchar_l.cpp 53 return wcstod(s, end_ptr);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
wchar-ldbl.h 48 __LDBL_REDIR1_DECL (wcstold, wcstod);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
wchar-ldbl.h 48 __LDBL_REDIR1_DECL (wcstold, wcstod);
  /prebuilts/ndk/r16/sources/android/support/src/
wcstox.cpp 101 double wcstod(const wchar_t *restrict s, wchar_t **restrict p) { function
  /bionic/libc/include/
wchar.h 97 double wcstod(const wchar_t* __s, wchar_t** __end_ptr);
105 long double wcstold(const wchar_t* __s, wchar_t** __end_ptr) __RENAME_LDBL(wcstod, 3, 21);
  /bionic/tests/headers/posix/
wchar_h.c 102 FUNCTION(wcstod, double (*f)(const wchar_t*, wchar_t**));
  /device/linaro/bootloader/edk2/StdLib/Include/
wchar.h 68 double wcstod (const wchar_t * __restrict nptr,
    [all...]
  /bionic/tests/
wchar_test.cpp 859 TEST(wchar, wcstod) {
860 TestWcsToFloat(wcstod);
864 TestWcsToFloatHexFloats(wcstod);
868 TestWcsToFloatInfNan(wcstod);
  /external/libcxx/test/std/depr/depr.c.headers/
wchar_h.pass.cpp 70 static_assert((std::is_same<decltype(wcstod(L"", (wchar_t**)0)), double>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
wchar_h.pass.cpp 70 static_assert((std::is_same<decltype(wcstod(L"", (wchar_t**)0)), double>::value), "");
  /bionic/libc/stdio/
vfwscanf.c 619 double res = wcstod(buf, &p);
  /external/libcxx/src/
string.cpp 236 return as_float_helper<double>( func, s, idx, wcstod );
  /external/libcxx/test/std/strings/c.strings/
cwchar.pass.cpp 69 static_assert((std::is_same<decltype(std::wcstod(L"", (wchar_t**)0)), double>::value), "");
  /external/pdfium/xfa/fxfa/fm2js/
cxfa_fmlexer.cpp 374 wcstod(const_cast<wchar_t*>(m_cursor), &end);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
string.cpp 239 return as_float_helper<double>( func, s, idx, wcstod );
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/c.strings/
cwchar.pass.cpp 69 static_assert((std::is_same<decltype(std::wcstod(L"", (wchar_t**)0)), double>::value), "");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdlib.h 482 double __cdecl wcstod(const wchar_t * __restrict__ _Str,wchar_t ** __restrict__ _EndPtr){ function
491 double __cdecl wcstod(const wchar_t * __restrict__ _Str,wchar_t ** __restrict__ _EndPtr);
wchar.h 784 double __cdecl wcstod(const wchar_t * __restrict__ _Str,wchar_t ** __restrict__ _EndPtr){ function
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
vfwscanf.c 735 double res = wcstod(buf, &p);
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 455 INTERCEPTORS_STRTO(double, wcstod, wchar_t) // NOLINT
    [all...]
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
namespace.h 639 #define wcstod _wcstod
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
wchar.h 447 extern double wcstod (__const wchar_t *__restrict __nptr,

Completed in 582 milliseconds

1 2