summaryrefslogtreecommitdiff
path: root/Source/UnitTests/Common/MathUtilTest.cpp
AgeCommit message (Expand)Author
2024-06-09Add some unit tests for the `Rectangle` classNiel Lebeck
2023-04-15Common/MathUtil: Move IntLog2 into MathUtil namespaceLioncash
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-04-06MathUtil: Add SaturatingCast to cast floats more safelyLéo Lam
2019-05-04Replace MathUtil::Clamp with std::clampLéo Lam
2018-06-12UnitTests: Fix MSVC compilationspycrab
2018-05-10CommonFuncs: Convert ROUND_UP_POW2 macro to a functionLioncash
2018-05-07Common: Move floating-point utility functions to FloatUtils.h/.cppLioncash
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-04-03MathUtilTest: Fix tests on MSVC - Document compiler bugLioncash
2015-08-21MathUtil: Remove IsNAN and IsINFLioncash
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-03-01Fix include order of files outside of Source/CoreTillmann Karras
2014-09-08Rename Log2 and add IsPow2 to MathUtils for future useFiora
2014-09-05Revert "JIT64: optimize CA calculations"Fiora
2014-09-01Rename Log2 and add IsPow2 to MathUtils for future useFiora
2014-09-01unittests: correct some integers which should have been floating point typesShawn Hoffman
2014-07-15Fix incorrect clamping in SWRenderer.Scott Mansell
2014-03-24MathUtilTest: add test for FlushToZeroTillmann Karras
2014-03-09MathUtil: fix IsQNAN()Tillmann Karras
2014-03-09Add more tests for Common and Core/MMIOPierre Bourdon