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

1 23 4 5 6 7 8 91011>>

  /bionic/benchmarks/
math_benchmark.cpp 49 d += log10(v);
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_log10.c 21 * log10(x) = (f - 0.5*f*f + k_log1p(f)) / ln10 + k * log10(2)
93 __weak_reference(log10, log10l);
  /external/libphonenumber/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/
DefaultMapStorage.java 56 possibleLengths.add((int) Math.log10(prefix) + 1);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
cq_test.cc 65 double avg_psnr = log10(psnr_ / n_frames_) * 10.0;
  /external/llvm/include/llvm/Transforms/Utils/
VectorUtils.h 36 case Intrinsic::log10:
146 case LibFunc::log10:
149 return checkUnaryFloatSignature(*CI, Intrinsic::log10);
  /libcore/luni/src/test/java/libcore/java/lang/
OldAndroidStrictMathTest.java 287 .log10(Double.NaN)));
289 .log10(-2541.05745687234187532)));
292 .log10(Double.POSITIVE_INFINITY));
294 Double.NEGATIVE_INFINITY, StrictMath.log10(0.0));
296 Double.NEGATIVE_INFINITY, StrictMath.log10(+0.0));
298 Double.NEGATIVE_INFINITY, StrictMath.log10(-0.0));
299 assertEquals("Should return 14.0", 14.0, StrictMath.log10(StrictMath
303 StrictMath.log10(5482.2158));
305 StrictMath.log10(458723662312872.125782332587));
307 StrictMath.log10(0.12348583358871))
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
complex.cpp 219 // log10
225 r._M_re = ::log10(::hypot(z._M_re, z._M_im));
229 _STLP_DECLSPEC complex<float> _STLP_CALL log10(const complex<float>& z) function
235 _STLP_DECLSPEC complex<double> _STLP_CALL log10(const complex<double>& z) function
237 const double LN10_INV = 1. / ::log10(10.);
242 _STLP_DECLSPEC complex<long double> _STLP_CALL log10(const complex<long double>& z) function
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
375 _STLP_DMATH_INLINE(log10)
446 _STLP_DEF_MATH_INLINE(log10, log10)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
583 using ::log10;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
375 _STLP_DMATH_INLINE(log10)
446 _STLP_DEF_MATH_INLINE(log10, log10)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
583 using ::log10;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
375 _STLP_DMATH_INLINE(log10)
446 _STLP_DEF_MATH_INLINE(log10, log10)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
583 using ::log10;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
375 _STLP_DMATH_INLINE(log10)
446 _STLP_DEF_MATH_INLINE(log10, log10)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
583 using ::log10;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
375 _STLP_DMATH_INLINE(log10)
446 _STLP_DEF_MATH_INLINE(log10, log10)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
583 using ::log10;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cmath.h 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
375 _STLP_DMATH_INLINE(log10)
446 _STLP_DEF_MATH_INLINE(log10, log10)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
583 using ::log10;
  /ndk/tests/device/test-gnustl-full/unit/
cmath_test.cpp 93 CPPUNIT_CHECK( are_equals(std::log10(100.0), 2.0) );
118 CPPUNIT_CHECK( are_equals(std::log10(100.0f), 2.0f) );
144 CPPUNIT_CHECK( are_equals(std::log10(100.0l), 2.0l) );
  /ndk/tests/device/test-stlport/unit/
cmath_test.cpp 93 CPPUNIT_CHECK( are_equals(std::log10(100.0), 2.0) );
118 CPPUNIT_CHECK( are_equals(std::log10(100.0f), 2.0f) );
144 CPPUNIT_CHECK( are_equals(std::log10(100.0l), 2.0l) );
  /external/libavc/test/encoder/
psnr.c 182 df_psnr[comp] = 20 * log10(255 / sqrt(df_psnr[comp]));
  /external/libopus/celt/tests/
test_unit_dft.c 87 snr = 10*log10(sigpow/errpow);
  /external/libopus/silk/float/
SigProc_FLP.h 197 return ( silk_float )( 3.32192809488736 * log10( x ) );
  /external/libvpx/libvpx/test/
cq_test.cc 88 double avg_psnr = log10(psnr_ / n_frames_) * 10.0;
  /external/skia/tools/skpdiff/
generate_pmetric_tables.py 30 log_lum = log10(adaptation_luminance)
  /external/webrtc/src/modules/audio_processing/
level_estimator_impl.cc 61 rms = 10 * log10(rms);
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMathFuncs.cpp 69 IMPORT_F32_FN_F32(log10)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
tgmath.h 304 # define log10(Val) __TGMATH_UNARY_REAL_IMAG (Val, log10, __clog10) macro
306 # define log10(Val) __TGMATH_UNARY_REAL_ONLY (Val, log10) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
tgmath.h 304 # define log10(Val) __TGMATH_UNARY_REAL_IMAG (Val, log10, __clog10) macro
306 # define log10(Val) __TGMATH_UNARY_REAL_ONLY (Val, log10) macro
  /external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DfpDec.java 323 inc = power10(log10() - getDecimalDigits() + 1);
336 inc = power10(log10());

Completed in 759 milliseconds

1 23 4 5 6 7 8 91011>>