Searched refs:log10 (Results 1 - 25 of 127) sorted by relevance

123456

/external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
H A Dvpx_psnr.c19 const double psnr = 10.0 * log10(samples * peak * peak / sse);
/external/libvpx/libvpx/vpx/src/
H A Dvpx_psnr.c19 const double psnr = 10.0 * log10(samples * peak * peak / sse);
/external/chromium_org/v8/test/mjsunit/es6/
H A Dmath-log2-log10.js28 [Math.log10, Math.log2].forEach( function(fun) {
43 assertEqualsDelta(i, Math.log10(Math.pow(10, i)), 1E-13);
/external/openfst/src/extensions/far/
H A Dstrings.cc37 return nline ? ceil(log10(nline + 1)) : 1;
/external/stlport/stlport/stl/config/
H A D_como.h93 # define log10l log10
123 # define log10f log10
124 # define log10l log10
166 # define log10l log10
/external/chromium_org/third_party/opus/src/celt/tests/
H A Dtest_unit_rotation.c65 snr0 = 20*log10(ener/err);
73 snr = 20*log10(ener/err);
H A Dtest_unit_mdct.c76 snr = 10*log10(sigpow/errpow);
106 snr = 10*log10(sigpow/errpow);
/external/libcxx/test/numerics/complex.number/complex.transcendentals/
H A Dlog10.pass.cpp14 // log10(const complex<T>& x);
25 assert(log10(c) == x);
41 std::complex<double> r = log10(x[i]);
H A DAndroid.mk39 test_name := numerics/complex.number/complex.transcendentals/log10
40 test_src := log10.pass.cpp
/external/libopus/celt/tests/
H A Dtest_unit_rotation.c65 snr0 = 20*log10(ener/err);
73 snr = 20*log10(ener/err);
H A Dtest_unit_mdct.c76 snr = 10*log10(sigpow/errpow);
106 snr = 10*log10(sigpow/errpow);
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dutil.h42 psnr = 10 * log10(255.0 * 255.0 / mse);
/external/chromium_org/third_party/webrtc/modules/audio_processing/
H A Drms_level.cc51 rms = 10 * log10(rms);
/external/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.transcend/
H A Dlog10_valarray.pass.cpp16 // log10(const valarray<T>& x);
46 std::valarray<T> v3 = log10(v1);
/external/libvpx/libvpx/test/
H A Dutil.h42 psnr = 10 * log10(255.0 * 255.0 / mse);
/external/openfst/src/include/fst/extensions/far/
H A Dinfo.h106 if (ceil(log10(info.nstate)) + 2 > wnstate)
107 wnstate = ceil(log10(info.nstate)) + 2;
108 if (ceil(log10(info.narc)) + 2 > wnarc)
109 wnarc = ceil(log10(info.narc)) + 2;
/external/guava/guava-tests/test/com/google/common/math/
H A DBigIntegerMathTest.java157 BigIntegerMath.log10(ZERO, mode);
167 BigIntegerMath.log10(x.negate(), mode);
177 int result = BigIntegerMath.log10(x, mode);
187 int result = BigIntegerMath.log10(x, mode);
194 // Relies on the correctness of log10(BigInteger, FLOOR).
197 int logFloor = BigIntegerMath.log10(x, FLOOR);
200 assertEquals(logFloor, BigIntegerMath.log10(x, UNNECESSARY));
210 int result = BigIntegerMath.log10(x, HALF_UP);
221 int result = BigIntegerMath.log10(x, HALF_DOWN);
230 // Relies on the correctness of log10(BigIntege
[all...]
H A DIntMathTest.java144 @GwtIncompatible("log10")
148 IntMath.log10(0, mode);
154 @GwtIncompatible("log10")
159 IntMath.log10(x, mode);
166 // Relies on the correctness of BigIntegerMath.log10 for all modes except UNNECESSARY.
172 assertEquals(BigIntegerMath.log10(valueOf(x), mode), IntMath.log10(x, mode));
177 // Relies on the correctness of log10(int, FLOOR) and of pow(int, int).
181 int floor = IntMath.log10(x, FLOOR);
184 assertEquals(floor, IntMath.log10(
[all...]
/external/stlport/test/unit/
H A Dvalarray_test.cpp55 tmp = log10(darray);
81 tmp = log10(farray);
108 tmp = log10(ldarray);
/external/opencv/cv/src/
H A Dcvmatchcontours.cpp129 ama = 1. / (sma * log10( ama ));
130 amb = 1. / (smb * log10( amb ));
159 ama = sma * log10( ama );
160 amb = smb * log10( amb );
189 ama = sma * log10( ama );
190 amb = smb * log10( amb );
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dlpc_analysis.c141 chng = 0.25 * (fabs(10.0 * log10(nrg[3] / nrg[2])) +
142 fabs(10.0 * log10(nrg[2] / nrg[1])) +
143 fabs(10.0 * log10(nrg[1] / nrg[0])) +
144 fabs(10.0 * log10(nrg[0] / *oldEnergy)));
193 chng = 0.25 * (fabs(10.0 * log10(nrg[3] / nrg[2])) +
194 fabs(10.0 * log10(nrg[2] / nrg[1])) +
195 fabs(10.0 * log10(nrg[1] / nrg[0])) +
196 fabs(10.0 * log10(nrg[0] / *oldEnergy)));
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dlpc_analysis.c141 chng = 0.25 * (fabs(10.0 * log10(nrg[3] / nrg[2])) +
142 fabs(10.0 * log10(nrg[2] / nrg[1])) +
143 fabs(10.0 * log10(nrg[1] / nrg[0])) +
144 fabs(10.0 * log10(nrg[0] / *oldEnergy)));
193 chng = 0.25 * (fabs(10.0 * log10(nrg[3] / nrg[2])) +
194 fabs(10.0 * log10(nrg[2] / nrg[1])) +
195 fabs(10.0 * log10(nrg[1] / nrg[0])) +
196 fabs(10.0 * log10(nrg[0] / *oldEnergy)));
/external/fio/
H A Dtickmarks.c22 exp = floor(log10(x));
105 nfrac = MAX(-floor(log10(d)), 0);
/external/chromium_org/chrome/browser/speech/
H A Dtts_linux.cc192 libspeechd_loader_.spd_set_voice_rate(conn_, 100 * log10(rate) / log10(3));
193 libspeechd_loader_.spd_set_voice_pitch(conn_, 100 * log10(pitch) / log10(3));
/external/chromium_org/third_party/WebKit/Source/core/timing/
H A DMemoryInfo.cpp102 size_t nextPowerOfTen = static_cast<size_t>(pow(10, floor(log10(sizeOfNextBucket)) + 1) + 0.5);

Completed in 1254 milliseconds

123456