math: fix some invalid checks (remquo, lrint, lround, y0, y1, yn)
authorSzabolcs Nagy <nsz@port70.net>
Mon, 12 Nov 2012 21:00:52 +0000 (22:00 +0100)
committerSzabolcs Nagy <nsz@port70.net>
Mon, 12 Nov 2012 21:00:52 +0000 (22:00 +0100)
commitb3580f11bf7b91afd597e6224c2f265d6d0b087f
tree6051136245401495f27266a6e22ad14280cbeb68
parentc886bb85233e642ca37731de72ad3e1f2f18a2f3
math: fix some invalid checks (remquo, lrint, lround, y0, y1, yn)
21 files changed:
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
src/math/remquo.c
src/math/remquof.c
src/math/remquol.c
src/math/y0.c
src/math/y0f.c
src/math/y1.c
src/math/y1f.c
src/math/yn.c
src/math/ynf.c