FK20 CUDA
All Data Structures Namespaces Files Functions Variables Typedefs Macros
fp_x2.cu File Reference
#include "fp.cuh"
#include "fp_x2.cuh"
Include dependency graph for fp_x2.cu:

Go to the source code of this file.

Functions

__device__ void fp_x2 (fp_t &z, const fp_t &x)
 Multiplies x by 2 and stores the result into z. More...
 

Function Documentation

◆ fp_x2()

__device__ void fp_x2 ( fp_t z,
const fp_t x 
)

Multiplies x by 2 and stores the result into z.

Parameters
[out]z
[in]x
Returns
void

Definition at line 15 of file fp_x2.cu.

Here is the caller graph for this function: