math: add ilogb, fix f_fi tests
authornsz <nsz@port70.net>
Thu, 11 Oct 2012 20:36:31 +0000 (22:36 +0200)
committernsz <nsz@port70.net>
Thu, 11 Oct 2012 20:36:31 +0000 (22:36 +0200)
commit2146d5e12aa52cb97f0a151e2611967f0653a07a
treed29343d314871eeeab8ff11e36b5ef485ec514c7
parent6267890b2c3641c5103e388ca374b5ef5ee78c99
math: add ilogb, fix f_fi tests
22 files changed:
src/math/frexpf.c
src/math/gen/functions.h
src/math/gen/gen.h
src/math/gen/mp.c
src/math/gen/mplibm.c
src/math/gen/template/d_i.c [new file with mode: 0644]
src/math/gen/template/f_fi.c
src/math/gen/template/f_i.c [new file with mode: 0644]
src/math/gen/template/l_i.c [new file with mode: 0644]
src/math/ilogb.c [new file with mode: 0644]
src/math/ilogbf.c [new file with mode: 0644]
src/math/ilogbl.c [new file with mode: 0644]
src/math/lgammaf.c
src/math/lgammaf_r.c
src/math/sanity/ilogb.h [new file with mode: 0644]
src/math/sanity/ilogbf.h [new file with mode: 0644]
src/math/sanity/ilogbl.h [new file with mode: 0644]
src/math/sanity/j0l.h [deleted file]
src/math/sanity/j1l.h [deleted file]
src/math/sanity/y0l.h [deleted file]
src/math/sanity/y1l.h [deleted file]
src/math/util.h