├── LICENSE.md ├── Makefile ├── README.md ├── array.c ├── array.h ├── eval.c ├── eval.h ├── float32.c ├── float32.h ├── float64.c ├── float64.h ├── kernel32.c ├── kernel32.h ├── main.c ├── real32.c ├── real32.h ├── soft.c ├── soft.h ├── types.h ├── uint128.c └── uint128.h /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphitemaster/fpinspect/HEAD/LICENSE.md -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphitemaster/fpinspect/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphitemaster/fpinspect/HEAD/README.md -------------------------------------------------------------------------------- /array.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphitemaster/fpinspect/HEAD/array.c -------------------------------------------------------------------------------- /array.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphitemaster/fpinspect/HEAD/array.h -------------------------------------------------------------------------------- /eval.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphitemaster/fpinspect/HEAD/eval.c -------------------------------------------------------------------------------- /eval.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphitemaster/fpinspect/HEAD/eval.h -------------------------------------------------------------------------------- /float32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphitemaster/fpinspect/HEAD/float32.c -------------------------------------------------------------------------------- /float32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphitemaster/fpinspect/HEAD/float32.h -------------------------------------------------------------------------------- /float64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphitemaster/fpinspect/HEAD/float64.c -------------------------------------------------------------------------------- /float64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphitemaster/fpinspect/HEAD/float64.h -------------------------------------------------------------------------------- /kernel32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphitemaster/fpinspect/HEAD/kernel32.c -------------------------------------------------------------------------------- /kernel32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphitemaster/fpinspect/HEAD/kernel32.h -------------------------------------------------------------------------------- /main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphitemaster/fpinspect/HEAD/main.c -------------------------------------------------------------------------------- /real32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphitemaster/fpinspect/HEAD/real32.c -------------------------------------------------------------------------------- /real32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphitemaster/fpinspect/HEAD/real32.h -------------------------------------------------------------------------------- /soft.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphitemaster/fpinspect/HEAD/soft.c -------------------------------------------------------------------------------- /soft.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphitemaster/fpinspect/HEAD/soft.h -------------------------------------------------------------------------------- /types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphitemaster/fpinspect/HEAD/types.h -------------------------------------------------------------------------------- /uint128.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphitemaster/fpinspect/HEAD/uint128.c -------------------------------------------------------------------------------- /uint128.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphitemaster/fpinspect/HEAD/uint128.h --------------------------------------------------------------------------------