Home
last modified time | relevance | path

Searched refs:exp10f (Results 1 – 5 of 5) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_float/include/pico/
Dfloat.h74 float exp10f(float x);
/hal_rpi_pico-latest/src/rp2_common/pico_float/
Dfloat_none.S60 wrapper_func exp10f
DCMakeLists.txt74 pico_wrap_function(${TARGET} exp10f)
DBUILD.bazel57 "-Wl,--wrap=exp10f",
Dfloat_math.c329 float WRAPPER_FUNC(exp10f)(float x) { check_nan_f1(x); return (float)exp((double)x*LOG10); } in WRAPPER_FUNC() argument