understanding_floatingpoint
Floating point analysis
An exploration of the intricacies and limitations of floating-point arithmetic in C++
0 stars
1 watching
0 forks
Language: C++
last commit: over 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| An introductory course on floating-point numbers and formal proof using Coq | 6 |
| An open-source project providing hardware floating-point units in Chisel for efficient floating-point arithmetic and conversion operations | 296 |
| A flexible and parameterizable floating-point unit design for RISC-V processors | 440 |
| An editor/viewer/analyzer for executables. | 412 |
| Tool to generate meta-programming capabilities from source code analysis | 97 |
| A fast and efficient library for converting floating-point numbers to decimal strings. | 1,212 |
| Compares C and C++ language features to determine their type and behavior | 196 |
| Provides additional IEEE floating point features not covered by the Common Lisp standard. | 29 |
| Custom C++ implementations of analysis tools from the book Practical Binary Analysis | 52 |
| Automates identification of frequently executed code blocks in executables using DynamoRIO to generate breakpoints for analysis | 26 |
| An analysis of notable software projects | 21 |
| A C++ library for analyzing and processing raster data from GIS sources | 50 |
| A static analysis tool for C/C++ programs based on Abstract Interpretation theory. | 2,746 |
| An implementation of a compact and accurate floating-point format suitable for embedded systems | 289 |
| A framework to analyze and instrument Solidity smart contracts by parsing their abstract syntax trees (ASTs) and generating modified source code. | 50 |