Home
last modified time | relevance | path

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

/aosp12/system/media/audio_utils/include/audio_utils/
H A Dpower.h82 return 20.f * log10f(fabsf(amplitude)); in audio_utils_power_from_amplitude()
93 return 10.f * log10f(energy); in audio_utils_power_from_energy()
/aosp12/frameworks/rs/cpu_ref/
H A DrsCpuRuntimeMath.cpp137 EXPORT_F32_FN_F32(log10f) in EXPORT_F32_FN_F32() argument
/aosp12/bionic/libm/
H A Dlibm.map.txt179 log10f;
/aosp12/bionic/tests/headers/posix/
H A Dmath_h.c245 FUNCTION(log10f, float (*f)(float)); in math_h()
/aosp12/bionic/libc/include/
H A Dmath.h157 float log10f(float __x);
/aosp12/bionic/tests/
H A Dmath_test.cpp659 TEST(MATH_TEST, log10f) { in TEST() argument
660 ASSERT_FLOAT_EQ(3.0f, log10f(1000.0f)); in TEST()
1974 DoMathDataTest<1>(g_log10f_intel_data, log10f); in TEST()
/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/
H A Dmath_private.h873 #define __ieee754_log10f log10f
/aosp12/bionic/libc/tools/
H A Dposix-2013.txt514 log10f
/aosp12/system/chre/platform/shared/
H A Dnanoapp_loader.cc160 ADD_EXPORTED_C_SYMBOL(log10f),
/aosp12/bionic/benchmarks/linker_relocation/gen/
H A Dliblinker_reloc_bench_100.S1025 CALL(log10f)
H A Dliblinker_reloc_bench_087.S35086 CALL(log10f)