LICENSE
README.md
pyproject.toml
titanfp/__init__.py
titanfp/bench.py
titanfp/demo.py
titanfp/rk_sweep.py
titanfp/sweeps.py
titanfp/techcon_examples.py
titanfp/tensors.py
titanfp/test.py
titanfp/vec_sweep.py
titanfp.egg-info/PKG-INFO
titanfp.egg-info/SOURCES.txt
titanfp.egg-info/dependency_links.txt
titanfp.egg-info/requires.txt
titanfp.egg-info/top_level.txt
titanfp/arithmetic/__init__.py
titanfp/arithmetic/analysis.py
titanfp/arithmetic/canonicalize.py
titanfp/arithmetic/core2math.py
titanfp/arithmetic/evalctx.py
titanfp/arithmetic/fixed.py
titanfp/arithmetic/fpvm.py
titanfp/arithmetic/ieee754.py
titanfp/arithmetic/interpreter.py
titanfp/arithmetic/mpmf.py
titanfp/arithmetic/mpnum.py
titanfp/arithmetic/native.py
titanfp/arithmetic/ndarray.py
titanfp/arithmetic/np.py
titanfp/arithmetic/optimistic.py
titanfp/arithmetic/posit.py
titanfp/arithmetic/sinking.py
titanfp/arithmetic/sinkingposit.py
titanfp/arithmetic/softfloat.py
titanfp/arithmetic/softposit.py
titanfp/fpbench/__init__.py
titanfp/fpbench/benchmarks.py
titanfp/fpbench/fpcast.py
titanfp/fpbench/fpcommon.py
titanfp/fpbench/fpcparser.py
titanfp/fpbench/fpyparser.py
titanfp/fpbench/toolserver.py
titanfp/fpbench/gen/FPCoreLexer.py
titanfp/fpbench/gen/FPCoreParser.py
titanfp/fpbench/gen/FPCoreVisitor.py
titanfp/fpbench/gen/FPYLexer.py
titanfp/fpbench/gen/FPYParser.py
titanfp/fpbench/gen/FPYVisitor.py
titanfp/fpbench/gen/__init__.py
titanfp/titanic/__init__.py
titanfp/titanic/conversion.py
titanfp/titanic/digital.py
titanfp/titanic/gmpmath.py
titanfp/titanic/integral.py
titanfp/titanic/ndarray.py
titanfp/titanic/ops.py
titanfp/titanic/sinking.py
titanfp/titanic/utils.py
titanfp/titanic/wolfmath.py