|
Blender
V2.93
|
Go to the source code of this file.
Functions | |
| TEST (math_base, CompareFFRelativeValid) | |
| TEST (math_base, CompareFFRelativeNormal) | |
| TEST (math_base, CompareFFRelativeZero) | |
| TEST (math_base, Log2FloorU) | |
| TEST (math_base, Log2CeilU) | |
| TEST (math_base, CeilPowerOf10) | |
| TEST (math_base, FloorPowerOf10) | |
| TEST | ( | math_base | , |
| CeilPowerOf10 | |||
| ) |
Definition at line 117 of file BLI_math_base_test.cc.
References ceil_power_of_10(), and EXPECT_EQ().
| TEST | ( | math_base | , |
| CompareFFRelativeNormal | |||
| ) |
Definition at line 16 of file BLI_math_base_test.cc.
References compare_ff_relative().
| TEST | ( | math_base | , |
| CompareFFRelativeValid | |||
| ) |
Definition at line 11 of file BLI_math_base_test.cc.
| TEST | ( | math_base | , |
| CompareFFRelativeZero | |||
| ) |
Definition at line 47 of file BLI_math_base_test.cc.
References compare_ff_relative().
| TEST | ( | math_base | , |
| FloorPowerOf10 | |||
| ) |
Definition at line 126 of file BLI_math_base_test.cc.
References EXPECT_EQ(), and floor_power_of_10().
| TEST | ( | math_base | , |
| Log2CeilU | |||
| ) |
Definition at line 102 of file BLI_math_base_test.cc.
References EXPECT_EQ(), and log2_ceil_u().
| TEST | ( | math_base | , |
| Log2FloorU | |||
| ) |
Definition at line 87 of file BLI_math_base_test.cc.
References EXPECT_EQ(), and log2_floor_u().