summaryrefslogtreecommitdiff
path: root/src/classlibnative/float
AgeCommit message (Expand)AuthorFilesLines
2019-05-10Move EventProvider native layout to be driven by CMake configure (#24478)Jeremy Koritzinsky1-0/+2
2018-11-12Some cleanup of the Math functions from #20788 (#20912)Tanner Gooding2-2/+2
2018-11-05Adding some new functions to System.Math and System.MathF (#20788)Tanner Gooding2-0/+72
2018-08-29Update floatdouble and floatsingle to use `floatcontrol(precise, value push)`...Tanner Gooding2-8/+16
2018-08-29Updating floatdouble and floatsingle to work around an incorrect result under...Tanner Gooding2-0/+27
2018-02-17delete unused mirror files (#16423)Sergey Andreenko1-1/+0
2017-12-13Adding support for Acosh, Asinh, Atanh, and Cbrt to Math and MathFTanner Gooding2-0/+72
2017-09-27Use FCDECL2_VI instead of FCDECL_VV (#14215)Jonghyun Park2-2/+2
2017-09-23Moving parts of `System.Math` and `System.MathF` to be shared with CoreRT. (#...Tanner Gooding2-52/+22
2017-06-14Fix a COMDouble::Round() issue (#12210)Han Lee2-6/+4
2017-03-22Removing the special handling in classlibnative for atan2(±∞, ±∞) and p...Tanner Gooding2-58/+0
2017-03-03Updating `COMSingle` in `classlibnative` to use the appropriate FCALL Declara...Tanner Gooding1-19/+19
2016-12-26Remove files related to legacy build system (#8723)Robert1-36/+0
2016-10-20Updating the macro redefinition for _isnanf and _copysignf in floatsingle.cpp...dotnet-bot1-6/+11
2016-10-19Fix arm32 build breakRahul Kumar1-1/+1
2016-10-19fix arm64 build breakRahul Kumar1-0/+6
2016-10-18_isnanf is not defined for arm64 use isnan insteadRahul Kumar1-1/+1
2016-10-18Adding single-precision math functions. (#5492)Tanner Gooding1-0/+217
2016-06-02Improvements to System.Math InternalCall code. (#4847)Tanner Gooding6-525/+338
2016-01-27Update license headersdotnet-bot2-8/+6
2016-01-21FIx the incremental build for WindowsJan Vorlicek1-1/+1
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot5-0/+577