Searched refs:FUNPACKS (Results 1 – 1 of 1) sorted by relevance
/hal_rpi_pico-latest/src/rp2_common/pico_float/ |
D | float_math.c | 38 #define FUNPACKS(x,s,e,m) s=((x)>>31),FUNPACK((x),(e),(m)) macro 523 FUNPACKS(ix,sx,ex,mx); in WRAPPER_FUNC() 544 FUNPACKS(ix,sx,ex,mx); in WRAPPER_FUNC() 545 FUNPACKS(iy,sy,ey,my); in WRAPPER_FUNC()
|