Log In
atests
/
atests.libc
Clone
Source Code
GIT
Source
Issues
0
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
0c7d46
add tests: math, udiv, stdio/memstream
Authored and Committed by nsz
12 years ago
raw
patch
tree
parent
11 files changed.
1275 lines added
.
0 lines removed
.
src/math/Makefile
file added
+4
src/math/acos.c
file added
+12
src/math/fenv.c
file added
+60
src/math/fma.c
file added
+212
src/math/lrint.c
file added
+277
src/math/sanity.c
file added
+253
src/math/scalbn.c
file added
+72
src/math/sqrt.c
file added
+92
src/stdio/memstream.c
file added
+94
src/udiv/Makefile
file added
+2
src/udiv/udiv.c
file added
+197
add tests: math, udiv, stdio/memstream
src/math/Makefile
file added
+4
src/math/acos.c
file added
+12
src/math/fenv.c
file added
+60
src/math/fma.c
file added
+212
src/math/lrint.c
file added
+277
src/math/sanity.c
file added
+253
src/math/scalbn.c
file added
+72
src/math/sqrt.c
file added
+92
src/stdio/memstream.c
file added
+94
src/udiv/Makefile
file added
+2
src/udiv/udiv.c
file added
+197