Log In
atests
/
atests.libc
Clone
Source Code
GIT
Source
Issues
0
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
7fd3b8
math: add random float generator to gen, make check work for ulp tests
Authored and Committed by Szabolcs Nagy
12 years ago
raw
patch
tree
parent
6 files changed.
350 lines added
.
16 lines removed
.
src/math/gen/Makefile
file modified
+1
-1
src/math/gen/functions.h
file modified
+7
-0
src/math/gen/gen.c
file modified
+33
-12
src/math/gen/mp.c
file modified
+6
-0
src/math/gen/mplibm.c
file modified
+17
-3
src/math/gen/rnd.c
file added
+286
math: add random float generator to gen, make check work for ulp tests
src/math/gen/Makefile
file modified
+1
-1
src/math/gen/functions.h
file modified
+7
-0
src/math/gen/gen.c
file modified
+33
-12
src/math/gen/mp.c
file modified
+6
-0
src/math/gen/mplibm.c
file modified
+17
-3
src/math/gen/rnd.c
file added
+286