NetBSD/lib/libm/noieee_src
uwe 138486a3df According to C99:
6.11.5  Storage-class specifiers

       [#1] The placement of a storage-class specifier  other  than
       at   the  beginning  of  the  declaration  specifiers  in  a
       declaration is an obsolescent feature.

and gcc -Wextra warns about this, so s/const static/static const/
2008-04-29 15:10:02 +00:00
..
mathimpl.h
n_acosh.c
n_asincos.c
n_asinh.c According to C99: 2008-04-29 15:10:02 +00:00
n_atan2.c
n_atan.c
n_atanh.c
n_cabs.c
n_cbrt.c
n_cosh.c Add wrappers for missing coshf(), expf(), logf(), sinhf(), atan2f(), and 2008-03-20 16:41:26 +00:00
n_erf.c
n_exp__E.c According to C99: 2008-04-29 15:10:02 +00:00
n_exp.c Add wrappers for missing coshf(), expf(), logf(), sinhf(), atan2f(), and 2008-03-20 16:41:26 +00:00
n_expm1.c According to C99: 2008-04-29 15:10:02 +00:00
n_floor.c
n_fmod.c
n_gamma.c
n_j0.c
n_j1.c
n_jn.c
n_lgamma.c
n_log1p.c According to C99: 2008-04-29 15:10:02 +00:00
n_log10.c
n_log__L.c
n_log.c Add wrappers for missing coshf(), expf(), logf(), sinhf(), atan2f(), and 2008-03-20 16:41:26 +00:00
n_pow.c
n_round.c
n_roundf.c
n_sincos.c
n_sinh.c Add wrappers for missing coshf(), expf(), logf(), sinhf(), atan2f(), and 2008-03-20 16:41:26 +00:00
n_support.c
n_tan.c
n_tanh.c
trig.h