OSDN Git Service

Avoid precision errors in round(), lround() and llround() functions.
authorkeithmarshall <keithmarshall>
Tue, 3 Jun 2008 18:42:21 +0000 (18:42 +0000)
committerkeithmarshall <keithmarshall>
Tue, 3 Jun 2008 18:42:21 +0000 (18:42 +0000)
commit459588075e3ec8f527586472a1d14ef8e1f91bdc
treeda35309a7602efdac2d119c2a598444ff758399d
parent02f7789890569c5995136a70da49610584f95dd0
Avoid precision errors in round(), lround() and llround() functions.
14 files changed:
winsup/mingw/ChangeLog
winsup/mingw/mingwex/Makefile.in
winsup/mingw/mingwex/math/llround.c [deleted file]
winsup/mingw/mingwex/math/llroundf.c [deleted file]
winsup/mingw/mingwex/math/llroundl.c [deleted file]
winsup/mingw/mingwex/math/lround.c [deleted file]
winsup/mingw/mingwex/math/lround_generic.c [new file with mode: 0644]
winsup/mingw/mingwex/math/lroundf.c [deleted file]
winsup/mingw/mingwex/math/lroundl.c [deleted file]
winsup/mingw/mingwex/math/round.c [deleted file]
winsup/mingw/mingwex/math/round_generic.c [new file with mode: 0644]
winsup/mingw/mingwex/math/round_internal.h [new file with mode: 0644]
winsup/mingw/mingwex/math/roundf.c [deleted file]
winsup/mingw/mingwex/math/roundl.c [deleted file]