FK20 CUDA
|
Go to the source code of this file.
Functions | |
__global__ void | FpTestKAT (testval_t *) |
Test for fp functions using KAT. More... | |
__global__ void FpTestKAT | ( | testval_t * | ) |
Test for fp functions using KAT.
Tests: fp_copy, fp_reduce6, fp_eq, fp_neq, fp_neg, fp_x2, fp_x3, fp_add, fp_sub, fp_sqr, fp_mul, fp_inv.
This function also uses a mandelbrot iteration to test squaring and addition.
Definition at line 18 of file fptest_kat.cu.