prefer (uint)-1>>1 to ~((uint)1<<n), remove some unnecessary ()
authornsz <nsz@port70.net>
Tue, 6 Mar 2012 18:34:26 +0000 (19:34 +0100)
committernsz <nsz@port70.net>
Tue, 6 Mar 2012 18:34:26 +0000 (19:34 +0100)
commitf1278a53fcf066facd97c8c782a412b39d0f2bc4
tree538cb63552083f5c4cdbf764d185b34102e7526b
parent21d0f5c85063b4e1f8168fc53fb4238d78375f08
prefer (uint)-1>>1 to ~((uint)1<<n), remove some unnecessary ()
src/math/__fpclassifyl.c
src/math/copysign.c
src/math/copysignf.c
src/math/ilogbl.c
src/math/modf.c
src/math/modff.c
src/math/sqrt.c