Initial revision
authorceriel <none@none>
Thu, 7 Apr 1988 10:57:49 +0000 (10:57 +0000)
committerceriel <none@none>
Thu, 7 Apr 1988 10:57:49 +0000 (10:57 +0000)
commit8a96f95c59ec8ee5d3959c41c7f17a5336218e9e
tree4577e8fee5ac63df74f8d32aae0b241d19c602ca
parentcb4e02f02e56b0b936856df2e12dbf77347020e2
Initial revision
50 files changed:
mach/proto/fp/.distr [new file with mode: 0644]
mach/proto/fp/FP.script [new file with mode: 0644]
mach/proto/fp/FP_bias.h [new file with mode: 0644]
mach/proto/fp/FP_shift.h [new file with mode: 0644]
mach/proto/fp/FP_trap.h [new file with mode: 0644]
mach/proto/fp/FP_types.h [new file with mode: 0644]
mach/proto/fp/Makefile [new file with mode: 0644]
mach/proto/fp/add_ext.c [new file with mode: 0644]
mach/proto/fp/adder.c [new file with mode: 0644]
mach/proto/fp/adder.h [new file with mode: 0644]
mach/proto/fp/adf4.c [new file with mode: 0644]
mach/proto/fp/adf8.c [new file with mode: 0644]
mach/proto/fp/cff4.c [new file with mode: 0644]
mach/proto/fp/cff8.c [new file with mode: 0644]
mach/proto/fp/cfi.c [new file with mode: 0644]
mach/proto/fp/cfu.c [new file with mode: 0644]
mach/proto/fp/cif4.c [new file with mode: 0644]
mach/proto/fp/cif8.c [new file with mode: 0644]
mach/proto/fp/cmf4.c [new file with mode: 0644]
mach/proto/fp/cmf8.c [new file with mode: 0644]
mach/proto/fp/compact.c [new file with mode: 0644]
mach/proto/fp/cuf4.c [new file with mode: 0644]
mach/proto/fp/cuf8.c [new file with mode: 0644]
mach/proto/fp/div_ext.c [new file with mode: 0644]
mach/proto/fp/dvf4.c [new file with mode: 0644]
mach/proto/fp/dvf8.c [new file with mode: 0644]
mach/proto/fp/extend.c [new file with mode: 0644]
mach/proto/fp/fef4.c [new file with mode: 0644]
mach/proto/fp/fef8.c [new file with mode: 0644]
mach/proto/fp/fif4.c [new file with mode: 0644]
mach/proto/fp/fif8.c [new file with mode: 0644]
mach/proto/fp/fptrp.e [new file with mode: 0644]
mach/proto/fp/get_put.h [new file with mode: 0644]
mach/proto/fp/mlf4.c [new file with mode: 0644]
mach/proto/fp/mlf8.c [new file with mode: 0644]
mach/proto/fp/mul_ext.c [new file with mode: 0644]
mach/proto/fp/ngf4.c [new file with mode: 0644]
mach/proto/fp/ngf8.c [new file with mode: 0644]
mach/proto/fp/nrm_ext.c [new file with mode: 0644]
mach/proto/fp/prt_dbl.c [new file with mode: 0644]
mach/proto/fp/prt_ext.c [new file with mode: 0644]
mach/proto/fp/sbf4.c [new file with mode: 0644]
mach/proto/fp/sbf8.c [new file with mode: 0644]
mach/proto/fp/sft_ext.c [new file with mode: 0644]
mach/proto/fp/shifter.c [new file with mode: 0644]
mach/proto/fp/sub_ext.c [new file with mode: 0644]
mach/proto/fp/x [new file with mode: 0644]
mach/proto/fp/zrf4.c [new file with mode: 0644]
mach/proto/fp/zrf8.c [new file with mode: 0644]
mach/proto/fp/zrf_ext.c [new file with mode: 0644]