Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_float/
Dfloat_math.c521 int sx,ex,ey; in WRAPPER_FUNC() local
523 FUNPACKS(ix,sx,ex,mx); in WRAPPER_FUNC()
535 if(sx) mx=-mx; in WRAPPER_FUNC()
542 int sx,sy,ex,ey,q; in WRAPPER_FUNC() local
544 FUNPACKS(ix,sx,ex,mx); in WRAPPER_FUNC()
555 if(!sx) { // x>|y|/2 in WRAPPER_FUNC()
566 if(sx) mx=-mx; in WRAPPER_FUNC()
/hal_rpi_pico-latest/src/rp2_common/pico_double/
Ddouble_math.c567 int sx,ex,ey; in WRAPPER_FUNC() local
569 DUNPACKS(ix,sx,ex,mx); in WRAPPER_FUNC()
579 if(sx) mx=-mx; in WRAPPER_FUNC()
586 int sx,sy,ex,ey,q; in WRAPPER_FUNC() local
588 DUNPACKS(ix,sx,ex,mx); in WRAPPER_FUNC()
599 if(!sx) { // x>|y|/2 in WRAPPER_FUNC()
610 if(sx) mx=-mx; in WRAPPER_FUNC()