public inbox for ecos-cvs@sourceware.org
help / color / mirror / Atom feed
From: vae@sourceware.org
To: ecos-cvs@ecos.sourceware.org
Subject: ecos/packages/language/c/libm/current ChangeLo ...
Date: Sun, 25 Aug 2013 14:39:00 -0000	[thread overview]
Message-ID: <20130825143902.10906.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	vae@sourceware.org	2013-08-25 14:39:02

Modified files:
	packages/language/c/libm/current: ChangeLog 
	packages/language/c/libm/current/cdl: compat.cdl libm.cdl 
	packages/language/c/libm/current/include: math.h 
	packages/language/c/libm/current/src/mathincl: fdlibm.h 
	packages/language/c/libm/current/src/misc: matherr.c standard.c 
Added files:
	packages/language/c/libm/current/include: complex.h 
	packages/language/c/libm/current/src/complex: cabs.c cabsf.c 
	                                              cacos.c cacosf.c 
	                                              cacosh.c cacoshf.c 
	                                              carg.c cargf.c 
	                                              casin.c casinf.c 
	                                              casinh.c casinhf.c 
	                                              catan.c catanf.c 
	                                              catanh.c catanhf.c 
	                                              ccos.c ccosf.c 
	                                              ccosh.c ccoshf.c 
	                                              cephes_subr.c 
	                                              cephes_subr.h 
	                                              cephes_subrf.c 
	                                              cephes_subrf.h 
	                                              cexp.c cexpf.c 
	                                              cimag.c cimagf.c 
	                                              clog.c clogf.c 
	                                              complex.tex conj.c 
	                                              conjf.c cpow.c 
	                                              cpowf.c cproj.c 
	                                              cprojf.c creal.c 
	                                              crealf.c csin.c 
	                                              csinf.c csinh.c 
	                                              csinhf.c csqrt.c 
	                                              csqrtf.c ctan.c 
	                                              ctanf.c ctanh.c 
	                                              ctanhf.c 
	packages/language/c/libm/current/src/float/ieee754-api: 
	                                                        wf_acos.c 
	                                                        wf_acosh.c 
	                                                        wf_asin.c 
	                                                        wf_atan2.c 
	                                                        wf_atanh.c 
	                                                        wf_cosh.c 
	                                                        wf_exp.c 
	                                                        wf_fmod.c 
	                                                        wf_gamma.c 
	                                                        wf_gamma_r.c 
	                                                        wf_hypot.c 
	                                                        wf_j0.c 
	                                                        wf_j1.c 
	                                                        wf_jn.c 
	                                                        wf_lgamma.c 
	                                                        wf_lgamma_r.c 
	                                                        wf_log.c 
	                                                        wf_log10.c 
	                                                        wf_pow.c 
	                                                        wf_remainder.c 
	                                                        wf_scalb.c 
	                                                        wf_sinh.c 
	                                                        wf_sqrt.c 
	packages/language/c/libm/current/src/float/ieee754-core: 
	                                                         ef_acos.c 
	                                                         ef_acosh.c 
	                                                         ef_asin.c 
	                                                         ef_atan2.c 
	                                                         ef_atanh.c 
	                                                         ef_cosh.c 
	                                                         ef_exp.c 
	                                                         ef_fmod.c 
	                                                         ef_gamma.c 
	                                                         ef_gamma_r.c 
	                                                         ef_hypot.c 
	                                                         ef_j0.c 
	                                                         ef_j1.c 
	                                                         ef_jn.c 
	                                                         ef_lgamma.c 
	                                                         ef_lgamma_r.c 
	                                                         ef_log.c 
	                                                         ef_log10.c 
	                                                         ef_pow.c 
	                                                         ef_rem_pio2.c 
	                                                         ef_remainder.c 
	                                                         ef_scalb.c 
	                                                         ef_sinh.c 
	                                                         ef_sqrt.c 
	packages/language/c/libm/current/src/float/internal: kf_cos.c 
	                                                     kf_rem_pio2.c 
	                                                     kf_sin.c 
	                                                     kf_tan.c 
	packages/language/c/libm/current/src/float/portable-api: 
	                                                         sf_asinh.c 
	                                                         sf_atan.c 
	                                                         sf_cbrt.c 
	                                                         sf_ceil.c 
	                                                         sf_copysign.c 
	                                                         sf_cos.c 
	                                                         sf_erf.c 
	                                                         sf_expm1.c 
	                                                         sf_fabs.c 
	                                                         sf_finite.c 
	                                                         sf_floor.c 
	                                                         sf_frexp.c 
	                                                         sf_ilogb.c 
	                                                         sf_isnan.c 
	                                                         sf_ldexp.c 
	                                                         sf_log1p.c 
	                                                         sf_logb.c 
	                                                         sf_modf.c 
	                                                         sf_nextafter.c 
	                                                         sf_rint.c 
	                                                         sf_scalbn.c 
	                                                         sf_significand.c 
	                                                         sf_sin.c 
	                                                         sf_tan.c 
	                                                         sf_tanh.c 
	packages/language/c/libm/current/src/misc: standard.inl 
	                                           standard_float.c 
	packages/language/c/libm/current/tests/vectors: acosf.c acoshf.c 
	                                                asinf.c asinhf.c 
	                                                atan2f.c atanf.c 
	                                                atanhf.c cbrtf.c 
	                                                ceilf.c 
	                                                copysignf.c 
	                                                cosf.c coshf.c 
	                                                erfcf.c erff.c 
	                                                expf.c expm1f.c 
	                                                fabsf.c 
	                                                finitef.c 
	                                                floorf.c fmodf.c 
	                                                frexpf.c 
	                                                gammaf.c 
	                                                hypotf.c 
	                                                ilogbf.c 
	                                                isnanf.c j0f.c 
	                                                j1f.c jnf.c 
	                                                ldexpf.c 
	                                                log10f.c 
	                                                log1pf.c logbf.c 
	                                                logf.c modff.c 
	                                                nextafterf.c 
	                                                powf.c 
	                                                remainderf.c 
	                                                rintf.c scalbf.c 
	                                                scalbnf.c 
	                                                significandf.c 
	                                                sinf.c sinhf.c 
	                                                sqrtf.c tanf.c 
	                                                tanhf.c 
	                                                vector_support_float.h 

Log message:
	Add: Complex number header and library (single and double precision floating point),
	port from Newlib.
	Add: Single precision floating point library, port from Newlib.
	[ Bugzilla 1001539 ]


             reply	other threads:[~2013-08-25 14:39 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-25 14:39 vae [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-11-11 20:30 sergeig
2010-05-15 16:34 jlarmour
2008-11-20 17:10 jlarmour
2007-09-04 14:26 jlarmour
2004-04-14 20:40 asl
2003-02-24 14:28 jlarmour

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130825143902.10906.qmail@sourceware.org \
    --to=vae@sourceware.org \
    --cc=ecos-cvs@ecos.sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).