Use <> for math.h and math_private.h everywhere.

Entire tree edited via find | grep | sed.
This commit is contained in:
Richard Henderson 2012-03-09 11:29:16 -08:00
parent 1991fa031c
commit 1ed0291c31
336 changed files with 790 additions and 576 deletions

214
ChangeLog
View File

@ -1,3 +1,217 @@
2012-03-09 Richard Henderson <rth@twiddle.net>
* sysdeps/i386/fpu/s_fpclassifyl.c, sysdeps/i386/fpu/s_isinfl.c,
sysdeps/i386/fpu/s_isnanl.c, sysdeps/i386/fpu/s_nextafterl.c,
sysdeps/i386/fpu/s_nexttoward.c, sysdeps/i386/fpu/s_nexttowardf.c,
sysdeps/ieee754/dbl-64/branred.c, sysdeps/ieee754/dbl-64/doasin.c,
sysdeps/ieee754/dbl-64/dosincos.c, sysdeps/ieee754/dbl-64/e_acosh.c,
sysdeps/ieee754/dbl-64/e_asin.c, sysdeps/ieee754/dbl-64/e_atan2.c,
sysdeps/ieee754/dbl-64/e_atanh.c, sysdeps/ieee754/dbl-64/e_cosh.c,
sysdeps/ieee754/dbl-64/e_exp.c, sysdeps/ieee754/dbl-64/e_fmod.c,
sysdeps/ieee754/dbl-64/e_hypot.c, sysdeps/ieee754/dbl-64/e_j0.c,
sysdeps/ieee754/dbl-64/e_j1.c, sysdeps/ieee754/dbl-64/e_jn.c,
sysdeps/ieee754/dbl-64/e_lgamma_r.c, sysdeps/ieee754/dbl-64/e_log.c,
sysdeps/ieee754/dbl-64/e_log10.c, sysdeps/ieee754/dbl-64/e_log2.c,
sysdeps/ieee754/dbl-64/e_pow.c, sysdeps/ieee754/dbl-64/e_rem_pio2.c,
sysdeps/ieee754/dbl-64/e_remainder.c, sysdeps/ieee754/dbl-64/e_sinh.c,
sysdeps/ieee754/dbl-64/e_sqrt.c, sysdeps/ieee754/dbl-64/halfulp.c,
sysdeps/ieee754/dbl-64/k_rem_pio2.c, sysdeps/ieee754/dbl-64/s_asinh.c,
sysdeps/ieee754/dbl-64/s_atan.c, sysdeps/ieee754/dbl-64/s_cbrt.c,
sysdeps/ieee754/dbl-64/s_ceil.c, sysdeps/ieee754/dbl-64/s_copysign.c,
sysdeps/ieee754/dbl-64/s_erf.c, sysdeps/ieee754/dbl-64/s_expm1.c,
sysdeps/ieee754/dbl-64/s_fabs.c, sysdeps/ieee754/dbl-64/s_finite.c,
sysdeps/ieee754/dbl-64/s_floor.c, sysdeps/ieee754/dbl-64/s_fpclassify.c,
sysdeps/ieee754/dbl-64/s_frexp.c, sysdeps/ieee754/dbl-64/s_ilogb.c,
sysdeps/ieee754/dbl-64/s_isinf.c, sysdeps/ieee754/dbl-64/s_isinf_ns.c,
sysdeps/ieee754/dbl-64/s_isnan.c, sysdeps/ieee754/dbl-64/s_llrint.c,
sysdeps/ieee754/dbl-64/s_llround.c, sysdeps/ieee754/dbl-64/s_log1p.c,
sysdeps/ieee754/dbl-64/s_logb.c, sysdeps/ieee754/dbl-64/s_lrint.c,
sysdeps/ieee754/dbl-64/s_lround.c, sysdeps/ieee754/dbl-64/s_modf.c,
sysdeps/ieee754/dbl-64/s_nearbyint.c, sysdeps/ieee754/dbl-64/s_remquo.c,
sysdeps/ieee754/dbl-64/s_rint.c, sysdeps/ieee754/dbl-64/s_round.c,
sysdeps/ieee754/dbl-64/s_scalbln.c, sysdeps/ieee754/dbl-64/s_scalbn.c,
sysdeps/ieee754/dbl-64/s_signbit.c, sysdeps/ieee754/dbl-64/s_sin.c,
sysdeps/ieee754/dbl-64/s_sincos.c, sysdeps/ieee754/dbl-64/s_tan.c,
sysdeps/ieee754/dbl-64/s_tanh.c, sysdeps/ieee754/dbl-64/s_trunc.c,
sysdeps/ieee754/dbl-64/sincos32.c, sysdeps/ieee754/dbl-64/slowexp.c,
sysdeps/ieee754/dbl-64/slowpow.c,
sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c,
sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c,
sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c,
sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c,
sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c,
sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c,
sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c,
sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c,
sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c,
sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c,
sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c,
sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c,
sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c,
sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c,
sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c,
sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c,
sysdeps/ieee754/dbl-64/wordsize-64/s_round.c,
sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c,
sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c,
sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c,
sysdeps/ieee754/flt-32/e_acosf.c, sysdeps/ieee754/flt-32/e_acoshf.c,
sysdeps/ieee754/flt-32/e_asinf.c, sysdeps/ieee754/flt-32/e_atan2f.c,
sysdeps/ieee754/flt-32/e_atanhf.c, sysdeps/ieee754/flt-32/e_coshf.c,
sysdeps/ieee754/flt-32/e_fmodf.c, sysdeps/ieee754/flt-32/e_hypotf.c,
sysdeps/ieee754/flt-32/e_j0f.c, sysdeps/ieee754/flt-32/e_j1f.c,
sysdeps/ieee754/flt-32/e_jnf.c, sysdeps/ieee754/flt-32/e_lgammaf_r.c,
sysdeps/ieee754/flt-32/e_log10f.c, sysdeps/ieee754/flt-32/e_log2f.c,
sysdeps/ieee754/flt-32/e_logf.c, sysdeps/ieee754/flt-32/e_powf.c,
sysdeps/ieee754/flt-32/e_rem_pio2f.c,
sysdeps/ieee754/flt-32/e_remainderf.c,
sysdeps/ieee754/flt-32/e_sinhf.c, sysdeps/ieee754/flt-32/e_sqrtf.c,
sysdeps/ieee754/flt-32/k_cosf.c, sysdeps/ieee754/flt-32/k_rem_pio2f.c,
sysdeps/ieee754/flt-32/k_sinf.c, sysdeps/ieee754/flt-32/k_tanf.c,
sysdeps/ieee754/flt-32/s_asinhf.c, sysdeps/ieee754/flt-32/s_atanf.c,
sysdeps/ieee754/flt-32/s_cbrtf.c, sysdeps/ieee754/flt-32/s_ceilf.c,
sysdeps/ieee754/flt-32/s_copysignf.c, sysdeps/ieee754/flt-32/s_cosf.c,
sysdeps/ieee754/flt-32/s_erff.c, sysdeps/ieee754/flt-32/s_expm1f.c,
sysdeps/ieee754/flt-32/s_fabsf.c, sysdeps/ieee754/flt-32/s_finitef.c,
sysdeps/ieee754/flt-32/s_floorf.c, sysdeps/ieee754/flt-32/s_fpclassifyf.c,
sysdeps/ieee754/flt-32/s_frexpf.c, sysdeps/ieee754/flt-32/s_ilogbf.c,
sysdeps/ieee754/flt-32/s_isinf_nsf.c, sysdeps/ieee754/flt-32/s_isinff.c,
sysdeps/ieee754/flt-32/s_isnanf.c, sysdeps/ieee754/flt-32/s_llrintf.c,
sysdeps/ieee754/flt-32/s_llroundf.c, sysdeps/ieee754/flt-32/s_log1pf.c,
sysdeps/ieee754/flt-32/s_logbf.c, sysdeps/ieee754/flt-32/s_lrintf.c,
sysdeps/ieee754/flt-32/s_lroundf.c, sysdeps/ieee754/flt-32/s_modff.c,
sysdeps/ieee754/flt-32/s_nearbyintf.c,
sysdeps/ieee754/flt-32/s_nextafterf.c,
sysdeps/ieee754/flt-32/s_remquof.c, sysdeps/ieee754/flt-32/s_rintf.c,
sysdeps/ieee754/flt-32/s_roundf.c, sysdeps/ieee754/flt-32/s_scalblnf.c,
sysdeps/ieee754/flt-32/s_scalbnf.c, sysdeps/ieee754/flt-32/s_signbitf.c,
sysdeps/ieee754/flt-32/s_sincosf.c, sysdeps/ieee754/flt-32/s_sinf.c,
sysdeps/ieee754/flt-32/s_tanf.c, sysdeps/ieee754/flt-32/s_tanhf.c,
sysdeps/ieee754/flt-32/s_truncf.c, sysdeps/ieee754/k_standard.c,
sysdeps/ieee754/ldbl-128/e_acoshl.c, sysdeps/ieee754/ldbl-128/e_acosl.c,
sysdeps/ieee754/ldbl-128/e_asinl.c, sysdeps/ieee754/ldbl-128/e_atan2l.c,
sysdeps/ieee754/ldbl-128/e_atanhl.c, sysdeps/ieee754/ldbl-128/e_coshl.c,
sysdeps/ieee754/ldbl-128/e_fmodl.c, sysdeps/ieee754/ldbl-128/e_hypotl.c,
sysdeps/ieee754/ldbl-128/e_j0l.c, sysdeps/ieee754/ldbl-128/e_j1l.c,
sysdeps/ieee754/ldbl-128/e_jnl.c, sysdeps/ieee754/ldbl-128/e_lgammal_r.c,
sysdeps/ieee754/ldbl-128/e_log10l.c, sysdeps/ieee754/ldbl-128/e_log2l.c,
sysdeps/ieee754/ldbl-128/e_logl.c, sysdeps/ieee754/ldbl-128/e_powl.c,
sysdeps/ieee754/ldbl-128/e_rem_pio2l.c,
sysdeps/ieee754/ldbl-128/e_remainderl.c,
sysdeps/ieee754/ldbl-128/e_sinhl.c, sysdeps/ieee754/ldbl-128/k_cosl.c,
sysdeps/ieee754/ldbl-128/k_sincosl.c, sysdeps/ieee754/ldbl-128/k_sinl.c,
sysdeps/ieee754/ldbl-128/k_tanl.c, sysdeps/ieee754/ldbl-128/s_asinhl.c,
sysdeps/ieee754/ldbl-128/s_atanl.c, sysdeps/ieee754/ldbl-128/s_cbrtl.c,
sysdeps/ieee754/ldbl-128/s_ceill.c, sysdeps/ieee754/ldbl-128/s_copysignl.c,
sysdeps/ieee754/ldbl-128/s_cosl.c, sysdeps/ieee754/ldbl-128/s_erfl.c,
sysdeps/ieee754/ldbl-128/s_expm1l.c, sysdeps/ieee754/ldbl-128/s_fabsl.c,
sysdeps/ieee754/ldbl-128/s_finitel.c, sysdeps/ieee754/ldbl-128/s_floorl.c,
sysdeps/ieee754/ldbl-128/s_fpclassifyl.c,
sysdeps/ieee754/ldbl-128/s_frexpl.c, sysdeps/ieee754/ldbl-128/s_ilogbl.c,
sysdeps/ieee754/ldbl-128/s_isinf_nsl.c,
sysdeps/ieee754/ldbl-128/s_isinfl.c, sysdeps/ieee754/ldbl-128/s_isnanl.c,
sysdeps/ieee754/ldbl-128/s_llrintl.c, sysdeps/ieee754/ldbl-128/s_llroundl.c,
sysdeps/ieee754/ldbl-128/s_log1pl.c, sysdeps/ieee754/ldbl-128/s_logbl.c,
sysdeps/ieee754/ldbl-128/s_lrintl.c, sysdeps/ieee754/ldbl-128/s_lroundl.c,
sysdeps/ieee754/ldbl-128/s_modfl.c, sysdeps/ieee754/ldbl-128/s_nearbyintl.c,
sysdeps/ieee754/ldbl-128/s_nextafterl.c,
sysdeps/ieee754/ldbl-128/s_nexttoward.c,
sysdeps/ieee754/ldbl-128/s_nexttowardf.c,
sysdeps/ieee754/ldbl-128/s_remquol.c, sysdeps/ieee754/ldbl-128/s_rintl.c,
sysdeps/ieee754/ldbl-128/s_roundl.c, sysdeps/ieee754/ldbl-128/s_scalblnl.c,
sysdeps/ieee754/ldbl-128/s_scalbnl.c, sysdeps/ieee754/ldbl-128/s_signbitl.c,
sysdeps/ieee754/ldbl-128/s_sincosl.c, sysdeps/ieee754/ldbl-128/s_sinl.c,
sysdeps/ieee754/ldbl-128/s_tanhl.c, sysdeps/ieee754/ldbl-128/s_tanl.c,
sysdeps/ieee754/ldbl-128/s_truncl.c, sysdeps/ieee754/ldbl-128/w_expl.c,
sysdeps/ieee754/ldbl-128ibm/e_acoshl.c,
sysdeps/ieee754/ldbl-128ibm/e_acosl.c,
sysdeps/ieee754/ldbl-128ibm/e_asinl.c,
sysdeps/ieee754/ldbl-128ibm/e_atan2l.c,
sysdeps/ieee754/ldbl-128ibm/e_atanhl.c,
sysdeps/ieee754/ldbl-128ibm/e_coshl.c,
sysdeps/ieee754/ldbl-128ibm/e_fmodl.c,
sysdeps/ieee754/ldbl-128ibm/e_hypotl.c,
sysdeps/ieee754/ldbl-128ibm/e_jnl.c,
sysdeps/ieee754/ldbl-128ibm/e_log10l.c,
sysdeps/ieee754/ldbl-128ibm/e_log2l.c,
sysdeps/ieee754/ldbl-128ibm/e_logl.c, sysdeps/ieee754/ldbl-128ibm/e_powl.c,
sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c,
sysdeps/ieee754/ldbl-128ibm/e_remainderl.c,
sysdeps/ieee754/ldbl-128ibm/e_sinhl.c, sysdeps/ieee754/ldbl-128ibm/k_cosl.c,
sysdeps/ieee754/ldbl-128ibm/k_sincosl.c,
sysdeps/ieee754/ldbl-128ibm/k_sinl.c, sysdeps/ieee754/ldbl-128ibm/k_tanl.c,
sysdeps/ieee754/ldbl-128ibm/s_asinhl.c,
sysdeps/ieee754/ldbl-128ibm/s_atanl.c,
sysdeps/ieee754/ldbl-128ibm/s_copysignl.c,
sysdeps/ieee754/ldbl-128ibm/s_cosl.c,
sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c,
sysdeps/ieee754/ldbl-128ibm/s_ctanl.c,
sysdeps/ieee754/ldbl-128ibm/s_erfl.c,
sysdeps/ieee754/ldbl-128ibm/s_expm1l.c,
sysdeps/ieee754/ldbl-128ibm/s_fabsl.c,
sysdeps/ieee754/ldbl-128ibm/s_finitel.c,
sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c,
sysdeps/ieee754/ldbl-128ibm/s_frexpl.c,
sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c,
sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c,
sysdeps/ieee754/ldbl-128ibm/s_isinfl.c,
sysdeps/ieee754/ldbl-128ibm/s_isnanl.c,
sysdeps/ieee754/ldbl-128ibm/s_log1pl.c,
sysdeps/ieee754/ldbl-128ibm/s_logbl.c,
sysdeps/ieee754/ldbl-128ibm/s_modfl.c,
sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c,
sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c,
sysdeps/ieee754/ldbl-128ibm/s_remquol.c,
sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c,
sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c,
sysdeps/ieee754/ldbl-128ibm/s_signbitl.c,
sysdeps/ieee754/ldbl-128ibm/s_sincosl.c,
sysdeps/ieee754/ldbl-128ibm/s_sinl.c,
sysdeps/ieee754/ldbl-128ibm/s_tanhl.c,
sysdeps/ieee754/ldbl-128ibm/s_tanl.c,
sysdeps/ieee754/ldbl-96/e_acoshl.c, sysdeps/ieee754/ldbl-96/e_asinl.c,
sysdeps/ieee754/ldbl-96/e_atan2l.c, sysdeps/ieee754/ldbl-96/e_atanhl.c,
sysdeps/ieee754/ldbl-96/e_coshl.c, sysdeps/ieee754/ldbl-96/e_hypotl.c,
sysdeps/ieee754/ldbl-96/e_j0l.c, sysdeps/ieee754/ldbl-96/e_j1l.c,
sysdeps/ieee754/ldbl-96/e_jnl.c, sysdeps/ieee754/ldbl-96/e_lgammal_r.c,
sysdeps/ieee754/ldbl-96/e_remainderl.c, sysdeps/ieee754/ldbl-96/e_sinhl.c,
sysdeps/ieee754/ldbl-96/s_asinhl.c, sysdeps/ieee754/ldbl-96/s_cbrtl.c,
sysdeps/ieee754/ldbl-96/s_ceill.c, sysdeps/ieee754/ldbl-96/s_copysignl.c,
sysdeps/ieee754/ldbl-96/s_cosl.c, sysdeps/ieee754/ldbl-96/s_erfl.c,
sysdeps/ieee754/ldbl-96/s_fabsl.c, sysdeps/ieee754/ldbl-96/s_finitel.c,
sysdeps/ieee754/ldbl-96/s_floorl.c, sysdeps/ieee754/ldbl-96/s_fpclassifyl.c,
sysdeps/ieee754/ldbl-96/s_frexpl.c, sysdeps/ieee754/ldbl-96/s_ilogbl.c,
sysdeps/ieee754/ldbl-96/s_isinf_nsl.c, sysdeps/ieee754/ldbl-96/s_isinfl.c,
sysdeps/ieee754/ldbl-96/s_isnanl.c, sysdeps/ieee754/ldbl-96/s_llrintl.c,
sysdeps/ieee754/ldbl-96/s_llroundl.c, sysdeps/ieee754/ldbl-96/s_logbl.c,
sysdeps/ieee754/ldbl-96/s_lrintl.c, sysdeps/ieee754/ldbl-96/s_lroundl.c,
sysdeps/ieee754/ldbl-96/s_modfl.c, sysdeps/ieee754/ldbl-96/s_nearbyintl.c,
sysdeps/ieee754/ldbl-96/s_nextafterl.c,
sysdeps/ieee754/ldbl-96/s_nexttoward.c,
sysdeps/ieee754/ldbl-96/s_nexttowardf.c,
sysdeps/ieee754/ldbl-96/s_remquol.c, sysdeps/ieee754/ldbl-96/s_rintl.c,
sysdeps/ieee754/ldbl-96/s_roundl.c, sysdeps/ieee754/ldbl-96/s_scalblnl.c,
sysdeps/ieee754/ldbl-96/s_scalbnl.c, sysdeps/ieee754/ldbl-96/s_signbitl.c,
sysdeps/ieee754/ldbl-96/s_sincosl.c, sysdeps/ieee754/ldbl-96/s_sinl.c,
sysdeps/ieee754/ldbl-96/s_tanhl.c, sysdeps/ieee754/ldbl-96/s_tanl.c,
sysdeps/ieee754/ldbl-96/s_truncl.c, sysdeps/ieee754/s_lib_version.c,
sysdeps/ieee754/s_matherr.c, sysdeps/ieee754/s_signgam.c,
sysdeps/powerpc/fpu/e_hypot.c, sysdeps/powerpc/fpu/e_hypotf.c,
sysdeps/powerpc/fpu/e_rem_pio2f.c, sysdeps/powerpc/fpu/k_cosf.c,
sysdeps/powerpc/fpu/k_rem_pio2f.c, sysdeps/powerpc/fpu/k_sinf.c,
sysdeps/powerpc/fpu/s_cosf.c, sysdeps/powerpc/fpu/s_float_bitwise.h,
sysdeps/powerpc/fpu/s_isnan.c, sysdeps/powerpc/fpu/s_rint.c,
sysdeps/powerpc/fpu/s_rintf.c, sysdeps/powerpc/fpu/s_sinf.c,
sysdeps/powerpc/fpu/w_sqrt.c, sysdeps/powerpc/fpu/w_sqrtf.c,
sysdeps/powerpc/powerpc32/fpu/s_llrintf.c,
sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c,
sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c,
sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c,
sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c,
sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c,
sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Use <> to include both
<math.h> and <math_private.h>.
2012-03-09 Joseph Myers <joseph@codesourcery.com>
* sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.

