HomeSort by relevance Sort by last modified time
    Searched refs:strtod (Results 1 - 25 of 360) 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/linux-x86/clang-4053586/include/c++/v1/support/solaris/
floatingpoint.h 11 #define strtod sun_strtod macro
14 #undef strtod macro
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
floatingpoint.h 11 #define strtod sun_strtod macro
14 #undef strtod macro
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
floatingpoint.h 11 #define strtod sun_strtod macro
14 #undef strtod macro
  /prebuilts/ndk/r13/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 41 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
  /bionic/libc/include/android/
legacy_stdlib_inlines.h 42 return (float)strtod(nptr, endptr);
45 static __inline double atof(const char *nptr) { return (strtod(nptr, NULL)); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/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/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)
  /system/core/base/include/android-base/
parsedouble.h 36 double result = strtod(s, &end);
  /external/protobuf/src/google/protobuf/io/
strtod.cc 31 #include <google/protobuf/io/strtod.h>
86 double result = strtod(text, &temp_endptr);
96 result = strtod(localized_cstr, &localized_endptr);
104 // const_cast is necessary to match the strtod() interface.
  /development/ndk/platforms/android-9/include/
stdlib.h 68 extern double strtod(const char *nptr, char **endptr);
72 return (float)strtod(nptr, endptr);
81 return (strtod(nptr, NULL));
  /prebuilts/ndk/r11/sources/android/support/src/
stdlib_support.c 39 return strtod(nptr, endptr);
  /prebuilts/ndk/r13/sources/android/support/src/
stdlib_support.c 39 return strtod(nptr, endptr);
  /development/ndk/platforms/android-16/include/
stdlib.h 71 extern double strtod(const char *nptr, char **endptr);
75 return (float)strtod(nptr, endptr);
84 return (strtod(nptr, NULL));
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/
stdlib.h 68 extern double strtod(const char *nptr, char **endptr) __NDK_FPABI__;
73 return (float)strtod(nptr, endptr);
83 return (strtod(nptr, NULL));
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/
stdlib.h 68 extern double strtod(const char *nptr, char **endptr) __NDK_FPABI__;
73 return (float)strtod(nptr, endptr);
83 return (strtod(nptr, NULL));

Completed in 1329 milliseconds

1 2 3 4 5 6 7 8 91011>>