math: do correctly rounded checks where it's appropriate
authorSzabolcs Nagy <nsz@port70.net>
Thu, 25 Oct 2012 20:56:48 +0000 (22:56 +0200)
committerSzabolcs Nagy <nsz@port70.net>
Thu, 25 Oct 2012 20:56:48 +0000 (22:56 +0200)
commit5729b0cb56800bde195ac79324f23af6a54bdaac
treee3de7bb24b8c6470a023f3bc716a4e876c063a07
parentdc1a7ecaaebc597a1f63d87d1c023bb82efda536
math: do correctly rounded checks where it's appropriate
49 files changed:
src/math/ceil.c
src/math/ceilf.c
src/math/ceill.c
src/math/copysign.c
src/math/copysignf.c
src/math/copysignl.c
src/math/fabs.c
src/math/fabsf.c
src/math/fabsl.c
src/math/floor.c
src/math/floorf.c
src/math/floorl.c
src/math/fma.c
src/math/fmaf.c
src/math/fmal.c
src/math/fmax.c
src/math/fmaxf.c
src/math/fmaxl.c
src/math/fmin.c
src/math/fminf.c
src/math/fminl.c
src/math/frexp.c
src/math/frexpf.c
src/math/frexpl.c
src/math/nextafter.c
src/math/nextafterf.c
src/math/nextafterl.c
src/math/nexttoward.c
src/math/nexttowardf.c
src/math/nexttowardl.c
src/math/rint.c
src/math/rintf.c
src/math/rintl.c
src/math/round.c
src/math/roundf.c
src/math/roundl.c
src/math/scalbln.c
src/math/scalblnf.c
src/math/scalblnl.c
src/math/scalbn.c
src/math/scalbnf.c
src/math/scalbnl.c
src/math/sqrt.c
src/math/sqrtf.c
src/math/sqrtl.c
src/math/trunc.c
src/math/truncf.c
src/math/truncl.c
src/math/util.h