aboutsummaryrefslogtreecommitdiff
path: root/unittests
Commit message (Expand)AuthorAgeFilesLines
* fixed division, undefined behaviors and some improvements (#33)Martin Bařinka2021-05-037-854/+0
* Make unittest #include path consistent (#29)Petteri Aimonen2021-04-292-2/+2
* New unittests (#28)Martin Bařinka2021-04-293-4/+4
* Removed 64-bit restriction on linear interpolation functions. Added more test...Chris Hammond2020-10-292-2/+42
* Added unit tests for "lerp" functions, and found several type conversion bugsChris Hammond2020-10-221-0/+30
* add FIXMATH_NO_CTYPE optionDavid Lechner2019-06-161-6/+9
* clean all unit testsDavid Lechner2019-06-161-0/+3
* Add F16C() macro for defining values without float support.PetteriAimonen2014-12-302-1/+118
* Fix bug in fix16_str_unittests on Windows.PetteriAimonen2013-04-191-1/+1
* Fixed erronous printout of division unit test.Flatmush2012-08-311-3/+3
* Added to/from string conversion functions, and testcases for them.Petteri.Aimonen2012-08-292-2/+127
* Perform the fix16_min -> fix16_minimum rename in unittests to make them work ...Petteri.Aimonen2012-08-292-12/+12
* Improved fix16_exp() (half runtime, more accuracy), added fix16_log(), made u...Petteri.Aimonen2012-02-272-2/+134
* Merging a bunch of separately developed functions:Petteri.Aimonen2012-01-263-0/+404