add tests: math, udiv, stdio/memstream
authornsz <nsz@port70.net>
Tue, 27 Mar 2012 00:02:42 +0000 (02:02 +0200)
committernsz <nsz@port70.net>
Tue, 27 Mar 2012 00:02:42 +0000 (02:02 +0200)
commit0c7d465f8b04e9db61c2c9a32510799c19ec0503
tree71b244a2b2e86daed0c107d5b2ac3811fe2a541b
parent8f27a344abbb2caa2306e784c0f1a411dd301081
add tests: math, udiv, stdio/memstream
src/math/Makefile [new file with mode: 0644]
src/math/acos.c [new file with mode: 0644]
src/math/fenv.c [new file with mode: 0644]
src/math/fma.c [new file with mode: 0644]
src/math/lrint.c [new file with mode: 0644]
src/math/sanity.c [new file with mode: 0644]
src/math/scalbn.c [new file with mode: 0644]
src/math/sqrt.c [new file with mode: 0644]
src/stdio/memstream.c [new file with mode: 0644]
src/udiv/Makefile [new file with mode: 0644]
src/udiv/udiv.c [new file with mode: 0644]