Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_double/
Ddouble_math.c543 static i64 drem_0(i64 mx,i64 my,int e,int*pquo) { in drem_0() function
578 mx=drem_0(mx,my,ex-ey,0); in WRAPPER_FUNC()
611 mx=drem_0(mx,my,ex-ey,&q); in WRAPPER_FUNC()