HomeSort by relevance Sort by last modified time
    Searched refs:strtod (Results 76 - 100 of 154) sorted by null

1 2 34 5 6 7

  /external/mesa3d/
Android.mk 100 src/glsl/strtod.c \
  /external/v8/
Android.v8common.mk 84 src/strtod.cc \
  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalObjectFunctions.cpp 267 number = WTF::strtod(s.substringSharingImpl(firstDigitPosition, p - firstDigitPosition).utf8().data(), 0);
319 // Copy the sting into a null-terminated byte buffer, and call strtod.
327 double number = WTF::strtod(byteBuffer.data(), &endOfNumber);
329 // Check if strtod found a number; if so return it.
LiteralParser.cpp 285 token.numberToken = WTF::strtod(buffer.data(), &end);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdlib.h 165 extern double strtod (__const char *__restrict __nptr,
281 return strtod (__nptr, (char **) NULL);
  /bionic/libc/stdlib/
wchar.c 287 return strtod( (const char*)nptr, (char**)endptr );
  /external/iproute2/tc/
q_netem.c 102 return strtod(arg, &p) != 0 || p != arg;
  /external/iptables/extensions/
libxt_rateest.c 90 double bps = strtod(str, &p);
  /external/llvm/examples/Kaleidoscope/Chapter3/
toy.cpp 56 NumVal = strtod(NumStr.c_str(), 0);
  /external/qemu/
cutils.c 334 val = strtod(nptr, &endptr);
  /external/qemu/distrib/sdl-1.2.12/
android-configure.sh 365 sdl_check_funcs strtod atoi atof strcmp strncmp _stricmp strcasecmp _strnicmp
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compat.h 136 *address = strtod(val.c_str(), &p);
  /frameworks/base/media/libstagefright/httplive/
M3UParser.cpp 466 double dval = strtod(s, &end);
  /frameworks/base/opengl/tests/hwc/
hwcColorEquiv.cpp 187 endDelay = strtod(optarg, &chptr);
hwcRects.cpp 219 endDelay = strtod(optarg, &chptr);
  /system/core/init/
bootchart.c 197 long long jiffies = 100LL*strtod(buff,NULL);
  /bionic/libc/stdio/
vfscanf.c 86 #define CT_FLOAT 4 /* floating, i.e., strtod */
608 /* scan a floating point number as if by strtod */
687 res = strtod(buf, (char **) NULL);
  /external/bluetooth/glib/glib/
gstrfuncs.c 336 * It calls the standard strtod() function to handle the conversion, but
363 val_1 = strtod (nptr, &fail_pos_1);
390 * This function behaves like the standard strtod() function
399 * locale-sensitive system strtod() function.
409 * This function resets %errno before calling strtod() so that
518 val = strtod (copy, &fail_pos);
541 val = strtod (copy, &fail_pos);
555 val = strtod (nptr, &fail_pos);
    [all...]
  /external/chromium/base/
string_number_conversions.cc 479 *output = dmg_fp::strtod(input.c_str(), &endptr);
  /external/dbus/tools/
dbus-send.c 80 d = strtod (value, NULL);
  /external/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 63 NumVal = strtod(NumStr.c_str(), 0);
  /external/qemu/android/
qemulator.c 296 scale = strtod( opts->scale, &end );
  /external/qemu/android/utils/
ini.c 365 double d = strtod(valueStr, &end);
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_stdinc.h 501 #define SDL_strtod strtod
  /external/v8/src/
flags.cc 399 *flag->float_variable() = strtod(value, &endp);

Completed in 657 milliseconds

1 2 34 5 6 7