Porting the CoreMangLib/cti/system/math tests to CoreMangLib/cti/system/mathf
authorTanner Gooding <tagoo@outlook.com>
Thu, 23 Feb 2017 03:07:32 +0000 (19:07 -0800)
committerTanner Gooding <tagoo@outlook.com>
Thu, 23 Feb 2017 05:44:10 +0000 (21:44 -0800)
commitb98b5fd8c1243cad159e7e24cd9f031c6074b55a
treeed0980eddce3c54a86a10d56591f5cc7ef7809fa
parent9633c819ea4384f2506b09e7936ad0c37b7bd4b4
Porting the CoreMangLib/cti/system/math tests to CoreMangLib/cti/system/mathf

Commit migrated from https://github.com/dotnet/coreclr/commit/74057cb5df9a3bcf31cfe72ab0fc7f45ce95f09c
51 files changed:
src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFAbs.csproj [new file with mode: 0644]
src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFAcos.csproj [new file with mode: 0644]
src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFAtan.csproj [new file with mode: 0644]
src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFAtan2.csproj [new file with mode: 0644]
src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFCeiling.csproj [new file with mode: 0644]
src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFCos.csproj [new file with mode: 0644]
src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFCosh.csproj [new file with mode: 0644]
src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFE.csproj [new file with mode: 0644]
src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFExp.csproj [new file with mode: 0644]
src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFFloor.csproj [new file with mode: 0644]
src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFIEEERemainder.csproj [new file with mode: 0644]
src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFLog.csproj [new file with mode: 0644]
src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFLog10.csproj [new file with mode: 0644]
src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFMax.csproj [new file with mode: 0644]
src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFMin.csproj [new file with mode: 0644]
src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFPI.csproj [new file with mode: 0644]
src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFPow.csproj [new file with mode: 0644]
src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFRound1.csproj [new file with mode: 0644]
src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFRound2.csproj [new file with mode: 0644]
src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFSign.csproj [new file with mode: 0644]
src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFSin.csproj [new file with mode: 0644]
src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFSinh.csproj [new file with mode: 0644]
src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFSqrt.csproj [new file with mode: 0644]
src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFTan.csproj [new file with mode: 0644]
src/coreclr/tests/src/CoreMangLib/cti/system/mathf/MathFTanh.csproj [new file with mode: 0644]
src/coreclr/tests/src/CoreMangLib/cti/system/mathf/mathfabs.cs [new file with mode: 0644]
src/coreclr/tests/src/CoreMangLib/cti/system/mathf/mathfacos.cs [new file with mode: 0644]
src/coreclr/tests/src/CoreMangLib/cti/system/mathf/mathfatan.cs [new file with mode: 0644]
src/coreclr/tests/src/CoreMangLib/cti/system/mathf/mathfatan2.cs [new file with mode: 0644]
src/coreclr/tests/src/CoreMangLib/cti/system/mathf/mathfceiling.cs [new file with mode: 0644]
src/coreclr/tests/src/CoreMangLib/cti/system/mathf/mathfcos.cs [new file with mode: 0644]
src/coreclr/tests/src/CoreMangLib/cti/system/mathf/mathfcosh.cs [new file with mode: 0644]
src/coreclr/tests/src/CoreMangLib/cti/system/mathf/mathfe.cs [new file with mode: 0644]
src/coreclr/tests/src/CoreMangLib/cti/system/mathf/mathfexp.cs [new file with mode: 0644]
src/coreclr/tests/src/CoreMangLib/cti/system/mathf/mathffloor.cs [new file with mode: 0644]
src/coreclr/tests/src/CoreMangLib/cti/system/mathf/mathfieeeremainder.cs [new file with mode: 0644]
src/coreclr/tests/src/CoreMangLib/cti/system/mathf/mathflog.cs [new file with mode: 0644]
src/coreclr/tests/src/CoreMangLib/cti/system/mathf/mathflog10.cs [new file with mode: 0644]
src/coreclr/tests/src/CoreMangLib/cti/system/mathf/mathfmax.cs [new file with mode: 0644]
src/coreclr/tests/src/CoreMangLib/cti/system/mathf/mathfmin.cs [new file with mode: 0644]
src/coreclr/tests/src/CoreMangLib/cti/system/mathf/mathfpi.cs [new file with mode: 0644]
src/coreclr/tests/src/CoreMangLib/cti/system/mathf/mathfpow.cs [new file with mode: 0644]
src/coreclr/tests/src/CoreMangLib/cti/system/mathf/mathfround1.cs [new file with mode: 0644]
src/coreclr/tests/src/CoreMangLib/cti/system/mathf/mathfround2.cs [new file with mode: 0644]
src/coreclr/tests/src/CoreMangLib/cti/system/mathf/mathfsign.cs [new file with mode: 0644]
src/coreclr/tests/src/CoreMangLib/cti/system/mathf/mathfsin.cs [new file with mode: 0644]
src/coreclr/tests/src/CoreMangLib/cti/system/mathf/mathfsinh.cs [new file with mode: 0644]
src/coreclr/tests/src/CoreMangLib/cti/system/mathf/mathfsqrt.cs [new file with mode: 0644]
src/coreclr/tests/src/CoreMangLib/cti/system/mathf/mathftan.cs [new file with mode: 0644]
src/coreclr/tests/src/CoreMangLib/cti/system/mathf/mathftanh.cs [new file with mode: 0644]
src/coreclr/tests/src/CoreMangLib/cti/system/mathf/mathftestlib.cs [new file with mode: 0644]