Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_double/
Ddouble_none.S71 wrapper_func expm1
DCMakeLists.txt117 pico_wrap_function(${TARGET} expm1)
DBUILD.bazel64 "-Wl,--wrap=expm1",
Ddouble_math.c345 double WRAPPER_FUNC(expm1)(double x) { check_nan_d1(x); return exp(x)-1; } in WRAPPER_FUNC() argument