18 printf(
"=== RUN %s\n", __func__);
36 printf(
"%d,%d: FAILED: inconsistent result\n", i, j);
45 printf(
"%ld tests\n", count);
60 printf(
"=== RUN %s\n", __func__);
83 printf(
"%d,%d,%d: FAILED: inconsistent result\n", i, j, k);
94 printf(
"%ld tests\n", count);
__managed__ testval_t testval[TESTVALS]
__device__ void fr_print(const char *s, const fr_t &x)
prints the canonical representation of x to STDOUT.
__device__ bool fr_neq(const fr_t &x, const fr_t &y)
Compares two fr_t residues.
uint64_t fr_t[4]
Subgroup element stored as a 256-bit array (a 4-element little-endian array of uint64_t)....
__device__ __host__ void fr_cpy(fr_t &z, const fr_t &x)
Copy from x into z.
__device__ void fr_add(fr_t &z, const fr_t &x)
Computes the sum of two residues x and z modulo r and stores it in z. Device only function.
__global__ void FrTestCommutativeAdd(testval_t *testval)
Test the cumulative property of addition.
__global__ void FrTestAssociativeAdd(testval_t *testval)
Test the associative property of addition.