View File

@ -19,7 +19,7 @@
#include <math.h>
#include "math_private.h"
#include <math_private.h>
int

View File

@ -14,8 +14,8 @@ static char rcsid[] = "$NetBSD: $";
* no branching!
*/
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
int __isinfl(long double x)
{

View File

@ -23,8 +23,8 @@ static char rcsid[] = "$NetBSD: $";
* no branching!
*/
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
int __isnanl(long double x)
{

View File

@ -26,7 +26,7 @@ static char rcsid[] = "$NetBSD: $";
* Special cases:
*/
#include "math.h"
#include <math.h>
#include <math_private.h>
long double __nextafterl(long double x, long double y)

View File

@ -26,7 +26,7 @@ static char rcsid[] = "$NetBSD: $";
* Special cases:
*/
#include "math.h"
#include <math.h>
#include <math_private.h>
#include <float.h>

View File

@ -18,7 +18,7 @@
static char rcsid[] = "$NetBSD: $";
#endif
#include "math.h"
#include <math.h>
#include <math_private.h>
#include <float.h>

View File

@ -35,7 +35,7 @@
#include "endian.h"
#include "mydefs.h"
#include "branred.h"
#include "math_private.h"
#include <math_private.h>
#ifndef SECTION
# define SECTION

View File

@ -31,7 +31,7 @@
#include "endian.h"
#include "mydefs.h"
#include <dla.h>
#include "math_private.h"
#include <math_private.h>
#ifndef SECTION
# define SECTION

View File

@ -36,7 +36,7 @@
#include "mydefs.h"
#include <dla.h>
#include "dosincos.h"
#include "math_private.h"
#include <math_private.h>
#ifndef SECTION
# define SECTION

View File

@ -24,8 +24,8 @@
* acosh(NaN) is NaN without signal.
*/
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
static const double
one = 1.0,

View File

@ -39,7 +39,7 @@
#include "powtwo.tbl"
#include "MathLib.h"
#include "uasncs.h"
#include "math_private.h"
#include <math_private.h>
#ifndef SECTION
# define SECTION

View File

@ -41,7 +41,7 @@
#include "MathLib.h"
#include "uatan.tbl"
#include "atnat2.h"
#include "math_private.h"
#include <math_private.h>
#ifndef SECTION
# define SECTION

View File

@ -36,8 +36,8 @@
*/
#include <inttypes.h>
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
static const double huge = 1e300;

View File

@ -31,8 +31,8 @@
* only cosh(0)=1 is exact for finite x.
*/
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
static const double one = 1.0, half=0.5, huge = 1.0e300;

View File

@ -37,7 +37,7 @@
#include "mydefs.h"
#include "MathLib.h"
#include "uexp.tbl"
#include "math_private.h"
#include <math_private.h>
#include <fenv.h>
#ifndef SECTION

View File

@ -15,8 +15,8 @@
* Method: shift and subtract
*/
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
static const double one = 1.0, Zero[] = {0.0, -0.0,};

View File

@ -42,8 +42,8 @@
* than 1 ulps (units in the last place)
*/
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
double
__ieee754_hypot(double x, double y)

View File

@ -58,8 +58,8 @@
* 3. Special cases: y0(0)=-inf, y0(x<0)=NaN, y0(inf)=0.
*/
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
static double pzero(double), qzero(double);

View File

@ -58,8 +58,8 @@
* by method mentioned above.
*/
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
static double pone(double), qone(double);

View File

@ -36,8 +36,8 @@
*
*/
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
static const double
invsqrtpi= 5.64189583547756279280e-01, /* 0x3FE20DD7, 0x50429B6D */

View File

@ -77,8 +77,8 @@
*
*/
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
static const double
two52= 4.50359962737049600000e+15, /* 0x43300000, 0x00000000 */

View File

@ -38,7 +38,7 @@
#include <dla.h>
#include "mpa.h"
#include "MathLib.h"
#include "math_private.h"
#include <math_private.h>
#ifndef SECTION
# define SECTION

View File

@ -43,8 +43,8 @@
* shown.
*/
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
static const double
two54 = 1.80143985094819840000e+16, /* 0x43500000, 0x00000000 */

View File

@ -54,8 +54,8 @@
* to produce the hexadecimal values shown.
*/
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
static const double
ln2 = 0.69314718055994530942,

View File

@ -40,7 +40,7 @@
#include "mydefs.h"
#include "MathLib.h"
#include "upow.tbl"
#include "math_private.h"
#include <math_private.h>
#include <fenv.h>
#ifndef SECTION

View File

@ -17,8 +17,8 @@
* use __kernel_rem_pio2()
*/
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
/*
* Table of constants for 2/pi, 396 Hex digits (476 decimal) of 2/pi

View File

@ -33,7 +33,7 @@
#include "mydefs.h"
#include "urem.h"
#include "MathLib.h"
#include "math_private.h"
#include <math_private.h>
/**************************************************************************/
/* An ultimate remainder routine. Given two IEEE double machine numbers x */

View File

@ -32,8 +32,8 @@ static char rcsid[] = "$NetBSD: e_sinh.c,v 1.7 1995/05/10 20:46:13 jtc Exp $";
* only sinh(0)=0 is exact for finite x.
*/
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
static const double one = 1.0, shuge = 1.0e307;

View File

@ -37,7 +37,7 @@
#include <dla.h>
#include "MathLib.h"
#include "root.tbl"
#include "math_private.h"
#include <math_private.h>
/*********************************************************************/
/* An ultimate sqrt routine. Given an IEEE double machine number x */

View File

@ -37,7 +37,7 @@
#include "endian.h"
#include "mydefs.h"
#include <dla.h>
#include "math_private.h"
#include <math_private.h>
#ifndef SECTION
# define SECTION

View File

@ -130,8 +130,8 @@ static char rcsid[] = "$NetBSD: k_rem_pio2.c,v 1.7 1995/05/10 20:46:25 jtc Exp $
* to produce the hexadecimal values shown.
*/
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
static const int init_jk[] = {2,3,4,6}; /* initial value for jk */

View File

@ -21,8 +21,8 @@
* := sign(x)*log1p(|x| + x^2/(1 + sqrt(1+x^2)))
*/
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
static const double
one = 1.00000000000000000000e+00, /* 0x3FF00000, 0x00000000 */

View File

@ -41,7 +41,7 @@
#include "MathLib.h"
#include "uatan.tbl"
#include "atnat.h"
#include "math.h"
#include <math.h>
void __mpatan(mp_no *,mp_no *,int); /* see definition in mpatan.c */
static double atanMp(double,const int[]);

View File

@ -18,8 +18,8 @@
License along with the GNU C Library; if not, see
<http://www.gnu.org/licenses/>. */
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
#define CBRT2 1.2599210498948731648 /* 2^(1/3) */

View File

@ -19,8 +19,8 @@
* Inexact flag raised if x not equal to ceil(x).
*/
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
static const double huge = 1.0e300;

View File

@ -20,8 +20,8 @@ static char rcsid[] = "$NetBSD: s_copysign.c,v 1.8 1995/05/10 20:46:57 jtc Exp $
* with the sign bit of y.
*/
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
double __copysign(double x, double y)
{

View File

@ -112,8 +112,8 @@ static char rcsid[] = "$NetBSD: s_erf.c,v 1.8 1995/05/10 20:47:05 jtc Exp $";
*/
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
static const double
tiny = 1e-300,

View File

@ -109,8 +109,8 @@
*/
#include <errno.h>
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
#define one Q[0]
static const double
huge = 1.0e+300,

View File

@ -18,8 +18,8 @@ static char rcsid[] = "$NetBSD: s_fabs.c,v 1.7 1995/05/10 20:47:13 jtc Exp $";
* fabs(x) returns the absolute value of x.
*/
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
double __fabs(double x)
{

View File

@ -19,8 +19,8 @@ static char rcsid[] = "$NetBSD: s_finite.c,v 1.8 1995/05/10 20:47:17 jtc Exp $";
* no branching!
*/
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
#undef __finite
int __finite(double x)

View File

@ -19,8 +19,8 @@
* Inexact flag raised if x not equal to floor(x).
*/
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
static const double huge = 1.0e300;

View File

@ -19,7 +19,7 @@
#include <math.h>
#include "math_private.h"
#include <math_private.h>
int

View File

@ -24,8 +24,8 @@ static char rcsid[] = "$NetBSD: s_frexp.c,v 1.9 1995/05/10 20:47:24 jtc Exp $";
* with *exp=0.
*/
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
static const double
two54 = 1.80143985094819840000e+16; /* 0x43500000, 0x00000000 */

View File

@ -22,8 +22,8 @@ static char rcsid[] = "$NetBSD: s_ilogb.c,v 1.9 1995/05/10 20:47:28 jtc Exp $";
*/
#include <limits.h>
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
int __ilogb(double x)
{

View File

@ -13,8 +13,8 @@ static char rcsid[] = "$NetBSD: s_isinf.c,v 1.3 1995/05/11 23:20:14 jtc Exp $";
* no branching!
*/
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
int
__isinf (double x)

View File

@ -7,8 +7,8 @@
* no branching!
*/
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
#undef __isinf_ns
int

View File

@ -19,8 +19,8 @@ static char rcsid[] = "$NetBSD: s_isnan.c,v 1.8 1995/05/10 20:47:36 jtc Exp $";
* no branching!
*/
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
#undef __isnan
int __isnan(double x)

View File

@ -20,7 +20,7 @@
#include <math.h>
#include "math_private.h"
#include <math_private.h>
static const double two52[2] =
{

View File

@ -19,7 +19,7 @@
#include <math.h>
#include "math_private.h"
#include <math_private.h>
long long int

View File

@ -78,8 +78,8 @@
* See HP-15C Advanced Functions Handbook, p.193.
*/
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
static const double
ln2_hi = 6.93147180369123816490e-01, /* 3fe62e42 fee00000 */

View File

@ -20,8 +20,8 @@ static char rcsid[] = "$NetBSD: s_logb.c,v 1.8 1995/05/10 20:47:50 jtc Exp $";
* Use ilogb instead.
*/
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
double __logb(double x)
{

View File

@ -20,7 +20,7 @@
#include <math.h>
#include "math_private.h"
#include <math_private.h>
static const double two52[2] =
{

View File

@ -19,7 +19,7 @@
#include <math.h>
#include "math_private.h"
#include <math_private.h>
long int

View File

@ -19,8 +19,8 @@
* No exception.
*/
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
static const double one = 1.0;

View File

@ -25,8 +25,8 @@ static char rcsid[] = "$NetBSD: s_rint.c,v 1.8 1995/05/10 20:48:04 jtc Exp $";
*/
#include <fenv.h>
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
static const double
TWO52[2]={

View File

@ -19,7 +19,7 @@
#include <math.h>
#include "math_private.h"
#include <math_private.h>
static const double zero = 0.0;

View File

@ -20,8 +20,8 @@
* Inexact flag raised if x not equal to rint(x).
*/
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
static const double
TWO52[2]={

View File

@ -19,7 +19,7 @@
#include <math.h>
#include "math_private.h"
#include <math_private.h>
static const double huge = 1.0e300;

View File

@ -16,8 +16,8 @@
* exponentiation or a multiplication.
*/
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
static const double
two54 = 1.80143985094819840000e+16, /* 0x43500000, 0x00000000 */

View File

@ -16,8 +16,8 @@
* exponentiation or a multiplication.
*/
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
static const double
two54 = 1.80143985094819840000e+16, /* 0x43500000, 0x00000000 */

View File

@ -19,7 +19,7 @@
#include <math.h>
#include "math_private.h"
#include <math_private.h>
int
__signbit (double x)

View File

@ -52,7 +52,7 @@
#include "mydefs.h"
#include "usncs.h"
#include "MathLib.h"
#include "math_private.h"
#include <math_private.h>
#include <fenv.h>
#ifndef SECTION

View File

@ -19,7 +19,7 @@
#include <math.h>
#include "math_private.h"
#include <math_private.h>
void

View File

@ -38,8 +38,8 @@
#include <dla.h>
#include "mpa.h"
#include "MathLib.h"
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
#include <fenv.h>
#ifndef SECTION

View File

@ -38,8 +38,8 @@ static char rcsid[] = "$NetBSD: s_tanh.c,v 1.7 1995/05/10 20:48:22 jtc Exp $";
* only tanh(0)=0 is exact for finite argument.
*/
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
static const double one=1.0, two=2.0, tiny = 1.0e-300;

View File

@ -19,7 +19,7 @@
#include <math.h>
#include "math_private.h"
#include <math_private.h>
double

View File

@ -42,7 +42,7 @@
#include "endian.h"
#include "mpa.h"
#include "sincos32.h"
#include "math_private.h"
#include <math_private.h>
#ifndef SECTION
# define SECTION

View File

@ -28,7 +28,7 @@
/* e^x */
/**************************************************************************/
#include "mpa.h"
#include "math_private.h"
#include <math_private.h>
#ifndef SECTION
# define SECTION

View File

@ -32,7 +32,7 @@
/*************************************************************************/
#include "mpa.h"
#include "math_private.h"
#include <math_private.h>
#ifndef SECTION
# define SECTION

View File

@ -24,8 +24,8 @@
* acosh(NaN) is NaN without signal.
*/
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
static const double
one = 1.0,

View File

@ -31,8 +31,8 @@
* only cosh(0)=1 is exact for finite x.
*/
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
static const double one = 1.0, half=0.5, huge = 1.0e300;

View File

@ -16,8 +16,8 @@
* Method: shift and subtract
*/
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
static const double one = 1.0, Zero[] = {0.0, -0.0,};

View File

@ -19,8 +19,8 @@
* Inexact flag raised if x not equal to ceil(x).
*/
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
static const double huge = 1.0e300;

View File

@ -14,8 +14,8 @@
* no branching!
*/
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
#undef __finite
int

View File

@ -30,8 +30,8 @@
* ====================================================
*/
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
/*
* floor(x)

View File

@ -17,8 +17,8 @@
<http://www.gnu.org/licenses/>. */
#include <inttypes.h>
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
/*
* for non-zero, finite x

View File

@ -9,8 +9,8 @@
* no branching!
*/
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
int
__isinf (double x)

View File

@ -7,8 +7,8 @@
* no branching!
*/
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
#undef __isinf_ns
int

View File

@ -15,8 +15,8 @@
* no branching!
*/
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
#undef __isnan
int __isnan(double x)

View File

@ -19,7 +19,7 @@
#include <math.h>
#include "math_private.h"
#include <math_private.h>
double

View File

@ -22,7 +22,7 @@
#include <math.h>
#include "math_private.h"
#include <math_private.h>
long int

View File

@ -20,8 +20,8 @@
* No exception.
*/
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
static const double one = 1.0;

View File

@ -21,8 +21,8 @@
*/
#include <fenv.h>
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
static const double
TWO52[2]={

View File

@ -19,7 +19,7 @@
#include <math.h>
#include "math_private.h"
#include <math_private.h>
static const double zero = 0.0;

View File

@ -19,8 +19,8 @@
* Inexact flag raised if x not equal to rint(x).
*/
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
static const double
TWO52[2]={

View File

@ -19,7 +19,7 @@
#include <math.h>
#include "math_private.h"
#include <math_private.h>
static const double huge = 1.0e300;

View File

@ -16,8 +16,8 @@
* exponentiation or a multiplication.
*/
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
static const double
two54 = 1.80143985094819840000e+16, /* 0x43500000, 0x00000000 */

View File

@ -16,8 +16,8 @@
* exponentiation or a multiplication.
*/
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
static const double
two54 = 1.80143985094819840000e+16, /* 0x43500000, 0x00000000 */

View File

@ -19,7 +19,7 @@
#include <math.h>
#include "math_private.h"
#include <math_private.h>
double

View File

@ -13,8 +13,8 @@
* ====================================================
*/
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
static const float
one = 1.0000000000e+00, /* 0x3F800000 */

View File

@ -17,8 +17,8 @@
static char rcsid[] = "$NetBSD: e_acoshf.c,v 1.5 1995/05/12 04:57:20 jtc Exp $";
#endif
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
static const float
one = 1.0,

View File

@ -39,8 +39,8 @@
static char rcsid[] = "$NetBSD: e_asinf.c,v 1.5 1995/05/12 04:57:25 jtc Exp $";
#endif
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
static const float
one = 1.0000000000e+00, /* 0x3F800000 */

View File

@ -13,8 +13,8 @@
* ====================================================
*/
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
static const float
tiny = 1.0e-30,

View File

@ -36,8 +36,8 @@
*/
#include <inttypes.h>
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
static const float huge = 1e30;

View File

@ -14,8 +14,8 @@
* ====================================================
*/
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
static const float huge = 1.0e30;
static const float one = 1.0, half=0.5;

View File

@ -19,8 +19,8 @@
* Method: shift and subtract
*/
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
static const float one = 1.0, Zero[] = {0.0, -0.0,};

View File

@ -13,8 +13,8 @@
* ====================================================
*/
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
float
__ieee754_hypotf(float x, float y)

View File

@ -13,8 +13,8 @@
* ====================================================
*/
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
static float pzerof(float), qzerof(float);

View File

@ -13,8 +13,8 @@
* ====================================================
*/
#include "math.h"
#include "math_private.h"
#include <math.h>
#include <math_private.h>
static float ponef(float), qonef(float);

Some files were not shown because too many files have changed in this diff Show More