Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_double/
Ddouble_math.c399 static inline double dpowint_1(double x,int y) { in dpowint_1() function
419 if(y>=-32&&y<=32) return dpowint_1(x,y); in dpowint_0()
468 if(p>=-32&&p<=32) return dpowint_1(x,p); in dpow_0()