FK20 CUDA
fp_cpy.cu File Reference
#include "fp.cuh"
Include dependency graph for fp_cpy.cu:

Go to the source code of this file.

Functions

__device__ __host__ void fp_cpy (fp_t &z, const fp_t &x)
 Copy from x into z. More...
 

Function Documentation

◆ fp_cpy()

__device__ __host__ void fp_cpy ( fp_t z,
const fp_t x 
)

Copy from x into z.

Parameters
[out]z
[in]x
Returns
void

Definition at line 14 of file fp_cpy.cu.

Here is the caller graph for this function: