Home
last modified time | relevance | path

Searched refs:log10 (Results 1 – 13 of 13) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
De_log10.c93 __weak_reference(log10, log10l);
Dmath_private.h847 #define __ieee754_log10 log10
/bionic/tests/headers/posix/
Dtgmath_h.c95 TGMATH(log10); in tgmath_h()
Dmath_h.c244 FUNCTION(log10, double (*f)(double)); in math_h()
/bionic/libc/include/
Dmath.h156 double log10(double __x);
158 long double log10l(long double __x) __RENAME_LDBL(log10, 3, 21);
/bionic/libm/
Dlibm.map.txt178 log10;
/bionic/benchmarks/linker_relocation/regen/
Dgen_bench.py267 num_digits = math.ceil(math.log10(len(all_libs) + 1))
/bionic/benchmarks/
Dmath_benchmark.cpp51 d += log10(v); in BM_math_log10()
/bionic/tests/
Dmath_test.cpp696 TEST(MATH_TEST, log10) { in TEST() argument
697 ASSERT_DOUBLE_EQ(3.0, log10(1000.0)); in TEST()
2023 DoMathDataTest<1>(g_log10_intel_data, log10); in TEST()
/bionic/libc/tools/
Dposix-2013.txt515 log10
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_153.S1377 CALL(log10)
Dliblinker_reloc_bench_030.S19763 CALL(log10)
Dliblinker_reloc_bench_087.S37211 CALL(log10)