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

1 2 3 45 6 7

  /ndk/sources/host-tools/nawk-20071023/
lex.c 148 strtod(buf, &rem); /* parse the number */
lib.c 677 /* strtod is supposed to be a proper test of what's a valid number */
687 r = strtod(s, &ep);
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 501 #define SDL_strtod strtod
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_stdinc.h 501 #define SDL_strtod strtod
  /prebuilt/windows/sdl/include/SDL/
SDL_stdinc.h 501 #define SDL_strtod strtod
  /external/iproute2/lib/
utils.c 110 t = strtod(arg,&p);
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 72 NumVal = strtod(NumStr.c_str(), 0);
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 77 NumVal = strtod(NumStr.c_str(), 0);
  /external/opencv/cxcore/src/
cxswitcher.cpp 258 cpu_info->frequency = strtod( pos + 1, &pos );
  /external/qemu/
net-android.c     [all...]
qemu-option.c 213 sizef = strtod(value, &postfix);
  /external/valgrind/main/coregrind/
m_libcbase.c 125 double VG_(strtod) ( Char* str, Char** endptr ) function
  /frameworks/base/core/jni/
android_database_CursorWindow.cpp 385 return sizeIncludingNull > 1 ? strtod(value, NULL) : 0.0;
  /bootable/recovery/updater/
install.c 306 double frac = strtod(frac_str, NULL);
325 double frac = strtod(frac_str, NULL);
    [all...]
  /device/samsung/crespo/libcamera/
SecCamera.cpp     [all...]
  /external/qemu/android/
console.c     [all...]
  /development/tools/emulator/system/gps/
gps_qemu.c 168 return strtod( temp, NULL );
  /external/clang/lib/Frontend/
InitHeaderSearch.cpp 286 double value = strtod(numBuf, NULL);
    [all...]
  /external/dropbear/
scp.c 345 speed = strtod(optarg, &endp);
  /external/libxml2/
triostr.c 1102 return strtod(source, endp);
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 81 NumVal = strtod(NumStr.c_str(), 0);
    [all...]
  /external/pcre/
pcrecpp.cc 878 double r = strtod(buf, &end);
  /external/webkit/Source/JavaScriptCore/parser/
Lexer.cpp 1014 // Null-terminate string for strtod.
1016 lvalp->doubleValue = WTF::strtod(m_buffer8.data(), 0);
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/text/
WTFString.cpp 960 double val = WTF::strtod(start, &end);
  /sdk/emulator/gps/
gps_qemu.c 168 return strtod( temp, NULL );

Completed in 8472 milliseconds

1 2 3 45 6 7