vU1024Neg(_:_:)
Unsigned 1024-bit negation.
Declaration
func vU1024Neg(_ a: UnsafePointer<vU1024>, _ result: UnsafeMutablePointer<vU1024>)Parameters
- a:
The value to negate.
- result:
Returns the negated value through the result parameter.
Unsigned 1024-bit negation.
func vU1024Neg(_ a: UnsafePointer<vU1024>, _ result: UnsafeMutablePointer<vU1024>)The value to negate.
Returns the negated value through the result parameter.