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
/
Core
/
Common
/
MathUtil.h
Age
Commit message (
Expand
)
Author
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
2016-01-21
Correct ampersands as well
mathieui
2015-10-20
MathUtil: Make Rectangle constructors and equality operator constexpr
Lioncash
2015-10-20
MathUtil: Default initialize Rectangle class data members
Lioncash
2015-09-12
MathUtil: Convert IsPow2 into a constexpr function
Lioncash
2015-09-12
MathUtil: Convert Clamp into a constexpr function
Lioncash
2015-08-21
MathUtil: Remove IsNAN and IsINF
Lioncash
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2015-03-04
Fix clamping for rectangles.
magumagu
2014-11-23
VertexShaderManager: Compute stereoscopy projection matrices.
Jules Blok
2014-09-10
Merge pull request #1027 from rohit-n/change-include
Ryan Houdek
2014-09-08
Rename Log2 and add IsPow2 to MathUtils for future use
Fiora
2014-09-08
Include CommonTypes.h instead of Common.h.
Rohit Nirmal
2014-09-05
Revert "JIT64: optimize CA calculations"
Fiora
2014-09-05
Merge pull request #852 from FioraAeterna/optimizeca
comex
2014-09-05
Merge pull request #947 from FioraAeterna/rsqrte
comex
2014-09-03
JIT: implement fres
Fiora
2014-09-03
JIT: implement frsqrte
Fiora
2014-09-03
Common: Remove unnecessary define check in Log2
lioncash
2014-09-01
Rename Log2 and add IsPow2 to MathUtils for future use
Fiora
2014-07-15
Fix incorrect clamping in SWRenderer.
Scott Mansell
2014-03-24
MathUtil: add constructors to IntFloat/IntDouble
Tillmann Karras
2014-03-09
MathUtil: fix IsQNAN()
Tillmann Karras
2014-03-04
Make our architecture defines less stupid.
Ryan Houdek
2014-02-26
MathUtil: Change Log2 return value to int
degasus
2014-02-22
Make Common/ mostly IWYU clean (and fix errors in rest of the project detecte...
Pierre Bourdon
2014-02-18
Convert all includes to relative paths.
Lioncash
2014-02-10
Replace all include guard ifdefs with "#pragma once"
lioncash
2014-02-09
Clean up some struct indentations
Lioncash
2014-02-05
Change the modified parameter in the Clamp function to be a pointer.
Lioncash
2014-02-04
Introduce a generic clamp function to clean up some similarly duplicated code.
Lioncash
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre