|
FK20 CUDA
|
Go to the source code of this file.
Macros | |
| #define | FP_TEST_CUH |
| #define | TESTVALS 800 |
| #define | TESTFUN(X) extern __global__ void X(testval_t *testval) |
Typedefs | |
| typedef fp_t | testval_t |
Functions | |
| TESTFUN (FpTestKAT) | |
| TESTFUN (FpTestFibonacci) | |
| TESTFUN (FpTestCmp) | |
| TESTFUN (FpTestMulConst) | |
| TESTFUN (FpTestAdd) | |
| TESTFUN (FpTestSub) | |
| TESTFUN (FpTestSqr) | |
| TESTFUN (FpTestMul) | |
| TESTFUN (FpTestInv) | |
| TESTFUN (FpTestMMA) | |
| TESTFUN (FpTestSqr2) | |
| TESTFUN (FpTestCommutativeAdd) | |
| TESTFUN (FpTestCommutativeMul) | |
| TESTFUN (FpTestAssociativeAdd) | |
| TESTFUN (FpTestAssociativeMul) | |
| TESTFUN (FpTestAddDistributiveLeft) | |
| TESTFUN (FpTestAddDistributiveRight) | |
| TESTFUN (FpTestSubDistributiveLeft) | |
| TESTFUN (FpTestSubDistributiveRight) | |
| TESTFUN (FpTestCopy) | |
| TESTFUN (FpTestReflexivity) | |
| TESTFUN (FpTestSymmetry) | |
| TESTFUN (FpTestAdditiveIdentity) | |
| TESTFUN (FpTestMultiplicativeIdentity) | |
| TESTFUN (FpTestAdditiveInverse) | |
| TESTFUN (FpTestMultiplicativeInverse) | |
| #define FP_TEST_CUH |
Definition at line 6 of file fptest.cuh.
Definition at line 22 of file fptest.cuh.
| #define TESTVALS 800 |
Definition at line 13 of file fptest.cuh.
Definition at line 20 of file fptest.cuh.
| TESTFUN | ( | FpTestAdd | ) |
| TESTFUN | ( | FpTestAddDistributiveLeft | ) |
| TESTFUN | ( | FpTestAddDistributiveRight | ) |
| TESTFUN | ( | FpTestAdditiveIdentity | ) |
| TESTFUN | ( | FpTestAdditiveInverse | ) |
| TESTFUN | ( | FpTestAssociativeAdd | ) |
| TESTFUN | ( | FpTestAssociativeMul | ) |
| TESTFUN | ( | FpTestCmp | ) |
| TESTFUN | ( | FpTestCommutativeAdd | ) |
| TESTFUN | ( | FpTestCommutativeMul | ) |
| TESTFUN | ( | FpTestCopy | ) |
| TESTFUN | ( | FpTestFibonacci | ) |
| TESTFUN | ( | FpTestInv | ) |
| TESTFUN | ( | FpTestKAT | ) |
| TESTFUN | ( | FpTestMMA | ) |
| TESTFUN | ( | FpTestMul | ) |
| TESTFUN | ( | FpTestMulConst | ) |
| TESTFUN | ( | FpTestMultiplicativeIdentity | ) |
| TESTFUN | ( | FpTestMultiplicativeInverse | ) |
| TESTFUN | ( | FpTestReflexivity | ) |
| TESTFUN | ( | FpTestSqr | ) |
| TESTFUN | ( | FpTestSqr2 | ) |
| TESTFUN | ( | FpTestSub | ) |
| TESTFUN | ( | FpTestSubDistributiveLeft | ) |
| TESTFUN | ( | FpTestSubDistributiveRight | ) |
| TESTFUN | ( | FpTestSymmetry | ) |