HomeSort by relevance Sort by last modified time
    Searched refs:log10f (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/audio/
AudioUtilities.cpp 51 return 20 * log10f(linear);
  /external/chromium_org/media/audio/
audio_power_monitor.cc 76 10.0f * log10f(power_reading_);
  /external/bison/darwin-lib/
math.h 1597 # undef log10f macro
    [all...]
  /external/bison/lib/
math.in.h 1271 # undef log10f macro
1272 # define log10f macro
1278 # undef log10f macro
1283 _GL_CXXALIASWARN (log10f); variable
1285 # undef log10f macro
    [all...]
  /external/bison/linux-lib/
math.h 1597 # undef log10f macro
    [all...]
  /external/clang/test/CodeGen/
libcall-declarations.c 119 float log10f(float);
285 F(log), F(logf), F(logl), F(log10), F(log10f),
418 // CHECK-NOERRNO: declare float @log10f(float) [[NUW]]
  /external/llvm/include/llvm/Transforms/Utils/
VectorUtils.h 145 case LibFunc::log10f:
  /bionic/libm/include/
math.h 323 float log10f(float);
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 378 /// float log10f(float x);
379 log10f, enumerator in enum:llvm::LibFunc::Func
  /bionic/libm/upstream-freebsd/lib/msun/src/
math_private.h 713 #define __ieee754_log10f log10f
  /external/ltrace/etc/
libm.so.conf 177 float log10f(float);
  /development/ndk/platforms/android-13/include/
math.h 329 float log10f(float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-18/include/
math.h 330 float log10f(float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-3/include/
math.h 328 float log10f(float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-9/include/
math.h 328 float log10f(float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-L/include/
math.h 323 float log10f(float) __NDK_FPABI_MATH__;
  /external/chromium_org/third_party/skia/tools/skpdiff/
SkPMetric.cpp 184 float logLum = log10f(adaptationLuminance);
  /bionic/tests/
math_test.cpp 508 TEST(math, log10f) {
509 ASSERT_FLOAT_EQ(3.0f, log10f(1000.0f));
    [all...]
  /cts/tests/tests/renderscript/libcoremathtestcpp/
CoreMathTestJni.cpp 258 return log10f(x);
  /external/libcxx/test/depr/depr.c.headers/
math_h.disabled.cpp 135 static_assert((std::is_same<decltype(log10f(0)), float>::value), "");
  /external/clang/lib/Headers/
tgmath.h 932 __tg_log10(float __x) {return log10f(__x);}
  /external/libcxx/test/numerics/c.math/
cmath.disabled.cpp 307 static_assert((std::is_same<decltype(std::log10f(0)), float>::value), "");
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
mandreel.js 3619 function log10f(sp) function
    [all...]
  /external/bison/
configure     [all...]

Completed in 369 milliseconds