index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
UnitTests
/
Common
/
MathUtilTest.cpp
Age
Commit message (
Expand
)
Author
2024-06-09
Add some unit tests for the `Rectangle` class
Niel Lebeck
2023-04-15
Common/MathUtil: Move IntLog2 into MathUtil namespace
Lioncash
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-04-06
MathUtil: Add SaturatingCast to cast floats more safely
Léo Lam
2019-05-04
Replace MathUtil::Clamp with std::clamp
Léo Lam
2018-06-12
UnitTests: Fix MSVC compilation
spycrab
2018-05-10
CommonFuncs: Convert ROUND_UP_POW2 macro to a function
Lioncash
2018-05-07
Common: Move floating-point utility functions to FloatUtils.h/.cpp
Lioncash
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2016-04-03
MathUtilTest: Fix tests on MSVC - Document compiler bug
Lioncash
2015-08-21
MathUtil: Remove IsNAN and IsINF
Lioncash
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2015-03-01
Fix include order of files outside of Source/Core
Tillmann Karras
2014-09-08
Rename Log2 and add IsPow2 to MathUtils for future use
Fiora
2014-09-05
Revert "JIT64: optimize CA calculations"
Fiora
2014-09-01
Rename Log2 and add IsPow2 to MathUtils for future use
Fiora
2014-09-01
unittests: correct some integers which should have been floating point types
Shawn Hoffman
2014-07-15
Fix incorrect clamping in SWRenderer.
Scott Mansell
2014-03-24
MathUtilTest: add test for FlushToZero
Tillmann Karras
2014-03-09
MathUtil: fix IsQNAN()
Tillmann Karras
2014-03-09
Add more tests for Common and Core/MMIO
Pierre Bourdon