FK20 CUDA
|
Go to the source code of this file.
Functions | |
__device__ void | fp_mma (fp_t &z, const fp_t &v, const fp_t &w, const fp_t &x, const fp_t &y) |
Fp multiply-multiply-add. Fast execution of z = (v*w + x*y) mod p The double-wide products are added before reduction, saving one reduction. More... | |