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

1 2 3 4 56 7 8 910

  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/
math.h 219 double log10(double);
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
math.h 219 double log10(double);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1/
math.h 68 using std::tr1::log10;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
math.h 68 using std::tr1::log10;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
math.h 68 using std::tr1::log10;
  /external/webrtc/src/modules/audio_processing/aec/
aec_core.c     [all...]
  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 152 case Intrinsic::log10:
153 EnsureFPIntrinsicsExist(M, I, "log10f", "log10", "log10l");
507 case Intrinsic::log10: {
508 ReplaceFPIntrinsicWithCall(CI, "log10f", "log10", "log10l");
  /external/sonivox/arm-fm-22k/lib_src/
eas_wavefile.c 38 /* lint is choking on the ARM math.h file, so we declare the log10 function here */
39 extern double log10(double x);
44 /* constant for 1200 / log10(2.0) */
438 value = (EAS_I32) (PITCH_CENTS_CONVERSION * log10((double) value / (double) (1 << 28)));
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_wavefile.c 38 /* lint is choking on the ARM math.h file, so we declare the log10 function here */
39 extern double log10(double x);
44 /* constant for 1200 / log10(2.0) */
438 value = (EAS_I32) (PITCH_CENTS_CONVERSION * log10((double) value / (double) (1 << 28)));
  /external/sonivox/arm-wt-22k/lib_src/
eas_wavefile.c 38 /* lint is choking on the ARM math.h file, so we declare the log10 function here */
39 extern double log10(double x);
44 /* constant for 1200 / log10(2.0) */
438 value = (EAS_I32) (PITCH_CENTS_CONVERSION * log10((double) value / (double) (1 << 28)));
  /bionic/libm/include/
math.h 204 double log10(double);
  /bionic/libm/upstream-freebsd/lib/msun/src/
math_private.h 395 #define __ieee754_log10 log10
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 323 /// double log10(double x);
324 log10, enumerator in enum:llvm::LibFunc::Func
  /libcore/benchmarks/src/benchmarks/regression/
MathBenchmark.java 179 Math.log10(d);
StrictMathBenchmark.java 167 StrictMath.log10(d);
  /libcore/luni/src/main/java/java/lang/
StrictMath.java 398 * <li>{@code log10(+0.0) = -infinity}</li>
399 * <li>{@code log10(-0.0) = -infinity}</li>
400 * <li>{@code log10((anything < 0) = NaN}</li>
401 * <li>{@code log10(+infinity) = +infinity}</li>
402 * <li>{@code log10(-infinity) = NaN}</li>
403 * <li>{@code log10(NaN) = NaN}</li>
410 public static native double log10(double d); method in class:StrictMath
    [all...]
  /development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
InteractiveLineGraphView.java 411 final float d = (float) Math.ceil((float) Math.log10(num < 0 ? -num : num));
478 double intervalMagnitude = Math.pow(10, (int) Math.log10(interval));
507 outStops.decimals = (int) Math.ceil(-Math.log10(interval));
    [all...]
  /external/stlport/stlport/stl/
_complex.h 870 _STLP_DECLSPEC complex<float> _STLP_CALL log10(const complex<float>&);
889 _STLP_DECLSPEC complex<double> _STLP_CALL log10(const complex<double>&);
908 _STLP_DECLSPEC complex<long double> _STLP_CALL log10(const complex<long double>&);
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/c.math/
cmath.pass.cpp 290 static_assert((std::is_same<decltype(std::log10((float)0)), float>::value), "");
291 static_assert((std::is_same<decltype(std::log10((bool)0)), double>::value), "");
292 static_assert((std::is_same<decltype(std::log10((unsigned short)0)), double>::value), "");
293 static_assert((std::is_same<decltype(std::log10((int)0)), double>::value), "");
294 static_assert((std::is_same<decltype(std::log10((unsigned int)0)), double>::value), "");
295 static_assert((std::is_same<decltype(std::log10((long)0)), double>::value), "");
296 static_assert((std::is_same<decltype(std::log10((unsigned long)0)), double>::value), "");
297 static_assert((std::is_same<decltype(std::log10((long long)0)), double>::value), "");
298 static_assert((std::is_same<decltype(std::log10((unsigned long long)0)), double>::value), "");
299 static_assert((std::is_same<decltype(std::log10((double)0)), double>::value), "")
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_complex.h 870 _STLP_DECLSPEC complex<float> _STLP_CALL log10(const complex<float>&);
889 _STLP_DECLSPEC complex<double> _STLP_CALL log10(const complex<double>&);
908 _STLP_DECLSPEC complex<long double> _STLP_CALL log10(const complex<long double>&);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_complex.h 870 _STLP_DECLSPEC complex<float> _STLP_CALL log10(const complex<float>&);
889 _STLP_DECLSPEC complex<double> _STLP_CALL log10(const complex<double>&);
908 _STLP_DECLSPEC complex<long double> _STLP_CALL log10(const complex<long double>&);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_complex.h 870 _STLP_DECLSPEC complex<float> _STLP_CALL log10(const complex<float>&);
889 _STLP_DECLSPEC complex<double> _STLP_CALL log10(const complex<double>&);
908 _STLP_DECLSPEC complex<long double> _STLP_CALL log10(const complex<long double>&);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_complex.h 870 _STLP_DECLSPEC complex<float> _STLP_CALL log10(const complex<float>&);
889 _STLP_DECLSPEC complex<double> _STLP_CALL log10(const complex<double>&);
908 _STLP_DECLSPEC complex<long double> _STLP_CALL log10(const complex<long double>&);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_complex.h 870 _STLP_DECLSPEC complex<float> _STLP_CALL log10(const complex<float>&);
889 _STLP_DECLSPEC complex<double> _STLP_CALL log10(const complex<double>&);
908 _STLP_DECLSPEC complex<long double> _STLP_CALL log10(const complex<long double>&);
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]

Completed in 646 milliseconds

1 2 3 4 56 7 8 910