Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
De_log10.c42 log10(double x) in log10() function
93 __weak_reference(log10, log10l);
/bionic/tests/headers/posix/
Dtgmath_h.c95 TGMATH(log10); in tgmath_h()
Dmath_h.c244 FUNCTION(log10, double (*f)(double)); in math_h()
/bionic/libm/
Dlibm.map.txt178 log10;
/bionic/libc/include/
Dmath.h156 double log10(double __x);
/bionic/benchmarks/linker_relocation/regen/
Dgen_bench.py272 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.cpp690 TEST(math_h, log10) { in TEST() argument
691 ASSERT_DOUBLE_EQ(3.0, log10(1000.0)); in TEST()
2016 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)