Project Alice
Loading...
Searching...
No Matches
u01fixedpt.h File Reference
Include dependency graph for u01fixedpt.h:

Go to the source code of this file.

Macros

#define R123_USE_U01_DOUBLE   1
 

Functions

R123_CUDA_DEVICE R123_STATIC_INLINE float u01fixedpt_closed_closed_32_float (uint32_t i)
 
R123_CUDA_DEVICE R123_STATIC_INLINE float u01fixedpt_closed_open_32_float (uint32_t i)
 
R123_CUDA_DEVICE R123_STATIC_INLINE float u01fixedpt_open_closed_32_float (uint32_t i)
 
R123_CUDA_DEVICE R123_STATIC_INLINE float u01fixedpt_open_open_32_float (uint32_t i)
 
R123_CUDA_DEVICE R123_STATIC_INLINE double u01fixedpt_closed_closed_64_double (uint64_t i)
 
R123_CUDA_DEVICE R123_STATIC_INLINE double u01fixedpt_closed_open_64_double (uint64_t i)
 
R123_CUDA_DEVICE R123_STATIC_INLINE double u01fixedpt_open_closed_64_double (uint64_t i)
 
R123_CUDA_DEVICE R123_STATIC_INLINE double u01fixedpt_open_open_64_double (uint64_t i)
 
R123_CUDA_DEVICE R123_STATIC_INLINE double u01fixedpt_closed_closed_32_double (uint32_t i)
 
R123_CUDA_DEVICE R123_STATIC_INLINE double u01fixedpt_closed_open_32_double (uint32_t i)
 
R123_CUDA_DEVICE R123_STATIC_INLINE double u01fixedpt_open_closed_32_double (uint32_t i)
 
R123_CUDA_DEVICE R123_STATIC_INLINE double u01fixedpt_open_open_32_double (uint32_t i)
 

Macro Definition Documentation

◆ R123_USE_U01_DOUBLE

#define R123_USE_U01_DOUBLE   1

Definition at line 128 of file u01fixedpt.h.

Function Documentation

◆ u01fixedpt_closed_closed_32_double()

R123_CUDA_DEVICE R123_STATIC_INLINE double u01fixedpt_closed_closed_32_double ( uint32_t  i)

Definition at line 161 of file u01fixedpt.h.

◆ u01fixedpt_closed_closed_32_float()

R123_CUDA_DEVICE R123_STATIC_INLINE float u01fixedpt_closed_closed_32_float ( uint32_t  i)

Definition at line 136 of file u01fixedpt.h.

◆ u01fixedpt_closed_closed_64_double()

R123_CUDA_DEVICE R123_STATIC_INLINE double u01fixedpt_closed_closed_64_double ( uint64_t  i)

Definition at line 149 of file u01fixedpt.h.

◆ u01fixedpt_closed_open_32_double()

R123_CUDA_DEVICE R123_STATIC_INLINE double u01fixedpt_closed_open_32_double ( uint32_t  i)

Definition at line 170 of file u01fixedpt.h.

◆ u01fixedpt_closed_open_32_float()

R123_CUDA_DEVICE R123_STATIC_INLINE float u01fixedpt_closed_open_32_float ( uint32_t  i)

Definition at line 141 of file u01fixedpt.h.

◆ u01fixedpt_closed_open_64_double()

R123_CUDA_DEVICE R123_STATIC_INLINE double u01fixedpt_closed_open_64_double ( uint64_t  i)

Definition at line 154 of file u01fixedpt.h.

◆ u01fixedpt_open_closed_32_double()

R123_CUDA_DEVICE R123_STATIC_INLINE double u01fixedpt_open_closed_32_double ( uint32_t  i)

Definition at line 172 of file u01fixedpt.h.

◆ u01fixedpt_open_closed_32_float()

R123_CUDA_DEVICE R123_STATIC_INLINE float u01fixedpt_open_closed_32_float ( uint32_t  i)

Definition at line 143 of file u01fixedpt.h.

◆ u01fixedpt_open_closed_64_double()

R123_CUDA_DEVICE R123_STATIC_INLINE double u01fixedpt_open_closed_64_double ( uint64_t  i)

Definition at line 156 of file u01fixedpt.h.

◆ u01fixedpt_open_open_32_double()

R123_CUDA_DEVICE R123_STATIC_INLINE double u01fixedpt_open_open_32_double ( uint32_t  i)

Definition at line 174 of file u01fixedpt.h.

◆ u01fixedpt_open_open_32_float()

R123_CUDA_DEVICE R123_STATIC_INLINE float u01fixedpt_open_open_32_float ( uint32_t  i)

Definition at line 145 of file u01fixedpt.h.

◆ u01fixedpt_open_open_64_double()

R123_CUDA_DEVICE R123_STATIC_INLINE double u01fixedpt_open_open_64_double ( uint64_t  i)

Definition at line 158 of file u01fixedpt.h.