Searched refs:sx (Results 1 – 2 of 2) sorted by relevance
/hal_rpi_pico-latest/src/rp2_common/pico_float/ |
D | float_math.c | 521 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/ |
D | double_math.c | 567 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()
|