FK20 CUDA
|
Go to the source code of this file.
Functions | |
__device__ void | fr_addsub (fr_t &x, fr_t &y) |
Computes the sum and the difference of the arguments, storing back into the arguments: (x,y) := (x+y,x-y). Device function. More... | |
Computes the sum and the difference of the arguments, storing back into the arguments: (x,y) := (x+y,x-y). Device function.
(x,y) := (x+y,x-y)
[in,out] | x | First operand, will store the sum after execution. |
[in,out] | y | Second operand, will store the difference after execution. |
Definition at line 18 of file fr_addsub.cu.