HomeSort by relevance Sort by last modified time
    Searched refs:strtod (Results 151 - 175 of 360) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/
stdlib.h 74 extern double strtod(const char*, char**) __LIBC_ABI_PUBLIC__ __NDK_FPABI__;
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/
stdlib.h 74 extern double strtod(const char*, char**) __LIBC_ABI_PUBLIC__ __NDK_FPABI__;
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_cstdlib.h 80 using _STLP_VENDOR_CSTD::strtod;
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_cstdlib.h 80 using _STLP_VENDOR_CSTD::strtod;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_strtod.py 28 def strtod(s, mant_dig=53, min_exp = -1021, max_exp = 1024): function
102 expected = strtod(s)
  /device/linaro/bootloader/edk2/StdLib/Include/Lua/
luaconf.h 49 #define LUA_USE_STRTODHEX /* assume 'strtod' handles hex formats */
58 #define LUA_USE_STRTODHEX /* assume 'strtod' handles hex formats */
416 ** In C99, 'strtod' does both conversions. C89, however, has no function
421 #define lua_str2number(s,p) strtod((s), (p))
424 #define lua_strx2number(s,p) strtod((s), (p))
  /external/google-benchmark/src/
sysinfo.cc 184 cpuinfo_cycles_per_second = strtod(freqstr + 1, &err) * 1000000.0;
191 bogo_clock = strtod(freqstr + 1, &err) * 1000000.0;
commandlineflags.cc 64 const double double_value = strtod(str, &end); // NOLINT
  /external/libcxx/utils/google-benchmark/src/
sysinfo.cc 182 cpuinfo_cycles_per_second = strtod(freqstr + 1, &err) * 1000000.0;
189 bogo_clock = strtod(freqstr + 1, &err) * 1000000.0;
commandlineflags.cc 64 const double double_value = strtod(str, &end); // NOLINT
  /external/skia/third_party/lua/src/
luaconf.h 47 #define LUA_USE_STRTODHEX /* assume 'strtod' handles hex formats */
56 #define LUA_USE_STRTODHEX /* assume 'strtod' handles hex formats */
417 ** In C99, 'strtod' does both conversions. C89, however, has no function
422 #define lua_str2number(s,p) strtod((s), (p))
425 #define lua_strx2number(s,p) strtod((s), (p))
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_strtod.py 28 def strtod(s, mant_dig=53, min_exp = -1021, max_exp = 1024): function
102 expected = strtod(s)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_strtod.py 28 def strtod(s, mant_dig=53, min_exp = -1021, max_exp = 1024): function
102 expected = strtod(s)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_strtod.py 28 def strtod(s, mant_dig=53, min_exp = -1021, max_exp = 1024): function
102 expected = strtod(s)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_strtod.py 28 def strtod(s, mant_dig=53, min_exp = -1021, max_exp = 1024): function
102 expected = strtod(s)
  /frameworks/native/opengl/tests/hwc/
hwcStress.cpp 254 perSetDelay = strtod(optarg, &chptr);
265 endDelay = strtod(optarg, &chptr);
274 duration = strtod(optarg, &chptr);
  /bionic/libc/include/
stdlib.h 77 double strtod(const char*, char**);
  /device/linaro/bootloader/arm-trusted-firmware/include/stdlib/
stdlib.h 97 double strtod(const char *__restrict, char **__restrict);
  /external/icu/icu4c/source/common/
cstring.h 91 #define uprv_strtod(source, end) U_STANDARD_CPP_NAMESPACE strtod(source, end)
  /external/iproute2/tc/
q_sfb.c 44 d = strtod(arg, &ptr);
  /external/iptables/extensions/
libxt_RATEEST.c 56 t = strtod(str, &p);
  /external/libcxx/test/std/depr/depr.c.headers/
stdlib_h.pass.cpp 77 static_assert((std::is_same<decltype(strtod("", endptr)), double>::value), "");
  /external/skia/src/utils/
SkParse.cpp 207 float v = (float)strtod(str, &stop);
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
support.h 55 _LIBCPP_ALWAYS_INLINE double strtod(const char *nptr, char **endptr) function
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
support.h 55 _LIBCPP_ALWAYS_INLINE double strtod(const char *nptr, char **endptr) function

Completed in 1155 milliseconds

1 2 3 4 5 67 8 91011>>