Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_double/include/pico/
Ddouble.h66 double powint(double x, int y);
/hal_rpi_pico-latest/src/rp2_common/pico_double/
Ddouble_none.S64 wrapper_func powint
DCMakeLists.txt110 pico_wrap_function(${TARGET} powint) #gnu
DBUILD.bazel57 "-Wl,--wrap=powint",
Ddouble_math.c423 double WRAPPER_FUNC(powint)(double x,int y) { in WRAPPER_FUNC() argument