summaryrefslogtreecommitdiff
path: root/Source/Core/Common/MathUtil.h
AgeCommit message (Expand)Author
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-04-03MathUtilTest: Fix tests on MSVC - Document compiler bugLioncash
2016-01-21Correct ampersands as wellmathieui
2015-10-20MathUtil: Make Rectangle constructors and equality operator constexprLioncash
2015-10-20MathUtil: Default initialize Rectangle class data membersLioncash
2015-09-12MathUtil: Convert IsPow2 into a constexpr functionLioncash
2015-09-12MathUtil: Convert Clamp into a constexpr functionLioncash
2015-08-21MathUtil: Remove IsNAN and IsINFLioncash
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-03-04Fix clamping for rectangles.magumagu
2014-11-23VertexShaderManager: Compute stereoscopy projection matrices.Jules Blok
2014-09-10Merge pull request #1027 from rohit-n/change-includeRyan Houdek
2014-09-08Rename Log2 and add IsPow2 to MathUtils for future useFiora
2014-09-08Include CommonTypes.h instead of Common.h.Rohit Nirmal
2014-09-05Revert "JIT64: optimize CA calculations"Fiora
2014-09-05Merge pull request #852 from FioraAeterna/optimizecacomex
2014-09-05Merge pull request #947 from FioraAeterna/rsqrtecomex
2014-09-03JIT: implement fresFiora
2014-09-03JIT: implement frsqrteFiora
2014-09-03Common: Remove unnecessary define check in Log2lioncash
2014-09-01Rename Log2 and add IsPow2 to MathUtils for future useFiora
2014-07-15Fix incorrect clamping in SWRenderer.Scott Mansell
2014-03-24MathUtil: add constructors to IntFloat/IntDoubleTillmann Karras
2014-03-09MathUtil: fix IsQNAN()Tillmann Karras
2014-03-04Make our architecture defines less stupid.Ryan Houdek
2014-02-26MathUtil: Change Log2 return value to intdegasus
2014-02-22Make Common/ mostly IWYU clean (and fix errors in rest of the project detecte...Pierre Bourdon
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-10Replace all include guard ifdefs with "#pragma once"lioncash
2014-02-09Clean up some struct indentationsLioncash
2014-02-05Change the modified parameter in the Clamp function to be a pointer.Lioncash
2014-02-04Introduce a generic clamp function to clean up some similarly duplicated code.Lioncash
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre