OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:log10
(Results
1 - 25
of
303
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/libvpx/libvpx/vp8/encoder/
psnr.c
23
psnr = 10.0 *
log10
(Peak * Peak * Samples / Mse);
/external/libvpx/libvpx/vp9/encoder/
vp9_psnr.c
21
psnr = 10.0 *
log10
(peak * peak * samples / mse);
/external/openfst/src/extensions/far/
strings.cc
37
return nline ? ceil(
log10
(nline + 1)) : 1;
/system/extras/tests/bionic/libstdc++/
test_cmath.cpp
59
using ::
log10
;
/bionic/tests/
math_benchmark.cpp
44
d +=
log10
(v);
/external/stlport/stlport/stl/config/
_como.h
93
# define log10l
log10
123
# define log10f
log10
124
# define log10l
log10
166
# define log10l
log10
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
_como.h
93
# define log10l
log10
123
# define log10f
log10
124
# define log10l
log10
166
# define log10l
log10
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_como.h
93
# define log10l
log10
123
# define log10f
log10
124
# define log10l
log10
166
# define log10l
log10
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_como.h
93
# define log10l
log10
123
# define log10f
log10
124
# define log10l
log10
166
# define log10l
log10
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_como.h
93
# define log10l
log10
123
# define log10f
log10
124
# define log10l
log10
166
# define log10l
log10
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_como.h
93
# define log10l
log10
123
# define log10f
log10
124
# define log10l
log10
166
# define log10l
log10
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_como.h
93
# define log10l
log10
123
# define log10f
log10
124
# define log10l
log10
166
# define log10l
log10
/bionic/libstdc++/include/
cmath
61
using ::
log10
;
/external/chromium_org/third_party/opus/src/celt/tests/
test_unit_rotation.c
65
snr0 = 20*
log10
(ener/err);
73
snr = 20*
log10
(ener/err);
/ndk/sources/cxx-stl/gabi++/include/
cmath
61
using ::
log10
;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.transcendentals/
log10.pass.cpp
14
//
log10
(const complex<T>& x);
25
assert(
log10
(c) == x);
41
std::complex<double> r =
log10
(x[i]);
/ndk/sources/cxx-stl/system/include/
cmath
61
using ::
log10
;
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cmath
59
using ::
log10
;
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cmath
59
using ::
log10
;
/prebuilts/ndk/5/sources/cxx-stl/system/include/
cmath
61
using ::
log10
;
/prebuilts/ndk/6/sources/cxx-stl/system/include/
cmath
61
using ::
log10
;
/prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cmath
61
using ::
log10
;
/prebuilts/ndk/7/sources/cxx-stl/system/include/
cmath
61
using ::
log10
;
/prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cmath
61
using ::
log10
;
/prebuilts/ndk/8/sources/cxx-stl/system/include/
cmath
61
using ::
log10
;
Completed in 933 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>