FK20 CUDA
|
Go to the source code of this file.
Functions | |
__global__ void | FrTestCmp (testval_t *testval) |
Test for the comparison function; checks for inconsistencies in the following properties: More... | |
__global__ void FrTestCmp | ( | testval_t * | testval | ) |
Test for the comparison function; checks for inconsistencies in the following properties:
eq(x,x) != neq(x,x) neq(x,x) == false neq(x,y) == true eq(x,x) == true eq(x,y) == false
testval |
Definition at line 21 of file frtest_cmp.cu.