summaryrefslogtreecommitdiffstats
path: root/src/tests/math_test.c
Commit message (Expand)AuthorAgeFilesLines
* [libc] Add ffs(), ffsl(), and ffsll()Michael Brown2015-03-161-0/+74
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [libc] Add flsll()Michael Brown2014-04-271-0/+37
* [libc] Add isqrt() function to find integer square rootsMichael Brown2014-04-261-0/+11
* [test] Check for correct -mrtd assumption on libgcc arithmetic functionsMichael Brown2014-04-261-4/+74
* [test] Add tests for 64-bit divisionMichael Brown2014-04-251-0/+122
* [test] Add self-tests for flsl()Michael Brown2014-04-241-0/+86