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

1 2 3 4 5 67 8 91011>>

  /external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter3/
toy.cpp 56 NumVal = strtod(NumStr.c_str(), 0);
  /external/webrtc/webrtc/base/
json.cc 115 val = strtod(c_str, &end_ptr);
  /frameworks/native/opengl/tests/hwc/
hwcColorEquiv.cpp 185 endDelay = strtod(optarg, &chptr);
hwcRects.cpp 216 endDelay = strtod(optarg, &chptr);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
StringExtras.h 168 return detail::to_float(T, Num, strtod);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
StringExtras.h 168 return detail::to_float(T, Num, strtod);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
StringExtras.h 168 return detail::to_float(T, Num, strtod);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
StringExtras.h 168 return detail::to_float(T, Num, strtod);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
StringExtras.h 168 return detail::to_float(T, Num, strtod);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
StringExtras.h 168 return detail::to_float(T, Num, strtod);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
StringExtras.h 168 return detail::to_float(T, Num, strtod);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
StringExtras.h 168 return detail::to_float(T, Num, strtod);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdlib.h 396 double __cdecl __MINGW_NOTHROW strtod(const char * __restrict__ _Str,char ** __restrict__ _EndPtr) function
411 double __cdecl __MINGW_NOTHROW strtod(const char * __restrict__ _Str,char ** __restrict__ _EndPtr);
416 /* libmingwex.a provides a c99-compliant strtod() exported as __strtod() */
420 #define strtod __strtod macro
  /external/flatbuffers/src/
idl_parser.cpp 137 *val = static_cast<float>(strtod(s, nullptr));
143 *val = strtod(s, nullptr);
399 // and C++ (through strtod() we use) have the same format:
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gdtoaimp.h 42 * before invoking strtod or dtoa. If the machine uses (the equivalent
51 /* strtod for IEEE-, VAX-, and IBM-arithmetic machines.
53 * This strtod returns a nearest machine number to the input decimal
136 * conversions by strtod of strings of 800 digits and all gdtoa
142 * when INFNAN_CHECK is #defined, strtod checks
167 * precision conversions (which could also be done by the strtod in
171 * #define -DNO_ERRNO to suppress setting errno (in strtod.c and
613 extern double strtod ANSI((const char *s00, char **se));
622 * NAN_WORD0 and NAN_WORD1 are only referenced in strtod.c. Prior to
  /external/harfbuzz_ng/src/
hb-common.cc 767 v = strtod (p, &pend);
  /external/iw/
interface.c 571 rate = strtod(argv[0], &end);
  /external/libchrome/base/strings/
string_number_conversions.cc 427 *output = strtod(input.c_str(), &endptr);
  /external/libcxx/src/
string.cpp 212 return as_float_helper<double>( func, s, idx, strtod );
  /external/llvm/examples/Kaleidoscope/Chapter3/
toy.cpp 70 NumVal = strtod(NumStr.c_str(), nullptr);
  /external/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 79 NumVal = strtod(NumStr.c_str(), nullptr);
  /external/ltp/testcases/network/stress/ns-tools/
ns-icmpv4_sender.c 227 opt_d = strtod(optarg, NULL);
  /external/one-true-awk/
lex.c 148 strtod(buf, &rem); /* parse the number */
  /external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter4/
toy.cpp 63 NumVal = strtod(NumStr.c_str(), 0);
  /external/v8/src/
flags.cc 449 *flag->float_variable() = strtod(value, &endp);

Completed in 1492 milliseconds

1 2 3 4 5 67 8 91011>>