HomeSort by relevance Sort by last modified time
    Searched refs:atof (Results 126 - 150 of 203) sorted by null

1 2 3 4 56 7 8 9

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h 145 extern double atof (__const char *__nptr)
279 __NTH (atof (__const char *__nptr)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h 145 extern double atof (__const char *__nptr)
279 __NTH (atof (__const char *__nptr)) function
  /external/aac/libSYS/src/
genericStds.cpp 367 float FDKatof(const char *nptr) { return (float)atof(nptr); }
  /external/chromium_org/chrome/browser/media/
chrome_webrtc_audio_quality_browsertest.cc 318 return atof(value.c_str()) != 0 || value == "0";
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 122 /// double atof(const char *str);
123 atof, enumerator in enum:llvm::LibFunc::Func
  /external/qemu/distrib/sdl-1.2.15/
android-configure.sh 365 sdl_check_funcs strtod atoi atof strcmp strncmp _stricmp strcasecmp _strnicmp
  /external/skia/tools/
bbh_shootout.cpp 300 SkScalar cpuTime = SkDoubleToScalar(atof(timerResult.c_str() + pos + sizeof(findStr) - 1));
301 if (cpuTime == 0) { // atof returns 0.0 on error.
  /frameworks/base/libs/hwui/
GradientCache.cpp 71 setMaxSize(MB(atof(property)));
  /system/core/toolbox/
schedtop.c 288 delay_f = atof(optarg);
  /external/libpng/contrib/gregbook/
rpng2-win.c 307 sgi_gamma = atof(tmpline);
331 rpng2_info.display_exponent = atof(p);
368 rpng2_info.display_exponent = atof(*argv);
    [all...]
rpng2-x.c 345 sgi_gamma = atof(tmpline);
369 rpng2_info.display_exponent = atof(p);
386 rpng2_info.display_exponent = atof(*argv);
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
run.c 425 fldtab[0]->fval = atof(fldtab[0]->sval);
1254 setsymtab(num, s, atof(s), STR|NUM, (Array *) ap->sval);
1273 setsymtab(num, s, atof(s), STR|NUM, (Array *) ap->sval);
1293 setsymtab(num, t, atof(t), STR|NUM, (Array *) ap->sval);
1308 setsymtab(num, buf, atof(buf), STR|NUM, (Array *) ap->sval);
1322 setsymtab(num, t, atof(t), STR|NUM, (Array *) ap->sval);
    [all...]
lex.c 193 yylval.cp = setsymtab(buf, tostring(buf), atof(buf), CON|NUM, symtab);
  /cts/suite/audio_quality/lib/src/task/
TaskProcess.cpp 280 double value = atof(item[1].string());
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_stdinc.h 535 #define SDL_atof atof
  /frameworks/wilhelm/tests/automated/
BufferQueue_test.cpp 466 float volume = atof(VOLUME);
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_script.cpp 367 compensation = atof(cmd + 1);
    [all...]
  /packages/experimental/procstatlog/
procstatlog.c 379 long poll_usec = (long) (atof(argv[1]) * 1000000l);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
string.py 382 def atof(s): function
383 """atof(s) -> float
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
string.py 382 def atof(s): function
383 """atof(s) -> float
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 535 #define SDL_atof atof
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h 535 #define SDL_atof atof
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h 535 #define SDL_atof atof
  /external/libpng/
example.c 245 screen_gamma = atof(gamma_str);
  /external/llvm/lib/AsmParser/
LLLexer.cpp 852 APFloatVal = APFloat(std::atof(TokStart));
887 APFloatVal = APFloat(std::atof(TokStart));

Completed in 493 milliseconds

1 2 3 4 56 7 8 9