Home
last modified time | relevance | path

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

12

/third_party/musl/src/math/i386/
Dlog10f.s1 .global log10f symbol
2 .type log10f,@function
3 log10f: label
/third_party/alsa-utils/bat/
Danalyze.c75 10.0 * log10f(a->mag[peak] / mean)); in check_peak()
77 10.0 * log10f(p / mean), start * hz, end * hz); in check_peak()
284 na->snr_db = 20.0 * log10f(tmp); in calculate_noise_one_period()
361 avg_snr_db = 20.0 * log10f(100.0 / avg_snr_pc); in calculate_noise()
Dlatencytest.c164 reference = 20.0f * log10f(average) + 16.0f; in calculate_threshold()
Dbat.c75 bat->snr_thd_db = 20.0 * log10f(100.0 / thd_pc); in get_snr_thd_pc()
/third_party/musl/libc-test/src/math/
Dlog10f.c27 y = log10f(p->x); in main()
Dtest_src_math.gni113 "log10f",
/third_party/ffmpeg/libavutil/
Dlibm.h413 #undef log10f
414 #define log10f(x) ((float)log10(x)) macro
/third_party/musl/porting/liteos_a/kernel/src/math/
Dlog10f.c30 float log10f(float x) in log10f() function
/third_party/musl/src/math/
Dlog10f.c30 float log10f(float x) in log10f() function
/third_party/ffmpeg/libavcodec/
Dacelp_pitch_delay.c102 prediction_error[3] = 20.0 * log10f(fixed_gain_factor); in ff_amr_set_fixed_gain()
Dsipr16k.c249 ctx->energy_history[0] = 20.0 * log10f(gain_corr_factor); in ff_sipr_decode_frame_16k()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DVecFuncs.def42 TLI_DEFINE_VECFUNC("log10f", "vlog10f", 4)
99 TLI_DEFINE_VECFUNC("log10f", "__log10f4_massv", 4)
DTargetLibraryInfo.def940 /// float log10f(float x);
941 TLI_DEFINE_ENUM_INTERNAL(log10f)
942 TLI_DEFINE_STRING_INTERNAL("log10f")
/third_party/boost/libs/qvm/test/
Dmath_test.cpp50 test1<float>(&boost::qvm::log10<float>, &::log10f); in main()
/third_party/glib/glib/gnulib/
Dgnulib_math.h.in1390 # undef log10f
1391 # define log10f rpl_log10f macro
1393 _GL_FUNCDECL_RPL (log10f, float, (float x));
1394 _GL_CXXALIAS_RPL (log10f, float, (float x));
1397 # undef log10f
1398 _GL_FUNCDECL_SYS (log10f, float, (float x));
1400 _GL_CXXALIAS_SYS (log10f, float, (float x));
1402 _GL_CXXALIASWARN (log10f);
1404 # undef log10f
1406 _GL_WARN_ON_USE (log10f, "log10f is unportable - "
[all …]
/third_party/boost/boost/qvm/
Dmath.hpp53 template <> BOOST_QVM_INLINE_TRIVIAL float log10<float>( float x ) { return ::log10f(x); } in log10()
/third_party/musl/ndk_musl_include/
Dmath.h264 float log10f(float);
/third_party/musl/libc-test/src/api/
Dmath.c154 {float(*p)(float) = log10f;} in f()
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h264 float log10f(float);
/third_party/musl/porting/uniproton/kernel/include/
Dmath.h264 float log10f(float);
/third_party/musl/include/
Dmath.h264 float log10f(float);
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h264 float log10f(float);
/third_party/musl/libc-test/src/math/gen/
Dfunctions.h89 T(log10f, f_f)
Dmplibm.c157 int mplog10f(struct t *t) { return mpf1(t, log10f); } in mplog10f()
/third_party/mindspore/mindspore/core/base/
Dfloat16.h293 inline float16 log10(const float16 &a) { return float16(::log10f(static_cast<float>(a))); }

12