Home
last modified time | relevance | path

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

/external/platform/pico/rp2_common/pico_float/
A Dfloat_math.c345 static float fpow_int2(float x,int y) { in fpow_int2() function
348 u=fpow_int2(x,y/2); in fpow_int2()
357 return fpow_int2(x,y); in fpowint_1()

Completed in 4 milliseconds