math: add some float f(float,int) and some float f(float,int*) tests
authornsz <nsz@port70.net>
Tue, 9 Oct 2012 13:53:07 +0000 (15:53 +0200)
committernsz <nsz@port70.net>
Tue, 9 Oct 2012 13:53:07 +0000 (15:53 +0200)
commit75aab93ef75299e347be24f57223dc93f2af80a4
tree2cbcedffbef1c86e8e9f248b8c0f22f4018ad353
parentcdfd9b0160138066aee48455c369932f92149bc0
math: add some float f(float,int) and some float f(float,int*) tests
27 files changed:
src/math/frexp.c [new file with mode: 0644]
src/math/frexpf.c [new file with mode: 0644]
src/math/frexpl.c [new file with mode: 0644]
src/math/gen/functions.h
src/math/gen/template/d_di.c [new file with mode: 0644]
src/math/gen/template/di_d.c [new file with mode: 0644]
src/math/gen/template/f_fi.c [new file with mode: 0644]
src/math/gen/template/fi_f.c [new file with mode: 0644]
src/math/gen/template/l_li.c [new file with mode: 0644]
src/math/gen/template/li_l.c [new file with mode: 0644]
src/math/ldexp.c [new file with mode: 0644]
src/math/ldexpf.c [new file with mode: 0644]
src/math/ldexpl.c [new file with mode: 0644]
src/math/lgamma.c [new file with mode: 0644]
src/math/lgamma_r.c [new file with mode: 0644]
src/math/lgammaf.c [new file with mode: 0644]
src/math/lgammaf_r.c [new file with mode: 0644]
src/math/lgammal.c [new file with mode: 0644]
src/math/lgammal_r.c [new file with mode: 0644]
src/math/scalbln.c [new file with mode: 0644]
src/math/scalblnf.c [new file with mode: 0644]
src/math/scalblnl.c [new file with mode: 0644]
src/math/scalbn.c [new file with mode: 0644]
src/math/scalbnf.c [new file with mode: 0644]
src/math/scalbnl.c [new file with mode: 0644]
src/math/test.h [deleted file]
src/math/util.h