/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/util/ |
utility.c | 77 returnVal = atof(argv[n]);
|
/ndk/sources/cxx-stl/gabi++/include/ |
cstdlib | 67 using ::atof;
|
/ndk/sources/cxx-stl/system/include/ |
cstdlib | 67 using ::atof;
|
/prebuilts/ndk/current/sources/cxx-stl/gabi++/include/ |
cstdlib | 68 using ::atof;
|
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/gabi++/include/ |
cstdlib | 67 using ::atof;
|
/prebuilts/ndk/current/sources/cxx-stl/system/include/ |
cstdlib | 67 using ::atof;
|
/external/fio/t/ |
genzipf.c | 105 percentage = atof(optarg); 124 dist_val = atof(optarg);
|
/external/skia/src/utils/ |
SkRTConf.cpp | 224 return (float) atof(s); 231 return atof(s);
|
/frameworks/native/cmds/service/ |
service.cpp | 175 data.writeFloat(atof(argv[optind++])); 184 data.writeDouble(atof(argv[optind++]));
|
/external/opencv3/samples/cpp/ |
stitching_detailed.cpp | 187 work_megapix = atof(argv[i + 1]); 192 seam_megapix = atof(argv[i + 1]); 197 compose_megapix = atof(argv[i + 1]); 214 match_conf = static_cast<float>(atof(argv[i + 1])); 219 conf_thresh = static_cast<float>(atof(argv[i + 1])); 335 blend_strength = static_cast<float>(atof(argv[i + 1]));
|
intelperc_capture.cpp | 79 g_imageBrightness = atof(argv[++i]); 83 g_imageContrast = atof(argv[++i]);
|
/hardware/intel/common/utils/ISV/base/ |
isv_worker.cpp | 439 denoise.value = atof(propValueString); 496 sharpen.value = atof(propValueString); 545 color[kHue].value = atof(propValueString); 553 color[kSaturation].value = atof(propValueString); 561 color[kBrightness].value = atof(propValueString); 569 color[kContrast].value = atof(propValueString); 625 stde.value = atof(propValueString); [all...] |
/toolchain/binutils/binutils-2.25/gas/ |
Makefile.am | 47 ATOF_TARG_C = $(srcdir)/config/atof-@atof@.c 48 ATOF_TARG_O = atof-@atof@.@OBJEXT@ 62 atof-generic.c \ 347 config/atof-ieee.c \ 348 config/atof-vax.c
|
Makefile.in | 94 am__objects_1 = app.$(OBJEXT) as.$(OBJEXT) atof-generic.$(OBJEXT) \ 250 atof = @atof@ 319 ATOF_TARG_C = $(srcdir)/config/atof-@atof@.c 320 ATOF_TARG_O = atof-@atof@.@OBJEXT@ 332 atof-generic.c \ 616 config/atof-ieee.c \ 617 config/atof-vax. [all...] |
/external/opencv3/samples/gpu/ |
hog.cpp | 181 args.hit_threshold = atof(argv[++i]); 184 else if (string(argv[i]) == "--scale") args.scale = atof(argv[++i]); 193 else if (string(argv[i]) == "--dst_video_fps") args.dst_video_fps = atof(argv[++i]);
|
/ndk/sources/host-tools/nawk-20071023/ |
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 */
|
/bionic/tests/ |
stdlib_test.cpp | 287 TEST(stdlib, atof) { 288 ASSERT_DOUBLE_EQ(1.23, atof("1.23"));
|
/frameworks/wilhelm/tools/permute/ |
permute.c | 315 double mval = atof(&arg[2]); 323 double sval = atof(&arg[2]);
|
/bionic/libc/include/ |
stdlib.h | 79 extern double atof(const char*) __INTRODUCED_IN(21);
|
/development/ndk/platforms/android-16/include/ |
stdlib.h | 84 static __inline__ double atof(const char *nptr) function
|
/development/ndk/platforms/android-21/arch-arm64/symbols/ |
libc.so.functions.txt | 150 atof
|
/development/ndk/platforms/android-21/arch-mips64/symbols/ |
libc.so.functions.txt | 150 atof
|
/development/ndk/platforms/android-21/arch-x86_64/symbols/ |
libc.so.functions.txt | 150 atof
|
/development/ndk/platforms/android-21/include/ |
stdlib.h | 72 extern double atof(const char*) __NDK_FPABI__;
|
/development/ndk/platforms/android-3/include/ |
stdlib.h | 80 static __inline__ double atof(const char *nptr) function
|