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

1 2 3 4 5 6 7 8 910

  /external/libvpx/libvpx/vp8/encoder/
psnr.c 23 psnr = 10.0 * log10(Peak * Peak * Samples / Mse);
  /external/openfst/src/extensions/far/
strings.cc 37 return nline ? ceil(log10(nline + 1)) : 1;
  /external/webkit/Source/WebCore/platform/audio/
AudioUtilities.cpp 49 return 20.0 * log10(linear);
  /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
  /bionic/libstdc++/include/
cmath 61 using ::log10;
  /ndk/sources/cxx-stl/gabi++/include/
cmath 61 using ::log10;
  /ndk/sources/cxx-stl/llvm-libc++/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;
  /external/openfst/src/include/fst/extensions/far/
info.h 106 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;
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/numarray/valarray.nonmembers/valarray.transcend/
log10_valarray.pass.cpp 16 // log10(const valarray<T>& x);
46 std::valarray<T> v3 = log10(v1);

Completed in 611 milliseconds

1 2 3 4 5 6 7 8 910