Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_double/
Ddouble_math.c40 #define DUNPACKS(x,s,e,m) s=((x)>>63),DUNPACK((x),(e),(m)) macro
569 DUNPACKS(ix,sx,ex,mx); in WRAPPER_FUNC()
588 DUNPACKS(ix,sx,ex,mx); in WRAPPER_FUNC()
589 DUNPACKS(iy,sy,ey,my); in WRAPPER_FUNC()