Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_float/include/pico/
Dfloat.h76 float powintf(float x, int y);
/hal_rpi_pico-latest/src/rp2_common/pico_float/
Dfloat_none.S63 wrapper_func powintf
DCMakeLists.txt77 pico_wrap_function(${TARGET} powintf) #gnu
DBUILD.bazel60 "-Wl,--wrap=powintf", # gnu
Dfloat_math.c379 float WRAPPER_FUNC(powintf)(float x,int y) { in WRAPPER_FUNC() argument