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

1 2 3 45 6 7 8 9

  /external/qemu/distrib/sdl-1.2.15/test/
testgamma.c 109 gamma = (float)atof(*argv);
  /frameworks/base/libs/hwui/
LayerCache.cpp 38 setMaxSize(MB(atof(property)));
TextureCache.cpp 43 setMaxSize(MB(atof(property)));
49 float flushRate = atof(property);
GammaFontRenderer.cpp 66 mGamma = atof(property);
TextDropShadowCache.cpp 103 setMaxSize(MB(atof(property)));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
stdlib_h.pass.cpp 42 static_assert((std::is_same<decltype(atof("")), double>::value), "");
  /packages/inputmethods/PinyinIME/jni/share/
utf16char.cpp 90 return atof(char8);
  /frameworks/wilhelm/tools/permute/
permute.c 315 double mval = atof(&arg[2]);
323 double sval = atof(&arg[2]);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
d3d11gears.cpp 489 impressions = (float)atof(*++p);
491 period = (float)atof(*++p);
493 speed = (float)atof(*++p);
  /external/libpng/contrib/gregbook/
rpng-x.c 204 sgi_gamma = atof(tmpline);
228 display_exponent = atof(p);
245 display_exponent = atof(*argv);
wpng.c 215 sgi_gamma = atof(tmpline);
239 double exponent = atof(p);
263 wpng_info.gamma = atof(*argv);
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
d3d11gears.cpp 489 impressions = (float)atof(*++p);
491 period = (float)atof(*++p);
493 speed = (float)atof(*++p);
  /ndk/sources/host-tools/nawk-20071023/
lib.c 152 fldtab[0]->fval = atof(fldtab[0]->sval);
248 q->fval = atof(q->sval);
344 p->fval = atof(p->sval);
tran.c 113 setsymtab(temp, *av, atof(*av), STR|NUM, ARGVtab);
135 setsymtab(*envp, p, atof(p), STR|NUM, ENVtab);
354 vp->fval = atof(vp->sval); /* best guess */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
locale.py 37 "str", "atof", "atoi", "format", "format_string", "currency",
305 def atof(string, func=float): function
320 return atof(str, int)
329 print s1, "is", atof(s1)
    [all...]
stringold.py 197 def atof(s): function
198 """atof(s) -> float
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
locale.py 37 "str", "atof", "atoi", "format", "format_string", "currency",
305 def atof(string, func=float): function
320 return atof(str, int)
329 print s1, "is", atof(s1)
    [all...]
stringold.py 197 def atof(s): function
198 """atof(s) -> float
  /external/blktrace/btt/
args.c 318 plat_freq = atof(optarg);
  /external/icu4c/test/iotest/
iotest.cpp 258 dbl = atof(u_austrcpy(cBuffer, argument));
423 expectedDbl = atof(u_austrcpy(cBuffer, expectedResult));
432 expectedFlt = (float)atof(u_austrcpy(cBuffer, expectedResult));
618 dbl = atof(u_austrcpy(cBuffer, argument));
    [all...]
  /external/skia/tools/flags/
SkCommandLineFlags.cpp 278 flag->setDouble(atof(argv[i]));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/
cstdlib.pass.cpp 42 static_assert((std::is_same<decltype(std::atof("")), double>::value), "");
  /external/chromium_org/third_party/openssl/openssl/apps/
speed.c     [all...]
  /external/openssl/apps/
speed.c     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdlib.h 145 extern double atof (__const char *__nptr)
279 __NTH (atof (__const char *__nptr)) function

Completed in 1850 milliseconds

1 2 3 45 6 7 8 9