Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_float/
Dfloat_math.c497 static i32 frem_0(i32 mx,i32 my,int e,int*pquo) { in frem_0() function
534 mx=frem_0(mx,my,ex-ey,0); in WRAPPER_FUNC()
567 mx=frem_0(mx,my,ex-ey,&q); in WRAPPER_FUNC()