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

1 2 3 4 5 6 78 910

  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_before.h 150 { return log10(__t); }
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_after.h 453 _DEFINE_EXPR_UNARY_FUNCTION(log10)
valarray_before.h 150 { return log10(__t); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
valarray_after.h 453 _DEFINE_EXPR_UNARY_FUNCTION(log10)
valarray_before.h 150 { return log10(__t); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
valarray_after.h 455 _DEFINE_EXPR_UNARY_FUNCTION(log10, _Log10)
valarray_before.h 152 { return log10(__t); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
valarray_after.h 455 _DEFINE_EXPR_UNARY_FUNCTION(log10, _Log10)
valarray_before.h 152 { return log10(__t); }
  /external/icu4c/test/perf/collationperf/
collperf.cpp 476 double dLoopCount = double(opt_loopCount) * 3000. / (log10((double)gNumFileLines) * double(gNumFileLines));
702 double dLoopCount = double(opt_loopCount) * 3000. / (log10((double)gNumFileLines) * double(gNumFileLines));
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_mdls.c 125 //2 we should replace log10() function with fixed point routine in ConvertSampleRate()
126 /* lint is choking on the ARM math.h file, so we declare the log10 function here */
127 extern double log10(double x);
    [all...]
  /frameworks/av/services/audioflinger/
Tracks.cpp 510 20.0 * log10((vlr & 0xFFFF) / 4096.0),
511 20.0 * log10((vlr >> 16) / 4096.0),
    [all...]
  /libcore/luni/src/main/java/java/math/
BigDecimal.java 106 /** The double closest to {@code Log10(2)}. */
    [all...]
  /external/webp/src/enc/
frame.c 739 *PSNR = (float)(10.* log10(255. * 255. * pixel_count / distortion));
picture.c     [all...]
  /external/stlport/stlport/stl/
_valarray.h 992 inline valarray<_Tp> log10(const valarray<_Tp>& __x) {
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_valarray.h 992 inline valarray<_Tp> log10(const valarray<_Tp>& __x) {
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_valarray.h 992 inline valarray<_Tp> log10(const valarray<_Tp>& __x) {
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_valarray.h 992 inline valarray<_Tp> log10(const valarray<_Tp>& __x) {
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_valarray.h 992 inline valarray<_Tp> log10(const valarray<_Tp>& __x) {
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_valarray.h 992 inline valarray<_Tp> log10(const valarray<_Tp>& __x) {
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_runner.py     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/v8/src/
d8.js 37 function log10(num) { function
    [all...]
  /external/eigen/unsupported/test/mpreal/
mpreal.h 332 friend const mpreal log10(const mpreal& v, mp_rnd_t rnd_mode = mpreal::default_rnd);
1740 inline const mpreal log10(const mpreal& v, mp_rnd_t rnd_mode) function in namespace:mpfr
    [all...]

Completed in 2402 milliseconds

1 2 3 4 5 6 78 910