math: add remquo and fma
authornsz <nsz@port70.net>
Sat, 13 Oct 2012 16:12:15 +0000 (18:12 +0200)
committernsz <nsz@port70.net>
Sat, 13 Oct 2012 16:12:15 +0000 (18:12 +0200)
commit588927eced2aa02855723750217fe3fc26404da9
tree856709b2f568f882da75d71387b72b80068e8583
parentcb9f87af9a1f917facd1140603b24f1087729751
math: add remquo and fma
17 files changed:
src/math/fma.c [new file with mode: 0644]
src/math/fmaf.c [new file with mode: 0644]
src/math/fmal.c [new file with mode: 0644]
src/math/gen/functions.h
src/math/gen/gensanity.sh
src/math/gen/mp.c
src/math/gen/mplibm.c
src/math/remquo.c [new file with mode: 0644]
src/math/remquof.c [new file with mode: 0644]
src/math/remquol.c [new file with mode: 0644]
src/math/sanity/fma.h [new file with mode: 0644]
src/math/sanity/fmaf.h [new file with mode: 0644]
src/math/sanity/fmal.h [new file with mode: 0644]
src/math/sanity/remquo.h [new file with mode: 0644]
src/math/sanity/remquof.h [new file with mode: 0644]
src/math/sanity/remquol.h [new file with mode: 0644]
src/math/util.h