Home | History | Annotate | Download | only in big

Lines Matching defs:Copy

268 		mant.Copy(x)
316 z.Copy(mant)
428 copy(z.mant, z.mant[m-n:]) // move n last words to front
658 // Copy sets z to x, with the same precision, rounding mode, and
661 func (z *Float) Copy(x *Float) *Float {
1340 copy(xadj[d:], x.mant)