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

Go to the source code of this file.

Functions

__global__ void FrTestAddDistributiveLeft (testval_t *testval)
 Check the distributive property of multiplication in Fr (left of addition): More...
 
__global__ void FrTestAddDistributiveRight (testval_t *testval)
 Check the distributive property of multiplication in Fr (right of addition): More...
 
__global__ void FrTestSubDistributiveLeft (testval_t *testval)
 Check the distributive property of multiplication in Fr (left of subtraction): More...
 
__global__ void FrTestSubDistributiveRight (testval_t *testval)
 Check the distributive property of multiplication in Fr (right of subtraction): More...
 

Function Documentation

◆ FrTestAddDistributiveLeft()

__global__ void FrTestAddDistributiveLeft ( testval_t testval)

Check the distributive property of multiplication in Fr (left of addition):

a(b+c) = ab+ac

Parameters
testval
Returns
void

Definition at line 17 of file frtest_distributive.cu.

Here is the caller graph for this function:

◆ FrTestAddDistributiveRight()

__global__ void FrTestAddDistributiveRight ( testval_t testval)

Check the distributive property of multiplication in Fr (right of addition):

(a+b)c = ac+bc

Parameters
testval
Returns
void

Definition at line 74 of file frtest_distributive.cu.

Here is the caller graph for this function:

◆ FrTestSubDistributiveLeft()

__global__ void FrTestSubDistributiveLeft ( testval_t testval)

Check the distributive property of multiplication in Fr (left of subtraction):

a(b-c) = ab-ac

Parameters
testval
Returns
void

Definition at line 131 of file frtest_distributive.cu.

Here is the caller graph for this function:

◆ FrTestSubDistributiveRight()

__global__ void FrTestSubDistributiveRight ( testval_t testval)

Check the distributive property of multiplication in Fr (right of subtraction):

(a-b)c = ac-bc

Parameters
testval
Returns
void

Definition at line 190 of file frtest_distributive.cu.

Here is the caller graph for this function: