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

1 2 3 4 5 6 7 891011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
pystrtod.c 67 * This function behaves like the standard strtod() function
75 * locale-sensitive system strtod() function.
83 * This function resets %errno before calling strtod() so that
117 Use system strtod; since strtod is locale aware, we may
120 Note that unlike _Py_dg_strtod, the system strtod may not always give
159 the system strtod. This ensures that the result of an underflow
186 call strtod. On the other hand, if we find the current
236 val = strtod(copy, &fail_pos);
253 val = strtod(digits_pos, &fail_pos);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
pystrtod.c 67 * This function behaves like the standard strtod() function
75 * locale-sensitive system strtod() function.
83 * This function resets %errno before calling strtod() so that
117 Use system strtod; since strtod is locale aware, we may
120 Note that unlike _Py_dg_strtod, the system strtod may not always give
159 the system strtod. This ensures that the result of an underflow
186 call strtod. On the other hand, if we find the current
236 val = strtod(copy, &fail_pos);
253 val = strtod(digits_pos, &fail_pos);
    [all...]
  /external/libpng/contrib/tools/
genpng.c 134 double w = strtod(arg, &ep);
148 double w = strtod(arg, &ep);
  /external/ltp/testcases/kernel/ipc/pipeio/
pipeio.c 348 d = strtod(optarg, &cp);
362 d = strtod(optarg, &cp);
  /external/python/cpython2/Python/
pystrtod.c 67 * This function behaves like the standard strtod() function
75 * locale-sensitive system strtod() function.
83 * This function resets %errno before calling strtod() so that
117 Use system strtod; since strtod is locale aware, we may
120 Note that unlike _Py_dg_strtod, the system strtod may not always give
159 the system strtod. This ensures that the result of an underflow
186 call strtod. On the other hand, if we find the current
236 val = strtod(copy, &fail_pos);
253 val = strtod(digits_pos, &fail_pos)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdlib.h 165 extern double strtod (__const char *__restrict __nptr,
281 return strtod (__nptr, (char **) NULL);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdlib.h 165 extern double strtod (__const char *__restrict __nptr,
281 return strtod (__nptr, (char **) NULL);
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
perlprimtypes.swg 338 v = strtod(nptr, &endptr);
  /prebuilts/ndk/r11/sources/android/support/
Android.mk 26 src/stdio/strtod.c \
  /prebuilts/ndk/r13/sources/android/support/
Android.mk 26 src/stdio/strtod.c \
  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
gdtoaimp.h 53 * before invoking strtod or dtoa. If the machine uses (the equivalent
62 /* strtod for IEEE-, VAX-, and IBM-arithmetic machines.
64 * This strtod returns a nearest machine number to the input decimal
133 * conversions by strtod of strings of 800 digits and all gdtoa
137 * #define INFNAN_CHECK on IEEE systems to cause strtod to check for
163 * #define -DNO_ERRNO to suppress setting errno (in strtod.c and
586 extern double strtod (const char *s00, char **se);
595 * NAN_WORD0 and NAN_WORD1 are only referenced in strtod.c. Prior to
  /external/curl/src/
tool_paramhlp.c 204 double num = strtod(str, &endptr);
  /external/e2fsprogs/misc/
e2fuzz.c 339 user_corrupt_pct = strtod(optarg, NULL);
  /external/iptables/extensions/
libxt_rateest.c 91 double bps = strtod(str, &p);
  /external/libcups/cups/
string.c 525 return (strtod(temp, NULL));
  /external/llvm/examples/Kaleidoscope/Chapter2/
toy.cpp 69 NumVal = strtod(NumStr.c_str(), nullptr);
  /external/skia/tools/flags/
SkCommandLineFlags.cpp 324 ignore_result(strtod(argv[i+1], &end));
  /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);
  /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
  /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/fmtlib/test/
posix-test.cc 392 TEST(LocaleTest, Strtod) {
395 EXPECT_EQ(4.2, locale.strtod(ptr));
  /external/iw/
interface.c 571 rate = strtod(argv[0], &end);
  /external/libchrome/base/strings/
string_number_conversions.cc 426 *output = strtod(input.c_str(), &endptr);

Completed in 1552 milliseconds

1 2 3 4 5 6 7 891011>>