Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_float/
Dfloat_none.S70 wrapper_func expm1f
DCMakeLists.txt84 pico_wrap_function(${TARGET} expm1f)
DBUILD.bazel67 "-Wl,--wrap=expm1f",
Dfloat_math.c332 float WRAPPER_FUNC(expm1f)(float x) { check_nan_f1(x); return (float)(exp((double)x)-1); } in WRAPPER_FUNC() argument