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

  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/Ipf/
strtold.c 2 Wrapper for strtold so that it just calls strtod(). This is because the IPF implementation doesn't have
15 strtold(const char * __restrict nptr, char ** __restrict endptr) function
  /bionic/libc/bionic/
strtold.cpp 36 long double strtold(const char* s, char** end_ptr) { function
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
namespace.h 47 #define strtold _strtold macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
c++config.h 838 /* Define to 1 if you have the `strtold' function. */
1643 # define strtold macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
c++config.h 838 /* Define to 1 if you have the `strtold' function. */
1643 # define strtold macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
c++config.h 838 /* Define to 1 if you have the `strtold' function. */
1643 # define strtold macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
c++config.h 838 /* Define to 1 if you have the `strtold' function. */
1643 # define strtold macro
    [all...]
  /external/valgrind/perf/
tinycc.c 5374 #define strtold macro
5380 long double strtold(const char *nptr, char **endptr) function
    [all...]

Completed in 555 milliseconds