Lines Matching defs:round
38 // with the exception of MantExp), round the numeric result according
178 z.round(0)
292 z.round(sbit)
373 // round rounds z according to z.mode to z.prec bits and sets z.acc accordingly.
375 // have before calling round. z's mantissa must be normalized (with the msb set)
380 // calling round.
381 func (z *Float) round(sbit uint) {
416 // bits > z.prec: mantissa too large => round
452 // TODO(gri) This can be simplified (see Bits.round in bits_test.go).
473 // round and determine accuracy
541 z.round(0)
592 z.round(0)
686 z.round(0)
893 // round
1000 // round