Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_float/
Dfloat_none.S59 wrapper_func log2f
DCMakeLists.txt73 pico_wrap_function(${TARGET} log2f)
DBUILD.bazel56 "-Wl,--wrap=log2f",
Dfloat_math.c328 float WRAPPER_FUNC(log2f)(float x) { check_nan_f1(x); return logf(x)*LOG2Ef; } in WRAPPER_FUNC() argument