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 front658 // Copy sets z to x, with the same precision, rounding mode, and661 func (z *Float) Copy(x *Float) *Float {1340 copy(xadj[d:], x.mant)