]> Zhao Yanbai Git Server - minix.git/commit
Floating point support functions
authorErik van der Kouwe <erik@minix3.org>
Thu, 24 Dec 2009 20:22:41 +0000 (20:22 +0000)
committerErik van der Kouwe <erik@minix3.org>
Thu, 24 Dec 2009 20:22:41 +0000 (20:22 +0000)
commit6dc5d42798b6342a1e58cc17fe424ef1936cf7d9
tree67d82f41a4ffd1cdf4c9e635e74cff430adaf136
parent5e9a8f05ffccfeb78559d5047d0a0a116a22d314
Floating point support functions
33 files changed:
commands/i386/asmconv/asm86.h
commands/i386/asmconv/emit_gnu.c
commands/i386/asmconv/parse_ack.c
include/fenv.h [new file with mode: 0644]
include/math.h
lib/ack/math/ldexp.c
lib/i386/Makefile.in
lib/i386/math/Makefile.in [new file with mode: 0644]
lib/i386/math/arch_compare.c [new file with mode: 0644]
lib/i386/math/arch_round.c [new file with mode: 0644]
lib/i386/math/fegetround.c [new file with mode: 0644]
lib/i386/math/feholdexcept.c [new file with mode: 0644]
lib/i386/math/fesetround.c [new file with mode: 0644]
lib/i386/math/fpu_cw.h [new file with mode: 0644]
lib/i386/math/fpu_cw.s [new file with mode: 0644]
lib/i386/math/fpu_round.h [new file with mode: 0644]
lib/i386/math/fpu_round.s [new file with mode: 0644]
lib/i386/math/fpu_sw.h [new file with mode: 0644]
lib/i386/math/fpu_sw.s [new file with mode: 0644]
lib/math/Makefile.in
lib/math/compare.c [new file with mode: 0644]
lib/math/hugeval.c
lib/math/localmath.h
lib/math/sqrt.c
man/man3/feholdexcept.3 [new file with mode: 0755]
man/man3/fesetround.3 [new file with mode: 0644]
man/man3/fpclassify.3 [new file with mode: 0644]
man/man3/islessgreater.3 [new file with mode: 0644]
man/man3/nearbyint.3 [new file with mode: 0644]
man/man3/remainder.3 [new file with mode: 0644]
test/Makefile
test/run
test/test47.c [new file with mode: 0644]