aboutsummaryrefslogtreecommitdiff
path: root/tests/core/math
Commit message (Collapse)AuthorAgeFilesLines
* [tests] Make test runners exit with errorlevel 1 if a test fails.Jeroen van Rijn2022-03-031-0/+4
|
* Ports OpenSimplex2 from https://github.com/KdotJPG/OpenSimplex2 to Odin. ↵NoahR022022-02-081-4/+0
| | | | Adds tests for the noise procedures.
* Ports OpenSimplex2 from https://github.com/KdotJPG/OpenSimplex2 to Odin. ↵NoahR022022-02-081-0/+153
| | | | Adds tests for the noise procedures.
* [math/big] Rename `internal_int_shl_digit` to `_private_int_shl_leg`.Jeroen van Rijn2021-12-112-20/+20
| | | | | Same for the SHR variant. These are pure implementation details to shift by a leg/word at a time. Prevent accidental usage.
* [math/big] Fix int_set and int_get.Jeroen van Rijn2021-12-091-11/+16
|
* LLVM 12 big math test workaround.Jeroen van Rijn2021-09-113-53/+36
|
* Separate math/big test.Jeroen van Rijn2021-09-071-0/+13
|
* Move math/big tests under `tests/`.Jeroen van Rijn2021-09-072-0/+1150