gitextract_fgkxyhc3/ ├── .gitignore ├── LICENSE ├── README.md ├── SoftFloat/ │ ├── .gitignore │ ├── SoftFloat.csproj │ ├── libm/ │ │ ├── Arithmetic.cs │ │ ├── LICENSE.txt │ │ ├── Transcendental.cs │ │ └── Trigonometry.cs │ └── sfloat.cs ├── SoftFloat.sln └── SoftFloatTest/ ├── .gitignore ├── PCG.cs ├── Program.cs ├── SoftFloatTest.csproj └── Tests.cs