aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_mixramp.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* test/test_mixramp: add threshold to floating point comparisonsMax Kellermann2013-11-041-6/+9
| | | | | Fixes bogus test failures on Debian build machines due to rounding errors (hopefully).
* CrossFade: use negative value for invalid MixRamp overlapMax Kellermann2013-10-301-1/+1
| | | | Avoid NaN to allow -ffast-math.
* test/test_mixramp: improved test for mixramp_interpolate(0)Max Kellermann2013-10-301-5/+3
|
* test/test_mixramp: add test with "invalid" return valueMax Kellermann2013-10-301-0/+4
|
* test/test_mixramp: unit test for mixramp_interpolate()Max Kellermann2013-10-261-0/+82