Lines Matching refs:round
2 | round.sa 3.4 7/29/91
22 | round --- round result according to precision/mode
45 .global round
46 round: label
47 | If g=r=s=0 then result is exact and round is done, else set
56 swap %d1 |set up d1.w for round prec.
82 swap %d1 |set up d1 for round prec.
107 swap %d1 |set up d1 for round prec.
114 | Note that this will round to even in case of a tie.
117 swap %d1 |set up d1 for round prec.
125 | ext_grs --- extract guard, round and sticky bits
128 | Output: d0{31:29}= guard, round, sticky
130 | The ext_grs extract the guard/round/sticky bits according to the
131 | selected rounding precision. It is called by the round subroutine
133 | updated guard,round,sticky in d0{31:29}
135 | Notes: the ext_grs uses the round PREC, and therefore has to swap d1
139 swap %d1 |have d1.w point to round precision
412 | d0 is guard,round,sticky
490 | d0{31:29} initial guard,round,sticky
494 | d0{31:29} final guard,round,sticky
507 bfextu WBTEMP_GRS(%a6){#6:#3},%d2 |extract guard,round, sticky bit