Home | History | Annotate | Download | only in big

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) {
414 // bits > z.prec: mantissa too large => round
434 // round if result is inexact
437 // by default. Decide if we need to increment, or "round up", the (unsigned)
505 z.round(0)
556 z.round(0)
650 z.round(0)
867 // otherwise, round up
869 // Float.round doesn't support rounding to 0 bits of precision.
879 // round
987 // otherwise, round up
989 // Float.round doesn't support rounding to 0 bits of precision.
999 // round