Searched refs:ey (Results 1 – 3 of 3) sorted by relevance
| /external/platform/pico/rp2_common/pico_float/ |
| A D | float_math.c | 470 int ex,ey; in WRAPPER_FUNC() local 521 int sx,ex,ey; in WRAPPER_FUNC() local 524 FUNPACK(iy,ey,my); in WRAPPER_FUNC() 528 if(ey==0) return FPINF; in WRAPPER_FUNC() 534 mx=frem_0(mx,my,ex-ey,0); in WRAPPER_FUNC() 542 int sx,sy,ex,ey,q; in WRAPPER_FUNC() local 545 FUNPACKS(iy,sy,ey,my); in WRAPPER_FUNC() 550 if(ey==0xff) return x; in WRAPPER_FUNC() 552 if(ex==ey-1) { in WRAPPER_FUNC() 557 ey--; in WRAPPER_FUNC() [all …]
|
| A D | float_v1_rom_shim.S | 133 bge 1f @ ex>=ey?
|
| /external/platform/pico/rp2_common/pico_double/ |
| A D | double_math.c | 514 int ex,ey; 565 int sx,ex,ey; 568 DUNPACK(iy,ey,my); 570 if(ey==0) return PINF; 576 mx=drem_0(mx,my,ex-ey,0); 584 int sx,sy,ex,ey,q; 587 DUNPACKS(iy,sy,ey,my); 592 if(ey==0x7ff) return x; 594 if(ex==ey-1) { 599 ey--; [all …]
|
Completed in 5 milliseconds