Home
last modified time | relevance | path

Searched refs:log10f (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/audio/
DAudioUtilities.cpp50 return 20 * log10f(linear); in linearToDecibels()
/external/llvm/test/CodeGen/XCore/
Dfloat-intrinsics.ll86 define float @log10f(float %F) {
87 ; CHECK-LABEL: log10f:
88 ; CHECK: bl log10f
/external/llvm/test/CodeGen/ARM/
D2011-11-29-128bitArithmetics.ll130 ; CHECK: bl {{.*}}log10f
133 ; CHECK: bl {{.*}}log10f
136 ; CHECK: bl {{.*}}log10f
139 ; CHECK: bl {{.*}}log10f
/external/chromium_org/media/audio/
Daudio_power_monitor.cc76 10.0f * log10f(power_reading_); in ReadCurrentPowerAndClip()
/external/bison/linux-lib/
Dmath.h1583 # undef log10f
1584 # define log10f rpl_log10f
1586 _GL_FUNCDECL_RPL (log10f, float, (float x));
1587 _GL_CXXALIAS_RPL (log10f, float, (float x));
1590 # undef log10f
1591 _GL_FUNCDECL_SYS (log10f, float, (float x));
1593 _GL_CXXALIAS_SYS (log10f, float, (float x));
1595 _GL_CXXALIASWARN (log10f);
1597 # undef log10f
1599 _GL_WARN_ON_USE (log10f, "log10f is unportable - "
/external/bison/lib/
Dmath.in.h1271 # undef log10f
1272 # define log10f rpl_log10f macro
1274 _GL_FUNCDECL_RPL (log10f, float, (float x));
1275 _GL_CXXALIAS_RPL (log10f, float, (float x));
1278 # undef log10f
1279 _GL_FUNCDECL_SYS (log10f, float, (float x));
1281 _GL_CXXALIAS_SYS (log10f, float, (float x));
1283 _GL_CXXALIASWARN (log10f);
1285 # undef log10f
1287 _GL_WARN_ON_USE (log10f, "log10f is unportable - "
/external/bison/darwin-lib/
Dmath.h1583 # undef log10f
1584 # define log10f rpl_log10f
1586 _GL_FUNCDECL_RPL (log10f, float, (float x));
1587 _GL_CXXALIAS_RPL (log10f, float, (float x));
1590 # undef log10f
1591 _GL_FUNCDECL_SYS (log10f, float, (float x));
1593 _GL_CXXALIAS_SYS (log10f, float, (float x));
1595 _GL_CXXALIASWARN (log10f);
1597 # undef log10f
1599 _GL_WARN_ON_USE (log10f, "log10f is unportable - "
/external/stlport/stlport/stl/config/
D_como.h123 # define log10f log10 macro
/external/valgrind/main/memcheck/tests/
Dvcpu_fnfns.c124 printf("log10F(%+20.4e) = %+20.4e\n", (double)f, (double)log10f(f)); in main()
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h338 log10f, enumerator
/external/skia/tools/skpdiff/
DSkPMetric.cpp181 float logLum = log10f(adaptationLuminance);
/external/llvm/test/CodeGen/AArch64/
Dillegal-float-ops.ll126 ; CHECK: bl log10f
/external/bison/m4/
Dmath_h.m448 log logf logl log10 log10f log10l log1p log1pf log1pl log2 log2f log2l
/external/stlport/stlport/stl/
D_cmath.h92 inline float log10f(float v) { return __log10f(v); } in log10f() function
/external/llvm/test/Transforms/InstCombine/
Ddouble-float-shrink-1.ll192 ; CHECK: call float @log10f(float %f)
/external/clang/lib/Headers/
Dtgmath.h932 __tg_log10(float __x) {return log10f(__x);} in __tg_log10()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1822 case LibFunc::log10f: in getIntrinsicIDForCall()
/external/bison/
Dconfigure24887 …otl ilogb ilogbf ilogbl ldexpf ldexpl log logf logl log10 log10f log10l log1p log1p…