HomeSort by relevance Sort by last modified time
    Searched refs:strtold (Results 26 - 50 of 124) sorted by null

12 3 4 5

  /external/chromium_org/third_party/cython/src/Cython/Includes/libc/
stdlib.pxd 20 long double strtold (const char *string, char **tailptr)
  /external/libcxx/include/support/ibm/
xlocale.h 289 return strtold(__nptr, __endptr);
  /external/libcxx/include/support/solaris/
xlocale.h 138 return strtold(__nptr, __endptr);
  /external/libcxx/test/language.support/support.runtime/
cstdlib.pass.cpp 49 static_assert((std::is_same<decltype(std::strtold("", endptr)), long double>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
xlocale.h 289 return strtold(__nptr, __endptr);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
xlocale.h 138 return strtold(__nptr, __endptr);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/
cstdlib.pass.cpp 49 static_assert((std::is_same<decltype(std::strtold("", endptr)), long double>::value), "");
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
xlocale.h 289 return strtold(__nptr, __endptr);
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
xlocale.h 138 return strtold(__nptr, __endptr);
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 609 /// long double strtold(const char *nptr, char **endptr);
610 strtold, enumerator in enum:llvm::LibFunc::Func
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 661 /* Define to 1 if you have the `strtold' function. */
1408 # define strtold macro
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 661 /* Define to 1 if you have the `strtold' function. */
1408 # define strtold macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 661 /* Define to 1 if you have the `strtold' function. */
1408 # define strtold macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 661 /* Define to 1 if you have the `strtold' function. */
1408 # define strtold macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
c++config.h 661 /* Define to 1 if you have the `strtold' function. */
1408 # define strtold macro
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 661 /* Define to 1 if you have the `strtold' function. */
1408 # define strtold macro
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 661 /* Define to 1 if you have the `strtold' function. */
1408 # define strtold macro
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
c++config.h 661 /* Define to 1 if you have the `strtold' function. */
1408 # define strtold macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi/include/bits/
c++config.h 661 /* Define to 1 if you have the `strtold' function. */
1408 # define strtold macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include/bits/
c++config.h 661 /* Define to 1 if you have the `strtold' function. */
1408 # define strtold macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/mips/include/bits/
c++config.h 661 /* Define to 1 if you have the `strtold' function. */
1408 # define strtold macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/x86/include/bits/
c++config.h 661 /* Define to 1 if you have the `strtold' function. */
1408 # define strtold macro
    [all...]
  /external/libcxx/src/
string.cpp 225 return as_float_helper<long double>( func, s, idx, strtold );
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
string.cpp 225 return as_float_helper<long double>( func, s, idx, strtold );
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/x86_64-linux/32/bits/
c++config.h 779 /* Define to 1 if you have the `strtold' function. */
1546 # define strtold macro
    [all...]

Completed in 610 milliseconds

12 3 4 5