Blender V4.3
types_float8_impl.h File Reference

Go to the source code of this file.

Functions

ccl_device_inline vfloat8 make_vfloat8 (float f)
 
ccl_device_inline vfloat8 make_vfloat8 (float a, float b, float c, float d, float e, float f, float g, float h)
 
ccl_device_inline vfloat8 make_vfloat8 (const float4 a, const float4 b)
 
ccl_device_inline void print_vfloat8 (ccl_private const char *label, const vfloat8 a)
 

Function Documentation

◆ make_vfloat8() [1/3]

ccl_device_inline vfloat8 make_vfloat8 ( const float4 a,
const float4 b )

Definition at line 77 of file types_float8_impl.h.

References b, and make_vfloat8().

◆ make_vfloat8() [2/3]

ccl_device_inline vfloat8 make_vfloat8 ( float a,
float b,
float c,
float d,
float e,
float f,
float g,
float h )

Definition at line 67 of file types_float8_impl.h.

References b, and e.

◆ make_vfloat8() [3/3]

◆ print_vfloat8()

ccl_device_inline void print_vfloat8 ( ccl_private const char * label,
const vfloat8 a )

Definition at line 86 of file types_float8_impl.h.

References label, and printf.