|
Blender V4.3
|
Go to the source code of this file.
Functions | |
| CCL_NAMESPACE_BEGIN | TEST (math, next_power_of_two) |
| TEST (math, prev_power_of_two) | |
| TEST (math, reverse_integer_bits) | |
| CCL_NAMESPACE_BEGIN TEST | ( | math | , |
| next_power_of_two | ) |
Definition at line 11 of file util_math_test.cpp.
References EXPECT_EQ(), and next_power_of_two().
| TEST | ( | math | , |
| prev_power_of_two | ) |
Definition at line 20 of file util_math_test.cpp.
References EXPECT_EQ(), and prev_power_of_two().
| TEST | ( | math | , |
| reverse_integer_bits | ) |
Definition at line 36 of file util_math_test.cpp.
References EXPECT_EQ(), and reverse_integer_bits().