HomeSort by relevance Sort by last modified time
    Searched full:atof (Results 26 - 50 of 501) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_string.py 91 self.assertAlmostEqual(string.atof(" 1 "), 1.0)
92 self.assertRaises(ValueError, string.atof, " 1x ")
93 self.assertRaises(ValueError, string.atof, " x1 ")
test_strop.py 23 self.assertTrue(strop.atof(" 1 ") == 1.0)
24 self.assertRaises(ValueError, strop.atof, " 1x")
25 self.assertRaises(ValueError, strop.atof, " x1 ")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_string.py 91 self.assertAlmostEqual(string.atof(" 1 "), 1.0)
92 self.assertRaises(ValueError, string.atof, " 1x ")
93 self.assertRaises(ValueError, string.atof, " x1 ")
test_strop.py 23 self.assertTrue(strop.atof(" 1 ") == 1.0)
24 self.assertRaises(ValueError, strop.atof, " 1x")
25 self.assertRaises(ValueError, strop.atof, " x1 ")
  /external/opencv3/apps/traincascade/
traincascade.cpp 93 acceptanceRatioBreakValue = atof(argv[++i]);
  /frameworks/av/tools/resampler_tools/
fir.cpp 178 Fs = atof(optarg);
181 Fc = atof(optarg);
208 beta = atof(optarg);
211 atten = pow(10, -fabs(atof(optarg))*0.05 );
  /frameworks/base/media/mca/filterpacks/native/imageproc/
brightness.c 44 ((BrightnessParameters*)user_data)->brightness = atof(value);
contrast.c 39 ((ContrastParameters*)user_data)->contrast = atof(value);
  /external/fec/
vtest27.c 85 ebn0 = atof(optarg);
88 Gain = atof(optarg);
vtest29.c 85 ebn0 = atof(optarg);
88 Gain = atof(optarg);
vtest39.c 85 ebn0 = atof(optarg);
88 Gain = atof(optarg);
vtest615.c 87 ebn0 = atof(optarg);
90 Gain = atof(optarg);
  /external/libcxx/include/
cstdlib 35 double atof (const char* nptr);
103 using ::atof;
  /external/opencv3/3rdparty/libjasper/
jpc_util.c 120 vs[n] = atof(cp);
124 vs[n] = atof(cp);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cstdlib 35 double atof (const char* nptr);
103 using ::atof;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
cstdlib 83 #undef atof
129 using ::atof;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
cstdlib 83 #undef atof
129 using ::atof;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
cstdlib 83 #undef atof
129 using ::atof;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
cstdlib 83 #undef atof
129 using ::atof;
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
cstdlib 35 double atof (const char* nptr);
103 using ::atof;
  /external/ceres-solver/examples/
nist.cc 196 initial_parameters_(i, parameter_id) = std::atof(pieces[i + 2].c_str());
198 final_parameters_(0, parameter_id) = std::atof(pieces[2 + kNumTries].c_str());
205 initial_parameters_(i, parameter_id) = std::atof(pieces[i + 2].c_str());
207 final_parameters_(0, parameter_id) = std::atof(pieces[2 + kNumTries].c_str());
213 certified_cost_ = std::atof(pieces[4].c_str()) / 2.0;
221 response_(i, j) = std::atof(pieces[j].c_str());
226 predictor_(i, j) = std::atof(pieces[j + kNumResponses].c_str());
  /toolchain/binutils/binutils-2.25/gas/po/
POTFILES.in 5 atof-generic.c
13 config/atof-ieee.c
14 config/atof-vax.c
  /bionic/libstdc++/include/
cstdlib 65 using ::atof;
  /external/eigen/bench/spbench/
spbenchsolver.cpp 65 tol = atof(inval.c_str());
  /external/icu/icu4c/source/tools/toolutil/
dbgutil.cpp 134 return atof(ch);

Completed in 478 milliseconds

12 3 4 5 6 7 8 91011>>