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

1 2 3 4 5 6 7 8 91011>>

  /external/libcxx/include/support/solaris/
floatingpoint.h 11 #define strtod sun_strtod macro
14 #undef strtod macro
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/support/solaris/
floatingpoint.h 11 #define strtod sun_strtod macro
14 #undef strtod macro
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/support/solaris/
floatingpoint.h 11 #define strtod sun_strtod macro
14 #undef strtod macro
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/support/solaris/
floatingpoint.h 11 #define strtod sun_strtod macro
14 #undef strtod macro
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/support/solaris/
floatingpoint.h 11 #define strtod sun_strtod macro
14 #undef strtod macro
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/support/solaris/
floatingpoint.h 11 #define strtod sun_strtod macro
14 #undef strtod macro
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/support/solaris/
floatingpoint.h 11 #define strtod sun_strtod macro
14 #undef strtod macro
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/support/solaris/
floatingpoint.h 11 #define strtod sun_strtod macro
14 #undef strtod macro
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/support/solaris/
floatingpoint.h 11 #define strtod sun_strtod macro
14 #undef strtod macro
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/support/solaris/
floatingpoint.h 11 #define strtod sun_strtod macro
14 #undef strtod macro
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/support/solaris/
floatingpoint.h 11 #define strtod sun_strtod macro
14 #undef strtod macro
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/support/solaris/
floatingpoint.h 11 #define strtod sun_strtod macro
14 #undef strtod macro
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/support/solaris/
floatingpoint.h 11 #define strtod sun_strtod macro
14 #undef strtod macro
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/support/solaris/
floatingpoint.h 11 #define strtod sun_strtod macro
14 #undef strtod macro
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/support/solaris/
floatingpoint.h 11 #define strtod sun_strtod macro
14 #undef strtod macro
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/support/solaris/
floatingpoint.h 11 #define strtod sun_strtod macro
14 #undef strtod macro
  /bionic/libc/bionic/
atof.cpp 33 // specified to be equivalent to strtod.
34 return strtod(s, NULL);
strtold.cpp 43 return strtod(s, end_ptr);
  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
atof.c 21 return (strtod(string, NULL));
  /external/syslinux/com32/include/
math.h 13 double strtod(const char *, char **);
  /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
17 return (long double)strtod( nptr, endptr);
  /external/mesa3d/src/util/
strtod.c 37 #include "strtod.h"
57 * Wrapper around strtod which uses the "C" locale so the decimal
66 return strtod(s, end);
83 return (float) strtod(s, end);
  /device/linaro/bootloader/edk2/StdLib/LibC/Locale/
wcstod.c 49 #define _STRTOD_FUNC strtod
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stdlib-ldbl.h 26 __LDBL_REDIR1_DECL (strtold, strtod)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stdlib-ldbl.h 26 __LDBL_REDIR1_DECL (strtold, strtod)

Completed in 577 milliseconds

1 2 3 4 5 6 7 8 91011>>