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