summaryrefslogtreecommitdiffstats
path: root/src/test/mathutiltest.cpp
AgeCommit message (Expand)Author
2017-01-02Clean up tests.RJ Ryan
2015-12-12Fix denormals testDaniel Schürmann
2015-12-12Clone scons environment, and disable denormal testDaniel Schürmann
2015-12-12remove std::classify call since MSV does not have itDaniel Schürmann
2015-12-10Add zero checks for denormals.RJ Ryan
2015-12-10Add denormal-are-zero test.RJ Ryan
2015-12-10Add tests for isinf, isnan and denormal detection.RJ Ryan
2014-12-17Remove math_clamp_unsafe / math_clamp_safe.RJ Ryan
2014-11-17Unit tests for math_clamp_safe/unsafe()Uwe Klotz