FK20 CUDA
|
Go to the source code of this file.
Macros | |
#define | ITER 80 |
Functions | |
__global__ void | FrTestMulConst (testval_t *testval) |
Test multiply by constant on Fr: More... | |
#define ITER 80 |
Definition at line 8 of file frtest_mulconst.cu.
__global__ void FrTestMulConst | ( | testval_t * | testval | ) |
Test multiply by constant on Fr:
2(4x) == 8x 2(2(2(2(2(2x)))) == 4(4(4x)) == 8(8x) 12x+8x == 4(3x+2x) 3(3(3(2(4(8x))))) == 12(12(12x))
testval |
Definition at line 21 of file frtest_mulconst.cu.