math: fix float->int functions
authornsz <nsz@port70.net>
Sat, 13 Oct 2012 14:02:42 +0000 (16:02 +0200)
committernsz <nsz@port70.net>
Sat, 13 Oct 2012 14:02:42 +0000 (16:02 +0200)
commit125fb69ba64c0064de25eb1a23217b00aa393051
tree2f6ba2374c51bdf6211a1f7f7abc215a9fcd8be3
parente084227a3608bc38230b88ea03e7b0f0804dd3ad
math: fix float->int functions
18 files changed:
src/math/gen/template/d_i.c
src/math/gen/template/f_i.c
src/math/gen/template/l_i.c
src/math/ilogb.c
src/math/ilogbf.c
src/math/ilogbl.c
src/math/llrint.c
src/math/llrintf.c
src/math/llrintl.c
src/math/llround.c
src/math/llroundf.c
src/math/llroundl.c
src/math/lrint.c
src/math/lrintf.c
src/math/lrintl.c
src/math/lround.c
src/math/lroundf.c
src/math/lroundl.c