#include "testing/testing.h"
#include "BLI_math.h"
#include "BLI_math_base.hh"
#include "BLI_math_vector.hh"
Go to the source code of this file.
|
| | blender::tests::TEST (math_base, CompareFFRelativeValid) |
| |
| | blender::tests::TEST (math_base, CompareFFRelativeNormal) |
| |
| | blender::tests::TEST (math_base, CompareFFRelativeZero) |
| |
| | blender::tests::TEST (math_base, Log2FloorU) |
| |
| | blender::tests::TEST (math_base, Log2CeilU) |
| |
| | blender::tests::TEST (math_base, CeilPowerOf10) |
| |
| | blender::tests::TEST (math_base, FloorPowerOf10) |
| |
| | blender::tests::TEST (math_base, MinVectorAndFloat) |
| |
| | blender::tests::TEST (math_base, ClampInt) |
| |
| | blender::tests::TEST (math_base, Midpoint) |
| |
| | blender::tests::TEST (math_base, InterpolateInt) |
| |