|
Blender V4.3
|
Go to the source code of this file.
Functions | |
| CCL_NAMESPACE_BEGIN struct | ccl_try_align (32) vfloat8 |
| 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) |
| CCL_NAMESPACE_BEGIN struct ccl_try_align | ( | 32 | ) |
Definition at line 14 of file types_float8.h.
References __forceinline, b, e, operator=(), and operator[]().
| 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().
| 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.
| ccl_device_inline vfloat8 make_vfloat8 | ( | float | f | ) |
Definition at line 56 of file types_float8_impl.h.
Referenced by cast(), exp(), fabs(), float8_a(), float8_b(), float8_c(), is_zero(), log(), make_vfloat8(), max(), min(), one_vfloat8(), operator*(), operator*(), operator*(), operator+(), operator+(), operator+(), operator-(), operator-(), operator-(), operator-(), operator/(), operator/(), operator/(), operator^(), pow(), rcp(), safe_divide(), safe_divide(), saturate(), select(), sqrt(), TEST(), TEST(), TEST(), and zero_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.