Lines Matching full:rounding
28 rounding: half_even
185 -- Modified 2002.10.06 -- finally, no input rounding
186 -- With input rounding, result would be 8.74E-2226
630 rounding: half_even
828 rounding: half_even
868 rounding: ceiling
872 rounding: half_even
928 rounding: half_even
995 -- Ntiny boundary, these edge cases determined using half_up rounding
996 rounding: half_up
1006 rounding: half_even
1165 rounding: half_even
1481 -- rounding modes -- power is sensitive
1493 rounding: up
1501 rounding: down
1509 rounding: floor
1517 rounding: ceiling
1525 rounding: half_up
1535 rounding: half_even
1545 rounding: half_down
1557 -- more rounding tests as per Ilan Nehama's suggestions & analysis
1564 -- power(x,y)=x when the rounding is up (e.g., toward_pos_inf or
1566 rounding: ceiling
1578 -- power(x,y)=1 when the rounding is down (e.g. toward_zero or
1580 rounding: floor
1592 -- power(x,y)=x when the rounding is down for any y in (0,1].
1593 rounding: floor
1605 -- power(x,y)=1 when the rounding is up for any y in (0,1].
1606 rounding: ceiling
1618 -- power(x,y)=0 when the rounding is down for any y larger than 1.
1619 rounding: floor