Home | History | Annotate | Download | only in big

Lines Matching full:xadj

1321 	xadj := x.mant
1324 xadj = make(nat, len(x.mant)+d)
1325 copy(xadj[d:], x.mant)
1332 // (via xadj) or y.mant with z.mant.
1333 d := len(xadj) - len(y.mant)
1337 z.mant, r = z.mant.div(nil, xadj, y.mant)