Log In
atests
/
atests.libc
Clone
Source Code
GIT
Source
Issues
0
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
cb9f87
math: add modf and sincos
Authored and Committed by nsz
12 years ago
raw
patch
tree
parent
18 files changed.
494 lines added
.
0 lines removed
.
src/math/gen/functions.h
file modified
+7
-0
src/math/gen/gensanity.sh
file modified
+2
-0
src/math/gen/gentests.sh
file modified
+2
-0
src/math/gen/mp.c
file modified
+90
-0
src/math/gen/mplibm.c
file modified
+67
-0
src/math/modf.c
file added
+42
src/math/modff.c
file added
+42
src/math/modfl.c
file added
+46
src/math/sanity/modf.h
file added
+10
src/math/sanity/modff.h
file added
+10
src/math/sanity/modfl.h
file added
+10
src/math/sanity/sincos.h
file added
+10
src/math/sanity/sincosf.h
file added
+10
src/math/sanity/sincosl.h
file added
+10
src/math/sincos.c
file added
+43
src/math/sincosf.c
file added
+43
src/math/sincosl.c
file added
+47
src/math/util.h
file modified
+3
-0
math: add modf and sincos
src/math/gen/functions.h
file modified
+7
-0
src/math/gen/gensanity.sh
file modified
+2
-0
src/math/gen/gentests.sh
file modified
+2
-0
src/math/gen/mp.c
file modified
+90
-0
src/math/gen/mplibm.c
file modified
+67
-0
src/math/modf.c
file added
+42
src/math/modff.c
file added
+42
src/math/modfl.c
file added
+46
src/math/sanity/modf.h
file added
+10
src/math/sanity/modff.h
file added
+10
src/math/sanity/modfl.h
file added
+10
src/math/sanity/sincos.h
file added
+10
src/math/sanity/sincosf.h
file added
+10
src/math/sanity/sincosl.h
file added
+10
src/math/sincos.c
file added
+43
src/math/sincosf.c
file added
+43
src/math/sincosl.c
file added
+47
src/math/util.h
file modified
+3
-0