Log In
atests
/
atests.libc
Clone
Source Code
GIT
Source
Issues
0
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
588927
math: add remquo and fma
Authored and Committed by nsz
12 years ago
raw
patch
tree
parent
17 files changed.
466 lines added
.
17 lines removed
.
src/math/fma.c
file added
+41
src/math/fmaf.c
file added
+41
src/math/fmal.c
file added
+45
src/math/gen/functions.h
file modified
+13
-0
src/math/gen/gensanity.sh
file modified
+8
-0
src/math/gen/mp.c
file modified
+93
-0
src/math/gen/mplibm.c
file modified
+48
-17
src/math/remquo.c
file added
+42
src/math/remquof.c
file added
+42
src/math/remquol.c
file added
+42
src/math/sanity/fma.h
file added
+5
src/math/sanity/fmaf.h
file added
+5
src/math/sanity/fmal.h
file added
+5
src/math/sanity/remquo.h
file added
+10
src/math/sanity/remquof.h
file added
+10
src/math/sanity/remquol.h
file added
+10
src/math/util.h
file modified
+6
-0
math: add remquo and fma
src/math/fma.c
file added
+41
src/math/fmaf.c
file added
+41
src/math/fmal.c
file added
+45
src/math/gen/functions.h
file modified
+13
-0
src/math/gen/gensanity.sh
file modified
+8
-0
src/math/gen/mp.c
file modified
+93
-0
src/math/gen/mplibm.c
file modified
+48
-17
src/math/remquo.c
file added
+42
src/math/remquof.c
file added
+42
src/math/remquol.c
file added
+42
src/math/sanity/fma.h
file added
+5
src/math/sanity/fmaf.h
file added
+5
src/math/sanity/fmal.h
file added
+5
src/math/sanity/remquo.h
file added
+10
src/math/sanity/remquof.h
file added
+10
src/math/sanity/remquol.h
file added
+10
src/math/util.h
file modified
+6
-0