acadia-newlib/newlib/libm/common
Jeff Johnston d2c2c1328b 2005-10-14 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/math.h (HUGE_VALF, HUGE_VALL): New.
        * libm/common/Makefile.am: Add s_infconst.c support.
        * libm/common/Makefile.in: Regenerated.
        * libm/common/s_infconst.c: New file with float and
        long double infinity support added.
        * libm/math/Makefile.am: Remove s_infconst.c support.
        * libm/math/Makefile.in: Regenerated.
        * libm/math/s_infconst.c: Moved to common directory.
        * libm/mathfp/Makefile.am: Remove s_infconst.c support.
        * libm/mathfp/Makefile.in: Regenerated.
        * libm/mathfp/s_infconst.c: Moved to common directory.
2005-10-14 21:11:39 +00:00
..
Makefile.am 2005-10-14 Jeff Johnston <jjohnstn@redhat.com> 2005-10-14 21:11:39 +00:00
Makefile.in 2005-10-14 Jeff Johnston <jjohnstn@redhat.com> 2005-10-14 21:11:39 +00:00
fdlibm.h 2005-02-25 Ralf Corsepious <ralf.corsepius@rtems.org> 2005-02-25 22:38:46 +00:00
s_cbrt.c
s_copysign.c
s_expm1.c 2003-10-20 Bob Wilson <bob.wilson@acm.org> 2003-10-20 18:46:38 +00:00
s_fdim.c
s_finite.c
s_fma.c
s_fmax.c 2005-08-10 Stephen Huw Clarke <stephen.clarke@st.com> 2005-08-10 21:02:28 +00:00
s_fmin.c 2005-08-10 Stephen Huw Clarke <stephen.clarke@st.com> 2005-08-10 21:02:28 +00:00
s_fpclassify.c 2005-02-24 Ralf Corsepious <ralf.corsepius@rtems.org> 2005-02-24 18:50:06 +00:00
s_ilogb.c 2003-10-20 Bob Wilson <bob.wilson@acm.org> 2003-10-20 18:46:38 +00:00
s_infconst.c 2005-10-14 Jeff Johnston <jjohnstn@redhat.com> 2005-10-14 21:11:39 +00:00
s_infinity.c 2003-10-20 Bob Wilson <bob.wilson@acm.org> 2003-10-20 18:46:38 +00:00
s_lib_ver.c
s_log1p.c
s_logb.c
s_lrint.c 2005-09-08 Brian Dessent <brian@dessent.net> 2005-09-08 21:03:54 +00:00
s_lround.c
s_matherr.c
s_modf.c
s_nan.c 2003-10-20 Bob Wilson <bob.wilson@acm.org> 2003-10-20 18:46:38 +00:00
s_nearbyint.c
s_nextafter.c 2003-10-20 Bob Wilson <bob.wilson@acm.org> 2003-10-20 18:46:38 +00:00
s_remquo.c
s_rint.c
s_round.c
s_scalbln.c
s_scalbn.c 2003-10-20 Bob Wilson <bob.wilson@acm.org> 2003-10-20 18:46:38 +00:00
s_signbit.c
s_trunc.c
sf_cbrt.c
sf_copysign.c
sf_expm1.c
sf_fdim.c
sf_finite.c
sf_fma.c
sf_fmax.c 2005-08-10 Stephen Huw Clarke <stephen.clarke@st.com> 2005-08-10 21:02:28 +00:00
sf_fmin.c 2005-08-10 Stephen Huw Clarke <stephen.clarke@st.com> 2005-08-10 21:02:28 +00:00
sf_ilogb.c
sf_infinity.c
sf_log1p.c
sf_logb.c
sf_lrint.c 2005-09-08 Brian Dessent <brian@dessent.net> 2005-09-08 21:03:54 +00:00
sf_lround.c
sf_modf.c
sf_nan.c
sf_nearbyint.c
sf_nextafter.c
sf_remquo.c
sf_rint.c
sf_round.c Add (int) cast. 2005-02-24 19:02:35 +00:00
sf_scalbln.c
sf_scalbn.c
sf_trunc.c