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

1 2 3 4 5 6 7 8 91011

  /frameworks/compile/libbcc/tests/data/src/
double.c 1 double atof(char *nptr);
4 printf("Value = %g\n", atof("10.42"));
  /ndk/sources/cxx-stl/llvm-libc++/include/support/solaris/
floatingpoint.h 1 #define atof sun_atof macro
4 #undef atof macro
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
util.h 14 // atof_dot is like atof but forcing C locale, i.e. forcing '.' as decimal point.
  /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);
  /external/llvm/projects/sample/autoconf/m4/
c_printf_a.m4 18 B = atof(Buffer);
  /frameworks/av/tools/resampler_tools/
fir.cpp 164 Fs = atof(optarg);
167 Fc = atof(optarg);
181 beta = atof(optarg);
184 atten = pow(10, -fabs(atof(optarg))*0.05 );
  /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);
  /ndk/sources/cxx-stl/llvm-libc++/include/
cstdlib 35 double atof (const char* nptr);
103 using ::atof;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cstdlib 74 #undef atof
108 using ::atof;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
cstdlib 72 #undef atof
108 using ::atof;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
cstdlib 72 #undef atof
108 using ::atof;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cstdlib 74 #undef atof
108 using ::atof;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cstdlib 74 #undef atof
108 using ::atof;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cstdlib 74 #undef atof
108 using ::atof;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cstdlib 74 #undef atof
108 using ::atof;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cstdlib 72 #undef atof
108 using ::atof;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cstdlib 72 #undef atof
108 using ::atof;
  /external/ceres-solver/examples/
nist.cc 130 initial_parameters_(i, parameter_id) = std::atof(pieces[i + 2].c_str());
132 final_parameters_(0, parameter_id) = std::atof(pieces[2 + kNumTries].c_str());
139 initial_parameters_(i, parameter_id) = std::atof(pieces[i + 2].c_str());
141 final_parameters_(0, parameter_id) = std::atof(pieces[2 + kNumTries].c_str());
147 certified_cost_ = std::atof(pieces[4].c_str()) / 2.0;
155 response_(i, j) = std::atof(pieces[j].c_str());
160 predictor_(i, j) = std::atof(pieces[j + kNumResponses].c_str());
  /bionic/libstdc++/include/
cstdlib 68 using ::atof;
  /external/eigen/bench/spbench/
spbenchsolver.cpp 66 tol = atof(inval.c_str());
  /external/icu4c/tools/toolutil/
dbgutil.cpp 134 return atof(ch);
  /frameworks/base/libs/hwui/
LayerCache.cpp 38 setMaxSize(MB(atof(property)));
RenderBufferCache.cpp 47 setMaxSize(MB(atof(property)));

Completed in 1386 milliseconds

1 2 3 4 5 6 7 8 91011