/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/ |
floatingpoint.h | 1 #define atof sun_atof macro 4 #undef atof macro
|
/external/libvorbis/lib/ |
tone.c | 25 f[i]=atof(argv[i+1]); 27 amp[i]=atof(pos+1)*32767.f;
|
/external/chromium_org/third_party/angle/src/compiler/ |
util.h | 10 // atof_clamp is like atof but
|
/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);
|
/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 ")
|
/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++/libcxx/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;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
cstdlib | 72 #undef atof 108 using ::atof;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
cstdlib | 72 #undef atof 108 using ::atof;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ |
cstdlib | 83 #undef atof 129 using ::atof;
|