Home
last modified time | relevance | path

Searched refs:LOG10Ef (Results 1 – 2 of 2) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_float/
Dfloat_math.c34 #define LOG10Ef 0.43429448190325182765f macro
330 float WRAPPER_FUNC(log10f)(float x) { check_nan_f1(x); return logf(x)*LOG10Ef; } in WRAPPER_FUNC()
/hal_rpi_pico-latest/src/rp2_common/pico_double/
Ddouble_math.c36 #define LOG10Ef 0.43429448190325182765f macro