Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_float/
Dfloat_none.S61 wrapper_func log10f
DCMakeLists.txt75 pico_wrap_function(${TARGET} log10f)
DBUILD.bazel58 "-Wl,--wrap=log10f",
Dfloat_math.c330 float WRAPPER_FUNC(log10f)(float x) { check_nan_f1(x); return logf(x)*LOG10Ef; } in WRAPPER_FUNC() argument