/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/impl/ |
profiler_trace.h | 42 #include <cstdlib> // atof, atoi, strtol, getenv, atexit, abort 573 __factor->__value = std::atof(__env_value);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/ |
profiler_trace.h | 42 #include <cstdlib> // atof, atoi, strtol, getenv, atexit, abort 573 __factor->__value = std::atof(__env_value);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/ |
profiler_trace.h | 35 #include <cstdlib> // atof, atoi, strtol, getenv, atexit, abort 566 __factor->__value = std::atof(__env_value);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/ |
profiler_trace.h | 42 #include <cstdlib> // atof, atoi, strtol, getenv, atexit, abort 573 __factor->__value = std::atof(__env_value);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/ |
profiler_trace.h | 35 #include <cstdlib> // atof, atoi, strtol, getenv, atexit, abort 566 __factor->__value = std::atof(__env_value);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/impl/ |
profiler_trace.h | 35 #include <cstdlib> // atof, atoi, strtol, getenv, atexit, abort 566 __factor->__value = std::atof(__env_value);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
stringold.py | 197 def atof(s): function 198 """atof(s) -> float
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
stringold.py | 197 def atof(s): function 198 """atof(s) -> float
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
cpp.php | 116 'div', 'ldiv', 'atof', 'atoi', 'atol', 'strtod', 'strtol', 'strtoul', 'calloc',
|
cadlisp.php | 55 'arx','arxload','arxunload','ascii','assoc','atan','atof','atoi','atom',
|
cpp-qt.php | 106 'div', 'ldiv', 'atof', 'atoi', 'atol', 'strtod', 'strtol', 'strtoul', 'calloc',
|
klonecpp.php | 85 'div', 'ldiv', 'atof', 'atoi', 'atol', 'strtod', 'strtol', 'strtoul', 'calloc',
|
/external/netperf/ |
netsh.c | 53 double atof(const char *); 521 local_cpu_rate = (float)atof(argv[optind]); 530 remote_cpu_rate = (float)atof(argv[optind]); 546 demo_interval = atof(arg1) * 1000000.0;
|
/frameworks/base/libs/hwui/ |
GradientCache.cpp | 71 setMaxSize(MB(atof(property)));
|
/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/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);
|
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...] |
/external/chromium_org/third_party/openssl/openssl/apps/ |
speed.c | [all...] |
/external/openssl/apps/ |
speed.c | [all...] |
/external/libpng/contrib/gregbook/ |
rpng-win.c | 190 sgi_gamma = atof(tmpline); 214 display_exponent = atof(p); 251 display_exponent = atof(*argv);
|
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/aac/libSYS/include/ |
cmdl_parser.h | 122 #define _tstof atof
|
/external/blktrace/btt/ |
args.c | 318 plat_freq = atof(optarg);
|