OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atof
(Results
1 - 25
of
204
) sorted by null
1
2
3
4
5
6
7
8
9
/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/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 );
/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
66
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
68
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/system/include/
cstdlib
67
using ::
atof
;
/bionic/libc/include/
stdlib.h
75
static __inline__ double
atof
(const char *nptr)
function
/development/ndk/platforms/android-3/include/
stdlib.h
77
static __inline__ double
atof
(const char *nptr)
function
Completed in 478 milliseconds
1
2
3
4
5
6
7
8
9