FK20 CUDA
frtest_mulconst.cu File Reference
#include "fr.cuh"
#include "frtest.cuh"
Include dependency graph for frtest_mulconst.cu:

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...
 

Macro Definition Documentation

◆ ITER

#define ITER   80

Definition at line 8 of file frtest_mulconst.cu.

Function Documentation

◆ FrTestMulConst()

__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))

Parameters
testval
Returns
void

Definition at line 21 of file frtest_mulconst.cu.

Here is the call graph for this function:
Here is the caller graph for this function: