math: add modf and sincos
authornsz <nsz@port70.net>
Sat, 13 Oct 2012 15:07:30 +0000 (17:07 +0200)
committernsz <nsz@port70.net>
Sat, 13 Oct 2012 15:07:30 +0000 (17:07 +0200)
commitcb9f87af9a1f917facd1140603b24f1087729751
tree4f35ac318d3134d4e8cff93e59308d9ef4aedc26
parent125fb69ba64c0064de25eb1a23217b00aa393051
math: add modf and sincos
18 files changed:
src/math/gen/functions.h
src/math/gen/gensanity.sh
src/math/gen/gentests.sh
src/math/gen/mp.c
src/math/gen/mplibm.c
src/math/modf.c [new file with mode: 0644]
src/math/modff.c [new file with mode: 0644]
src/math/modfl.c [new file with mode: 0644]
src/math/sanity/modf.h [new file with mode: 0644]
src/math/sanity/modff.h [new file with mode: 0644]
src/math/sanity/modfl.h [new file with mode: 0644]
src/math/sanity/sincos.h [new file with mode: 0644]
src/math/sanity/sincosf.h [new file with mode: 0644]
src/math/sanity/sincosl.h [new file with mode: 0644]
src/math/sincos.c [new file with mode: 0644]
src/math/sincosf.c [new file with mode: 0644]
src/math/sincosl.c [new file with mode: 0644]
src/math/util.h