README.md
setup.py
titanfp/__init__.py
titanfp/bench.py
titanfp/demo.py
titanfp/techcon_examples.py
titanfp/test.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/canonicalize.py
titanfp/arithmetic/core2math.py
titanfp/arithmetic/evalctx.py
titanfp/arithmetic/fixed.py
titanfp/arithmetic/ieee754.py
titanfp/arithmetic/interpreter.py
titanfp/arithmetic/mpmf.py
titanfp/arithmetic/mpnum.py
titanfp/arithmetic/native.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/FPCore.interp
titanfp/fpbench/FPCore.tokens
titanfp/fpbench/FPCoreLexer.interp
titanfp/fpbench/FPCoreLexer.py
titanfp/fpbench/FPCoreLexer.tokens
titanfp/fpbench/FPCoreParser.py
titanfp/fpbench/FPCoreVisitor.py
titanfp/fpbench/__init__.py
titanfp/fpbench/fpcast.py
titanfp/fpbench/fpcparser.py
titanfp/fpbench/antlr/FPCore.g4
titanfp/fpbench/antlr/Makefile
titanfp/titanic/__init__.py
titanfp/titanic/conversion.py
titanfp/titanic/digital.py
titanfp/titanic/gmpmath.py
titanfp/titanic/integral.py
titanfp/titanic/ops.py
titanfp/titanic/sinking.py
titanfp/titanic/utils.py
titanfp/titanic/wolfmath.py