code cleanup of named constants
authornsz <nsz@port70.net>
Mon, 19 Mar 2012 22:41:19 +0000 (23:41 +0100)
committernsz <nsz@port70.net>
Mon, 19 Mar 2012 22:41:19 +0000 (23:41 +0100)
commit0cbb65479147ecdaa664e88cc2a5a925f3de502f
tree7b6dc53fcec6497d55746d3cc47f167a20b7aa57
parentb03255af77776703c8d48819e824d09f6f54ba86
code cleanup of named constants

zero, one, two, half are replaced by const literals
The policy was to use the f suffix for float consts (1.0f),
but don't use suffix for long double consts (these consts
can be exactly represented as double).
73 files changed:
src/math/__cos.c
src/math/__cosdf.c
src/math/__cosl.c
src/math/__rem_pio2.c
src/math/__rem_pio2_large.c
src/math/__rem_pio2l.c
src/math/__sin.c
src/math/__sinl.c
src/math/__tan.c
src/math/acos.c
src/math/acosf.c
src/math/acosh.c
src/math/acoshf.c
src/math/acoshl.c
src/math/acosl.c
src/math/asin.c
src/math/asinf.c
src/math/asinh.c
src/math/asinhf.c
src/math/asinhl.c
src/math/asinl.c
src/math/atan.c
src/math/atan2.c
src/math/atan2f.c
src/math/atan2l.c
src/math/atanf.c
src/math/atanh.c
src/math/atanhf.c
src/math/atanhl.c
src/math/atanl.c
src/math/cosh.c
src/math/coshf.c
src/math/coshl.c
src/math/erf.c
src/math/erff.c
src/math/erfl.c
src/math/exp.c
src/math/expf.c
src/math/expm1.c
src/math/expm1f.c
src/math/j0.c
src/math/j0f.c
src/math/j1.c
src/math/j1f.c
src/math/jn.c
src/math/jnf.c
src/math/lgamma_r.c
src/math/lgammaf_r.c
src/math/lgammal.c
src/math/log.c
src/math/log10.c
src/math/log10f.c
src/math/log1p.c
src/math/log1pf.c
src/math/log1pl.c
src/math/log2.c
src/math/log2f.c
src/math/logf.c
src/math/modf.c
src/math/pow.c
src/math/powf.c
src/math/remquol.c
src/math/rintl.c
src/math/scalbnl.c
src/math/sinh.c
src/math/sinhf.c
src/math/sinhl.c
src/math/sqrt.c
src/math/sqrtf.c
src/math/tanh.c
src/math/tanhf.c
src/math/tanhl.c
src/math/tgammal.c