#include "testing/testing.h"
#include "BLI_math_base.hh"
#include "BLI_math_base_safe.h"
#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, UlpDiffFF) |
| |
| | 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, StepLessThan) |
| |
| | blender::tests::TEST (math_base, StepGreaterThan) |
| |
| | blender::tests::TEST (math_base, StepExact) |
| |
| | blender::tests::TEST (math_base, Midpoint) |
| |
| | blender::tests::TEST (math_base, InterpolateInt) |
| |
| | blender::tests::TEST (math_base, FlooredFMod) |
| |
| | blender::tests::TEST (math_base, ModPeriodic) |
| |