FK20 CUDA
|
Go to the source code of this file.
Functions | |
__global__ void | FpTestSqr (testval_t *testval) |
Test for squaring on Fp. Checks for self consistency: More... | |
__global__ void | FpTestSqr2 (testval_t *testval) |
Test for squaring on Fp. Checks for self consistency: More... | |
__global__ void FpTestSqr | ( | testval_t * | testval | ) |
Test for squaring on Fp. Checks for self consistency:
(x+n)^2 == x^2 + 2nx + n^2
testval |
Definition at line 16 of file fptest_sqr.cu.
__global__ void FpTestSqr2 | ( | testval_t * | testval | ) |
Test for squaring on Fp. Checks for self consistency:
(x+y)^2 == x^2 + 2xy + y^2
testval |
Definition at line 135 of file fptest_sqr.cu.