HomeSort by relevance Sort by last modified time
    Searched refs:log10 (Results 1 - 25 of 392) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestLog10.rs 24 return log10(inV);
28 return log10(inV);
32 return log10(inV);
36 return log10(inV);
  /external/libvpx/libvpx/vpx/src/
vpx_psnr.c 19 const double psnr = 10.0 * log10(samples * peak * peak / sse);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
vpx_psnr.c 19 const double psnr = 10.0 * log10(samples * peak * peak / sse);
  /external/openfst/src/extensions/far/
strings.cc 37 return nline ? ceil(log10(nline + 1)) : 1;
  /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/libcxx/test/std/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]);
  /external/libopus/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/misc/common/swig/include/2.0.11/
math.i 48 extern double log10(double x);
  /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 407 milliseconds

1 2 3 4 5 6 7 8 91011>>