Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_float/
Dfloat_none.S58 wrapper_func exp2f
DCMakeLists.txt72 pico_wrap_function(${TARGET} exp2f)
DBUILD.bazel55 "-Wl,--wrap=exp2f",
Dfloat_math.c327 float WRAPPER_FUNC(exp2f)(float x) { check_nan_f1(x); return (float)exp((double)x*LOG2); } in WRAPPER_FUNC() argument