Uses of Class
org.bytedeco.cuda.cudart.__half2
-
Packages that use __half2 Package Description org.bytedeco.cuda.cudart org.bytedeco.cuda.global -
-
Uses of __half2 in org.bytedeco.cuda.cudart
Methods in org.bytedeco.cuda.cudart that return __half2 Modifier and Type Method Description __half2__half2. getPointer(long i)__half2__half2. position(long position)__half2__half2. put(__half2 src)__half2__half2. put(__half2_raw h2r)__half2__half2. x(__half setter)__half2__half2. y(__half setter)Methods in org.bytedeco.cuda.cudart with parameters of type __half2 Modifier and Type Method Description __half2__half2. put(__half2 src)Constructors in org.bytedeco.cuda.cudart with parameters of type __half2 Constructor Description __half2(__half2 src) -
Uses of __half2 in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global that return __half2 Modifier and Type Method Description static __half2cudart. __float2half2_rn(float a)\ingroup CUDA_MATH__HALF_MISC \brief Converts input to half precision in round-to-nearest-even mode and populates both halves of \p half2 with converted value.static __half2cudart. __floats2half2_rn(float a, float b)\ingroup CUDA_MATH__HALF_MISC \brief Converts both input floats to half precision in round-to-nearest-even mode and returns \p half2 with converted values.Methods in org.bytedeco.cuda.global with parameters of type __half2 Modifier and Type Method Description static floatcudart. __high2float(__half2 a)\ingroup CUDA_MATH__HALF_MISC \brief Converts high 16 bits of \p half2 to float and returns the result \details Converts high 16 bits of \p half2 input \p a to 32 bit floating point number and returns the result.static floatcudart. __low2float(__half2 a)\ingroup CUDA_MATH__HALF_MISC \brief Converts low 16 bits of \p half2 to float and returns the result \details Converts low 16 bits of \p half2 input \p a to 32 bit floating point number and returns the result.
-