HomeSort by relevance Sort by last modified time
    Searched refs:atof (Results 1 - 25 of 261) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/libcxx/include/support/solaris/
floatingpoint.h 10 #define atof sun_atof macro
13 #undef atof macro
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
floatingpoint.h 10 #define atof sun_atof macro
13 #undef atof macro
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
floatingpoint.h 10 #define atof sun_atof macro
13 #undef atof macro
  /bionic/libc/bionic/
atof.cpp 31 double atof(const char* s) { function
  /external/libvorbis/lib/
tone.c 25 f[i]=atof(argv[i+1]);
27 amp[i]=atof(pos+1)*32767.f;
  /external/llvm/autoconf/m4/
c_printf_a.m4 18 B = atof(Buffer);
  /frameworks/av/tools/resampler_tools/
fir.cpp 173 Fs = atof(optarg);
176 Fc = atof(optarg);
203 beta = atof(optarg);
206 atten = pow(10, -fabs(atof(optarg))*0.05 );
  /system/extras/tests/bionic/libstdc++/
test_cstdlib.cpp 67 using ::atof;
  /external/aac/libSYS/include/
cmdl_parser.h 122 #define _tstof atof
  /external/eigen/bench/spbench/
spbenchsolver.cpp 65 tol = atof(inval.c_str());
  /frameworks/base/media/mca/filterpacks/native/imageproc/
brightness.c 43 ((BrightnessParameters*)user_data)->brightness = atof(value);
contrast.c 38 ((ContrastParameters*)user_data)->contrast = atof(value);
  /bionic/libstdc++/include/
cstdlib 65 using ::atof;
  /ndk/sources/cxx-stl/gabi++/include/
cstdlib 67 using ::atof;
  /ndk/sources/cxx-stl/system/include/
cstdlib 67 using ::atof;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cstdlib 64 using ::atof;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cstdlib 64 using ::atof;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cstdlib 68 using ::atof;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cstdlib 68 using ::atof;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cstdlib 68 using ::atof;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
cstdlib 68 using ::atof;
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cstdlib 68 using ::atof;
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
cstdlib 68 using ::atof;
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cstdlib 67 using ::atof;
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/gabi++/include/
cstdlib 67 using ::atof;

Completed in 1572 milliseconds

1 2 3 4 5 6 7 8 91011