Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_double/
Ddouble_none.S62 wrapper_func log10
DCMakeLists.txt108 pico_wrap_function(${TARGET} log10)
DBUILD.bazel55 "-Wl,--wrap=log10",
Ddouble_math.c342 double WRAPPER_FUNC(log10)(double x) { check_nan_d1(x); return log(x)*LOG10E; } in WRAPPER_FUNC() argument