Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_float/
Dfloat_math.c33 #define LOG2Ef 1.44269504088896340737f macro
328 float WRAPPER_FUNC(log2f)(float x) { check_nan_f1(x); return logf(x)*LOG2Ef; } in WRAPPER_FUNC()
/hal_rpi_pico-latest/src/rp2_common/pico_double/
Ddouble_math.c35 #define LOG2Ef 1.44269504088896340737f macro