Home | History | Annotate | Download | only in big

Lines Matching full:mantissa

1262 // 24bit mantissa behaves like float32 addition/subtraction
1265 // chose base such that we cross the mantissa precision limit
1296 // 53bit mantissa behaves like float64 addition/subtraction.
1298 // chose base such that we cross the mantissa precision limit
1395 // 53bit mantissa behaves like float64 multiplication/division.
1554 C := new(Float).SetPrec(53).Quo(A, B) // C has float64 mantissa width