Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_double/
Ddouble_math.c389 static double dpow_int2(double x,int y) { in dpow_int2() function
392 u=dpow_int2(x,y/2); in dpow_int2()
401 return dpow_int2(x,y); in dpowint_1()