Blender
V3.3
|
#include <cstdio>
Go to the source code of this file.
Functions | |
ccl_device_inline float8_t | make_float8_t (float f) |
ccl_device_inline float8_t | make_float8_t (float a, float b, float c, float d, float e, float f, float g, float h) |
ccl_device_inline float8_t make_float8_t | ( | float | a, |
float | b, | ||
float | c, | ||
float | d, | ||
float | e, | ||
float | f, | ||
float | g, | ||
float | h | ||
) |
Definition at line 75 of file types_float8_impl.h.
References Freestyle::a, usdtokens::b(), Freestyle::c, e, usdtokens::g(), and r.
ccl_device_inline float8_t make_float8_t | ( | float | f | ) |
Definition at line 64 of file types_float8_impl.h.
References r.
Referenced by exp(), fabs(), is_zero(), log(), max(), min(), one_float8_t(), operator*(), operator+(), operator-(), operator/(), pow(), rcp(), safe_divide(), saturate(), sqrt(), and zero_float8_t().