Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_float/
Dfloat_math.c355 static inline float fpowint_1(float x,int y) { in fpowint_1() function
375 if(y>=-32&&y<=32) return fpowint_1(x,y); in fpowint_0()
424 if(p>=-32&&p<=32) return fpowint_1(x,p); in fpow_0()