]> sourceware.org Git - glibc.git/commitdiff
Use <> for math.h and math_private.h everywhere.
authorRichard Henderson <rth@twiddle.net>
Fri, 9 Mar 2012 19:29:16 +0000 (11:29 -0800)
committerRichard Henderson <rth@twiddle.net>
Sat, 10 Mar 2012 00:09:10 +0000 (16:09 -0800)
Entire tree edited via find | grep | sed.

336 files changed:
ChangeLog
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

index 6c0390615b71c25b1365c513291d4bba431bc54a..096a32b2197abdad18c633659294dad360737889 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index c7fd703cb6dc9659e087b56a4d69b836a670ee9b..3643db9254bd44acbbeda8c2117ba5572fd05609 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 int
index 7c9a82beda68363a4bac07d7a2d1874bb617f575..cdd77183fa6baf97834b0e017b22ded1a9b821e5 100644 (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)
 {
index b00ee8832f2e510f98f3ac3e3a0f3ed11af4a607..816396d8fbc79dde403c637e416109971990ba28 100644 (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)
 {
index f0325b7fcd2f676a4a05aab0a64fd77ce07d4ad1..bafe7437fac2638d70d70f098f04bd1aea451b59 100644 (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)
index 075d0fd989e4c8dd154574bee0d38476348f009f..e5f0164ce1c38b895d6fed04ec4d721430d70d30 100644 (file)
@@ -26,7 +26,7 @@ static char rcsid[] = "$NetBSD: $";
  *   Special cases:
  */
 
-#include "math.h"
+#include <math.h>
 #include <math_private.h>
 #include <float.h>
 
index 0a540403e119f58a395da482f4897f227cf16571..89e8771481f5b6fcd950b34e4f1c282bcf82e781 100644 (file)
@@ -18,7 +18,7 @@
 static char rcsid[] = "$NetBSD: $";
 #endif
 
-#include "math.h"
+#include <math.h>
 #include <math_private.h>
 #include <float.h>
 
index 5b19c8ed8fb74201da40a15c32c4dcdc9564942a..a32daa990d27ad146391df98292d71b69a73d492 100644 (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
index c48ae364df82e7dc3c40f43e849ef07967d8a728..c041612b60551faa3b1d892c74a8161447e1d065 100644 (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
index c201d28cf0e8d4a87ef737c4264c294e51a23d55..e472438a956fecd1ec39536e01e08cae71ca1a77 100644 (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
index 6ef10cb84b5d2167c3921e74dd20b00412752337..b24a6f6459ec07bab48b9126951abc5b60cded6d 100644 (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,
index 056650df2e768a449d2e01537502b1ec46661611..a9b1bc21658e2f6fd21212f14702e13f84ab711d 100644 (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
index d25e3f9c94f15461af9cba4bdcb51db6a6712847..dcef55f07272b098bcf5136ddb3aaa93a6d7ff4e 100644 (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
index 5f471b1d7993a18dfc24d7aa30741aa8480d2d83..6cec1093c3d01a72a8a27b8aeacab926297b836e 100644 (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;
 
index b9f79e47a9b66f750afe11b1b32c6ec5dd2e39d6..229d5a2fb3140fe9b79873c71806a9948fe9dfc2 100644 (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;
 
index 8231c5698c24e457d0022812b81c745b87efb232..cb8d9e8d9dab95eb7906ba305ae88537dc4fa124 100644 (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
index 0328b011d2506e4b7681d0ae61d6a41bcc1b835f..b8548fae4be09b2a4e3e6a112cfd163b47f2dc01 100644 (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,};
 
index a89ccaa35e68923e8ce5434d33d3634d5183d531..2dd681cf1a36490793f9f4d76a18036083587c1d 100644 (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)
index 48584a60b41b4a6c5ec02a46fd293d9fb4201f41..f393a762b2a5e0d56099bc42c52a3971d112f0bb 100644 (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);
 
index fdc6b5b8964246fddc84c0fe8a0cca819f9e1e79..cba4d46b18ae71578620f03b5bf40b8049e4e5f1 100644 (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);
 
index f8b8e2ee6ac4c9d4ec6572e7effde0ca4c40443c..63788c5a24cc6cc1dde7a4a26d4a768ef2fce99e 100644 (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 */
index e26ce8a24798d7e70b784c02dbbbc93e6a2ddb8e..af7d06c82f5f2334642251c234c2262ea0b6bdf0 100644 (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 */
index 97657d294135d16970eaa4b38528acd237dd1666..15f3dccce3f4abc70a5370920e72091a6ad14b0b 100644 (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
index 6a630bcef71f76b5a7cc1a28eab82d9b615ad0b4..9fce937085e3b7d52a65a5460c3118262223189c 100644 (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 */
index be41cb4e68eee0c4051ffddce97277e5f9b2a9d1..6891ee238985fe8dafbe434256df276f4ef0e715 100644 (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,
index f668b4b5fc68b7166977e76c5632fe4d8af3b1fd..550633cf9b1dbfb7d0a1fc60bfe84058be5b9550 100644 (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
index a82b291dd5b8ae2c4324fc556be8fe42b4e67825..4478be0b0705f41818b3ff056294cc3fbc0d001d 100644 (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
index af4730cf9e72a2e5d355d5ded52c3cb9c8eaf39b..304b45d95f119ce4698749877b65ebbcce983b35 100644 (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 */
index 50463c3048846847344b007ae72e1b7e036972c2..b954100baa43d523fcef2ed37fd9188d55b04683 100644 (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;
 
index 33fec43d987d98f600879b404525de41d6d3f4ee..3dc64c7d50ff055747fd39535ca50843abbdccf2 100644 (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   */
index 4ddd109cb667f65fedc3c55ec7a7a8d82c69b308..33c14e1aa068055d853ff376a8f818cbe91321b5 100644 (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
index 53be066e05546c405ae3b99afbd974caba026dca..a1e0c6d72de15517a6f8964bf938053c8b5d2cd6 100644 (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 */
 
index 93789fb41eaa1314cfae1c76712ab2bcac177ed6..68e854f5f4238844f6c5ba733d90d6a49d8ec19e 100644 (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 */
index 545b818dcb5ab639fb529cd24626afe4f1955bfd..4e125deb4517bfc3f0f77d3267228b100cf07fda 100644 (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[]);
index 114b862fcf69614dc60021ec29bd805d5bde2e47..30bd3a630d9101ada0c91899ffe9ae0130087781 100644 (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) */
index de50e29bf2848aa6d71458f75ff4135abd602caa..e048c81c2087a1dff596a5723ddb893ae8900ade 100644 (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;
 
index 63f3bd3ccc1ed3112a2deb3a2b2b3ea82b733875..a541ceb05deca9475a37520ebfd4b36f48e6b53c 100644 (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)
 {
index 97d7e34ffab16a323bfa03c458c449a571451082..e25e28d9d5c14ce312c6649313cd2ac966f649b6 100644 (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,
index 589128c08c00b19a36387a3920db49d879bfdf7e..1a4bcd979a5b57d6e6602f93c5c7feea707aed99 100644 (file)
  */
 
 #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,
index 6dca1dec06586ed8e7a21b767998a5e8687d4bd5..86f1d52be6e52bcc2f5c8d0541678d8fd35e3b4f 100644 (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)
 {
index cf3d8d8914b6e1e3888ff9634860a9c93ca1a9f0..47dad5df2c0ea9c4fd860e17f6c4c099396d13a8 100644 (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)
index 139e2f5cb568abea05af379d34d82517ef27c2c8..5c7297842ccd4f93d248240497e629ab256dd5fe 100644 (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;
 
index 311b814c404b39a8e3f6e14cd8393752bdbc5074..4884b377f8074d00a4a55212b5f3f4dd0a028b54 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 int
index e9272741789a9be30deeb8fb414cc72774a2d244..516f561a17bd4a5a3258e46ca84ed769325df192 100644 (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 */
index a2395a10a2479ad07b1d455891c328f890998210..05c66d70feccc4e91cdce13d4b383f3e6c2b79c7 100644 (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)
 {
index 24b29ae0137594263d5ed6697e1f21a2af393905..886b346f512c258ec5958772826de442930a48a7 100644 (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)
index 065522ed809e65c715008a38ac440fbd19f37e67..0ce50352c788f0eeff62cfa7992bdb4ad6a2b7e2 100644 (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
index c87eb69b189cecdf1ee91ff6f7f6d7a23908c743..f8958dcbbf7c8f94c35677b76ad11f51b09c6d7b 100644 (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)
index b80fdb6dde0ee05caa8e4ff1136643c047031377..5bb50090cdf00fb020321f99ad7e1f07df5f5b0e 100644 (file)
@@ -20,7 +20,7 @@
 
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 static const double two52[2] =
 {
index 6d931062e0b6299f6d3d0a23078034f5c86edb68..89516bae591a4f39b8788032bb55a9e0e3cf6cc9 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 long long int
index f82048f204ae84ae23b0ac87b794dd554df21e47..e3e68609667f3b36795b6de196d65548491addf7 100644 (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 */
index 46743c0cbf9e5bab2c746ac951e67a7aefb1bb07..2382fbb4145b4c21878632dbf9ef6c75471e3335 100644 (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)
 {
index 61dc164ac23b86c165ccfe63bd5384e5ebcc442d..d1561bfd2560c3074c95070e36cbdf5e368094c4 100644 (file)
@@ -20,7 +20,7 @@
 
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 static const double two52[2] =
 {
index 523cc7c6a552d4f200f60b1b8fa966c0430f7b05..4cb9ca42f4f88a6a00929cbca77100d47ffc7661 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 long int
index a884de5d5faf4d9b54f5238b52d403fe32f79e55..b9911c1af669f41d63de5e31f71e6c7acbb5fa3a 100644 (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;
 
index 184fa70177220a5771765e684ab6d37e21a12f44..d780150a907512ab727d1b13c4aa8d1eacd63def 100644 (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]={
index 4498c564da4f29fdbdf0f21d0e9d3095c73f929c..174dde40f8f70a72ecd54404e6a872b2fd526d6e 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 static const double zero = 0.0;
index a671a6277ead397cebba4e479e1ff4ee5df6f71c..c45d7848d7b0c570ee84b4ee822af417bea0a79d 100644 (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]={
index 12b0b3749f94ef882f9f6cd05b6c0fc575647e19..046d5863ad82885d3bfae5e0d51998752fd12d78 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 static const double huge = 1.0e300;
index b5903c97d03f7915296b08a2916d843af1e81710..271a24c3eae8cf25e0719df76afca61f3ccf31dd 100644 (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 */
index c2488fbbee3710b269c5059570bdf1dd8c0b3d65..1f302557efc4323fd5d5322ea23a550e24e4fd0c 100644 (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 */
index c893ad36d16dace2f7bab3f08fdfac36503eb7a3..3e576f7a31887a5afa3299aa83b7ae3ec4f3e814 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 int
 __signbit (double x)
index 32ba66d1a0723ef065938a0ef11000504d7ed9d7..e3e3a2a965b50d12df1d97800530cb4a6f88e53d 100644 (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
index 73258b352beb571dd6aa58fa3c03a769d0a363cf..4d55c71dad9bcaa1567c68ef46dbeb854fb1489b 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 void
index 2c26756ff2c96a31fe1ae0b9d5fd90cddb3eca66..acff67c987ac946be209c164ab5602f05109576c 100644 (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
index 63ef4b88a4fdc35b3e648c73d122539167b05c0a..ded0d6025db81107de24f0431dbf91c6a9cf9ecf 100644 (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;
 
index 359a2ff3d489cd6e5ea54c8fab93502bd31c15dd..cf43482f218e841246792424a0e56c79955bd2b8 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 double
index f3418fe96464befe3139be3d74477a2f4918abe0..038d1bdf2245e5930b821df8bcdb69e1f58e876d 100644 (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
index fa32826cf7fa9a20e93ae83d5647609d626461ed..887a06b2ddc8e439912631150552efbe2bd3b3f6 100644 (file)
@@ -28,7 +28,7 @@
 /* e^x                                                                    */
 /**************************************************************************/
 #include "mpa.h"
-#include "math_private.h"
+#include <math_private.h>
 
 #ifndef SECTION
 # define SECTION
index 89a914adcd7ebf2d3576ef842a0d2ab92c0add07..7c829c74f769a23e681ab21380f277d737cf5023 100644 (file)
@@ -32,7 +32,7 @@
 /*************************************************************************/
 
 #include "mpa.h"
-#include "math_private.h"
+#include <math_private.h>
 
 #ifndef SECTION
 # define SECTION
index 83c28479d33eea2ef8a37a0cd4c16833caf42cd2..26268f24981178564a5ecddd4f8c68d91940f3ed 100644 (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,
index 41dc42c0af50022d706da5431fd726c94d3d88a6..b8ab7483042e3926c6300a29eb728626b56b9a06 100644 (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;
 
index 0e20571a74cfed3a805fa47801bc9d964a48db67..6d2540447f17f21f5993648645a7a039a730414d 100644 (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,};
 
index 346dab7995390e4fdfb46b23c867db2b13f7f6af..c687525d4b52155e6aba08ed4fa9fe8e4efafbdc 100644 (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;
 
index 93a39a68351beee77f8beff79eaf07deb2c562de..f25ede8f9cf37cd5d346438d6fc49f649de1f826 100644 (file)
@@ -14,8 +14,8 @@
  * no branching!
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 #undef __finite
 int
index 8ee914e321c8ddb0c81500f61db01c1af87ab50c..34fa6dad5ea595807d4b4f9fbcdc352822820af1 100644 (file)
@@ -30,8 +30,8 @@
  * ====================================================
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 /*
  * floor(x)
index 0d5da875a26f3587211fd9803a4585700d2486c6..5ca6b0f97e1948a15123fe21699e2fe73536e1b0 100644 (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
index c48e979a84e88fb74522837d447f83485c02d672..163fc31efc6399ca9da6f5d16a20b76bcee0014a 100644 (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)
index 09dcc945325506cc25ed781710630d8790fb9b9b..9d78ed13ae9a933687da0c4520f6cd004ebad800 100644 (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
index 86d0ac8bbcc0b3cb71e5751511e3f251b20c3fc7..70a620cf648ff41f568a0063b61d07c3d063efc2 100644 (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)
index 7760266290220a742ca52ad508125729cecd22aa..2ad6c7ddbda3752e5006bc92bcacde007dca2447 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 double
index 7fa2685e4791380ea5b06c675970219ac90fba3b..e3a1db0d50590f246810b9387687baeb84cac73a 100644 (file)
@@ -22,7 +22,7 @@
 
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 long int
index 0cba548abd4f3cf4a2fb2d7d00ce100f4d0ca410..89743168cb573f8ad36697d4a1811bf1cf3bde0a 100644 (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;
 
index 861da20b10258df0d826dded76eebbfa3505ac3c..a3809984e2c9bc9dd87fa2b6979c1fa2221a082b 100644 (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]={
index 6b645b9af7518a5a2f378c35ac5ccf89b40202cc..d634d67f46be97083a8a43b4130decbc96629a6d 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 static const double zero = 0.0;
index 571b3811ab8c1e6f51faae459cd6582240fcb35d..20eef3c5ea40581c27ba8244dc21aa8dac46c53f 100644 (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]={
index 6a26197fd2e96077f6b363111ce24d66270b81c1..4d2012ae2f8724a8a7c45ed50874076d56c33410 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 static const double huge = 1.0e300;
index 1d0da687c106fdf2bef1201c60ea07a806d746ad..c00db68ddf3e8a4fee6ff3abd00fe0692fa4ebaf 100644 (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 */
index e183c3875f6d4bbde9a5fd73a10a23d4393e74b7..3822e1737db1a0f30d02aa56de82bae2daaaaa48 100644 (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 */
index f94826a8f55079658ee7c5d622cd3c55f759054d..bfb773d3a9afd0851139261dbd1df19982965101 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 double
index a258e2f918da24acae86a0c38b94198353bf4108..c0f1d4ea743e6f24064e12b5729a40121aaee74e 100644 (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 */
index 5999b747a28ea294b82e5d03c4328148bbdfe427..aabfb85df7d490ac1a8951b99246cd54e9460d27 100644 (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,
index 595f957f6b9cc7744451894c386adaece032887f..91ca9afd008a760405433b5d8579c42e73f88cae 100644 (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 */
index abbde88bdfd252c2743630c9cd16a44f02ab4861..29eefc0dd61379a662fcba1938d5fb0a6f98f264 100644 (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,
index 7af2f6ce6715e8ecd077f27105b8035314c9611c..84e080df5ac91c3ba235689a9aba30f67e8e4196 100644 (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;
 
index 1887639a6b8c81fa50e86334a4eb277d30ffd6de..7eeea4d8dae7df9b5dd593f52f999b4036afaf9e 100644 (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;
index e82a9ceab735fccc6e20015f069fd6328d013537..8d8fad4eb5c3ccf81afd25bf72e17803b7c5bfbb 100644 (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,};
 
index 7ec8ae66bcd8cc277e1a34def26f59a6500a67cf..97e7d34b64773f16f40592bbf4ba6061cdb41d18 100644 (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)
index 0cc52c94c47da778b558f4407a1d2600bff7c39d..0729cd04e09ec1f16f57a826eb4a065a208d6cbb 100644 (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);
 
index bb335a74035f4343f785d0efde0e4370a04ec912..30b7d8e25054342edf8c0b7b1d76c6c3b1dcb0b6 100644 (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);
 
index 1e55485b02768bacd5024045b89678e581719c50..bed9cee7abb41ba7c280b8d3f9cbaaee53bbeaae 100644 (file)
@@ -13,8 +13,8 @@
  * ====================================================
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const float
 two   =  2.0000000000e+00, /* 0x40000000 */
index cbee9db8fb0e4737cdc4c1f1db58704e0a1bfdf2..2e9226908526490e0c0501ed0f14eeec0c433e93 100644 (file)
@@ -13,8 +13,8 @@
  * ====================================================
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const float
 two23=  8.3886080000e+06, /* 0x4b000000 */
index 72dcea6250fe2fa59e849348f5e243a0bfea8efe..96f0e81c5274da3bf043783f80016bcd23565feb 100644 (file)
@@ -13,8 +13,8 @@
  * ====================================================
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const float
 two25      =  3.3554432000e+07, /* 0x4c000000 */
index 7453214516c19a1acad6dd14a9bf27d525444c86..245be4e6f77d4c1d26534d2a29d4e41b26504cbe 100644 (file)
@@ -15,8 +15,8 @@
  */
 
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const float
 ln2 = 0.69314718055994530942,
index b870b319571496b902074d2044997df900808f36..7da64896c1e8836c29fb93f591bd75f5dc16c1a9 100644 (file)
@@ -13,8 +13,8 @@
  * ====================================================
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const float
 ln2_hi =   6.9313812256e-01,   /* 0x3f317180 */
index 460055204f4d644ea12bf3b70f6573567717e7f6..43069479a5934437b028db165519408cf72f7828 100644 (file)
@@ -13,8 +13,8 @@
  * ====================================================
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const float huge = 1.0e+30, tiny = 1.0e-30;
 
index c2b9793df9fe10f268076c9ef7ac9b6bcec988e2..702fbf520d6a141afcb0319626b45d21e2eaa7e8 100644 (file)
@@ -23,8 +23,8 @@ static char rcsid[] = "$NetBSD: e_rem_pio2f.c,v 1.5 1995/05/10 20:46:03 jtc Exp
  * use __kernel_rem_pio2f()
  */
 
-#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
index aaf15dfe54fb2042913d2de44a5b157c360c5de4..cc0167862e22b69b0adb655938f494e85c3ba2a1 100644 (file)
@@ -13,8 +13,8 @@
  * ====================================================
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const float zero = 0.0;
 
index 58139634886c40a336ba0c1eee6c038abe783a5c..0a3cc90cd1366db24544aeffe43c1c9fefa6f6fb 100644 (file)
@@ -13,8 +13,8 @@
  * ====================================================
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const float one = 1.0, shuge = 1.0e37;
 
index 6d6688c52cff3d845d9179a7409fbef92ee335bd..c02206ac0154b7aac16005173a038a42eaf8a9c4 100644 (file)
@@ -13,8 +13,8 @@
  * ====================================================
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const float     one     = 1.0, tiny=1.0e-30;
 
index 81259470e04eec8be6c120eda5eb8cc157e64729..fe4b453b77eda0199bb60b450d5d859802a15ee8 100644 (file)
@@ -17,8 +17,8 @@
 static char rcsid[] = "$NetBSD: k_cosf.c,v 1.4 1995/05/10 20:46:23 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 */
index 395cc789f16affaf9e99cf95fc7b05e428a70aaf..06c2f378dcefe3462a1c13c8c1b3626e5aa53c32 100644 (file)
@@ -17,8 +17,8 @@
 static char rcsid[] = "$NetBSD: k_rem_pio2f.c,v 1.4 1995/05/10 20:46:28 jtc Exp $";
 #endif
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 /* In the float version, the input parameter x contains 8 bit
    integers, not 24 bit integers.  113 bit precision is not supported.  */
index 572363d7558a0a2c9869e32bf89e86015e6f0ff5..e65fb988b79718c966d6c8e57b38bcfd8ae3a1ba 100644 (file)
@@ -17,8 +17,8 @@
 static char rcsid[] = "$NetBSD: k_sinf.c,v 1.4 1995/05/10 20:46:33 jtc Exp $";
 #endif
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const float 
 half =  5.0000000000e-01,/* 0x3f000000 */
index 8b34811e4f1c9750c13e4be4196b71577468198d..92206069c855638622efd977cec15611894a7361 100644 (file)
@@ -17,8 +17,8 @@
 static char rcsid[] = "$NetBSD: k_tanf.c,v 1.4 1995/05/10 20:46:39 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 */
 pio4  =  7.8539812565e-01, /* 0x3f490fda */
index aa46f900042bf0ea3c54cdd7a43336dc214126c6..b7fa2b4443208637ce71cebd9d34b7d71b6d367f 100644 (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 */
index 8a3aa811b26c99bcf0ee20cb95c4f5136ef29d2c..be7e67456a1a5c65b1c1538f2b5dd2ee4154f2b8 100644 (file)
@@ -17,8 +17,8 @@
 static char rcsid[] = "$NetBSD: s_atanf.c,v 1.4 1995/05/10 20:46:47 jtc Exp $";
 #endif
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const float atanhi[] = {
   4.6364760399e-01, /* atan(0.5)hi 0x3eed6338 */
index 14233abf1b91cae33a205a4635d7d52f0c89a55d..ca792dbe6f5d852beb4f984a0095ad9fa498ec5f 100644 (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) */
index af926600b040f491d46889fcbd98b81c74ca1490..37659ea2ae07863e75c71c1f3543e031915f6a81 100644 (file)
@@ -13,8 +13,8 @@
  * ====================================================
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 
 static const float huge = 1.0e30;
index 3a7893d8af3c2430b51dc21fd68af9d488080778..8bdf997d6b27bafa15abac6a42aaa0066d809390 100644 (file)
@@ -23,8 +23,8 @@ static char rcsid[] = "$NetBSD: s_copysignf.c,v 1.4 1995/05/10 20:46:59 jtc Exp
  * with the sign bit of y.
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 float __copysignf(float x, float y)
 {
index dfe576c7be452d877489106432633213a45e0984..f4bd81904b56c9a0ac56ba944ec7421568ecbbde 100644 (file)
@@ -18,8 +18,8 @@ static char rcsid[] = "$NetBSD: s_cosf.c,v 1.4 1995/05/10 20:47:03 jtc Exp $";
 #endif
 
 #include <errno.h>
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const float one=1.0;
 
index 8a0610d5c58dc3af45822d236127cf8efffe8de3..17eeca4b518d8a0df77bfb181193c5d7404b16bd 100644 (file)
@@ -17,8 +17,8 @@
 static char rcsid[] = "$NetBSD: s_erff.c,v 1.4 1995/05/10 20:47:07 jtc Exp $";
 #endif
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const float
 tiny       = 1e-30,
index 1d707120b074c34e9f1d49cd26678e2bb233326e..ca8839fa22104b4d1920894d3760ec822f13ac41 100644 (file)
@@ -14,8 +14,8 @@
  */
 
 #include <errno.h>
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const float huge = 1.0e+30;
 static const float tiny = 1.0e-30;
index b6a02da184ee53a470c84d760a23492f57cce179..619526574a5160a84e3d053bda66ca62c429ad9f 100644 (file)
@@ -21,8 +21,8 @@ static char rcsid[] = "$NetBSD: s_fabsf.c,v 1.4 1995/05/10 20:47:15 jtc Exp $";
  * fabsf(x) returns the absolute value of x.
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 float __fabsf(float x)
 {
index fe4f0525fa58be5c17869a993857c7ecbc20fada..dfdf4ad0b743b01bd9dde207f3d2725d1b72a4c7 100644 (file)
@@ -22,8 +22,8 @@ static char rcsid[] = "$NetBSD: s_finitef.c,v 1.4 1995/05/10 20:47:18 jtc Exp $"
  * no branching!
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 #undef __finitef
 int __finitef(float x)
index de160d2114b3b4055c653fd4d0b5c784a6ad69cd..99d6c018331c4bcbe24af7b2830ce83ea22f1f71 100644 (file)
@@ -22,8 +22,8 @@
  *     Inexact flag raised if x not equal to floorf(x).
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const float huge = 1.0e30;
 
index eb3461f639ef643d9cba45d75c9bfdbae21f00f8..95cba2bd3f81d2c345d1fa5b75d57746a235f13c 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 int
index ba3777553cf1dd3d183541eafeba2fa8d1f24f43..abb8c0a65eda9ff931dbfd05b9d10d07a4defa7f 100644 (file)
@@ -17,8 +17,8 @@
 static char rcsid[] = "$NetBSD: s_frexpf.c,v 1.5 1995/05/10 20:47:26 jtc Exp $";
 #endif
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const float
 two25 =  3.3554432000e+07; /* 0x4c000000 */
index 74babe140f778918f26d23b70089f2c07d0aadc9..21f9cd970431b4af5170ae38b2d7e64487e88ee4 100644 (file)
@@ -18,8 +18,8 @@ static char rcsid[] = "$NetBSD: s_ilogbf.c,v 1.4 1995/05/10 20:47:31 jtc Exp $";
 #endif
 
 #include <limits.h>
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 int __ilogbf(float x)
 {
index 1e46e2ce4a39c3e48962981e651c3fa492133956..284d61926ad9b6d47fc8b8cc118c5612324f6def 100644 (file)
@@ -7,8 +7,8 @@
  * no branching!
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 #undef __isinf_nsf
 int
index 03a95fcc0fc22d5ab0dac4caa248edc1c352fb44..6eec050bb50f5259518794d49254db53376b8c4e 100644 (file)
@@ -12,8 +12,8 @@ static char rcsid[] = "$NetBSD: s_isinff.c,v 1.3 1995/05/11 23:20:21 jtc Exp $";
  * no branching!
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 int
 __isinff (float x)
index 028b9bbb351c50881f50f80541d241d754d495d6..820b31a2b432604ba032ec5103188b41e48f5dc7 100644 (file)
@@ -22,8 +22,8 @@ static char rcsid[] = "$NetBSD: s_isnanf.c,v 1.4 1995/05/10 20:47:38 jtc Exp $";
  * no branching!
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 #undef __isnanf
 int __isnanf(float x)
index 69da3ca7a08968b6cc876e960f4a66f2ba3dd6b0..1dc5beb2f59ce09dfed6b98dc27430ba31392dd7 100644 (file)
@@ -20,7 +20,7 @@
 
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 static const float two23[2] =
 {
index 8b9b978609f68b9523c167b8d000952bd5217fe2..457f38608f82a1b85f03449a6f90ac98d3b5e2d2 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 long long int
index 9e555ed5703fccc2542c0fbf4a492526e60e9f5b..030727710653f1e76cc74116afd7aed41472c2f5 100644 (file)
@@ -13,8 +13,8 @@
  * ====================================================
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const float
 ln2_hi =   6.9313812256e-01,   /* 0x3f317180 */
index 6504eb6c66025811f4c1ee3158b1876832ed0b1a..b6aa0f057db9165fbf979872257822bfc1e4b39b 100644 (file)
@@ -17,8 +17,8 @@
 static char rcsid[] = "$NetBSD: s_logbf.c,v 1.4 1995/05/10 20:47:51 jtc Exp $";
 #endif
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 float __logbf(float x)
 {
index e7f36b8e3e9700129638386e6fe7605157c29bcb..cf00996e181fda16e415f946fabc1482ea457706 100644 (file)
@@ -20,7 +20,7 @@
 
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 static const float two23[2] =
 {
index be05f9c54811bb07c197d867b46d99318e5bbdea..57a6dfdc56e1d679e1fc4af7a26a44568cab5428 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 long int
index 741b1c9b169e15f3c9cb2976624c8f06b2ac67f5..23f6a902b3d40fd80b8345ee4a2fd26e9c0f681e 100644 (file)
@@ -13,8 +13,8 @@
  * ====================================================
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const float one = 1.0;
 
index a6d602bb4da56c0405aa2755e3609c6471981f3e..48debadde3cae21c23b6ff9c226cbf59babc403f 100644 (file)
@@ -16,8 +16,8 @@
 
 
 #include <fenv.h>
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const float
 TWO23[2]={
index 19da4246ac4c0546b3d5269e50fbe4d68edea321..b0de3d9ce2a90a6d69ccc514338a70bf933d6578 100644 (file)
@@ -17,7 +17,7 @@
 static char rcsid[] = "$NetBSD: s_nextafterf.c,v 1.4 1995/05/10 20:48:01 jtc Exp $";
 #endif
 
-#include "math.h"
+#include <math.h>
 #include <math_private.h>
 #include <float.h>
 
index 295dcfc2298683c40b2b41b44186a92b440bb84f..6128c209ed1cec5d57b89186cb8c45e4709e7ed9 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 static const float zero = 0.0;
index 9ba6b57d94753aa8253367e21d146b7c61c9ba29..8a907488f79f6e44e143d6aa998f3217f6ef16e0 100644 (file)
@@ -13,8 +13,8 @@
  * ====================================================
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const float
 TWO23[2]={
index 06e79254e3cfaa6356c19cfd17225030e9a572b6..92239c77eb418c6df528c9c2de2c6195fe1c1b2b 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 static const float huge = 1.0e30;
index 2a2d7ab651e6e218930f174eeed9dfd16969a755..aa45164d2f38dfd17afb1751fc622f1355d04a0b 100644 (file)
@@ -13,8 +13,8 @@
  * ====================================================
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const float
 two25   =  3.355443200e+07,    /* 0x4c000000 */
index a7cb1a1a49571ea1c2ece6b0a59cd5af6eb6a36d..5d9bdd647bcdd843a20490acc0558627d7c7c158 100644 (file)
@@ -13,8 +13,8 @@
  * ====================================================
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const float
 two25   =  3.355443200e+07,    /* 0x4c000000 */
index 9d37651e876889ab25a1b18248f4cad72adb4194..619e26b4b25fba641c1e83b6a4c42b2db8e5180e 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 int
 __signbitf (float x)
index 29c44a7da8726e7dc3f6429ee68c686eeef54a53..1b4d000e11d65a2d7fac296b91fae1368772bd30 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 void
index 680fe07dae8aa922596bf0679ea8c463c3ff08af..02fa29f23b14f91ed42b5369d7857247a7037e2c 100644 (file)
@@ -18,8 +18,8 @@ static char rcsid[] = "$NetBSD: s_sinf.c,v 1.4 1995/05/10 20:48:16 jtc Exp $";
 #endif
 
 #include <errno.h>
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 float __sinf(float x)
 {
index b69f3f5f797f6ca8081d6bdbf16bddf966ad963c..685df8fa35071cfe8d6bf6a35b1ecc841a521358 100644 (file)
@@ -18,8 +18,8 @@ static char rcsid[] = "$NetBSD: s_tanf.c,v 1.4 1995/05/10 20:48:20 jtc Exp $";
 #endif
 
 #include <errno.h>
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 float __tanf(float x)
 {
index a3a2cd3e5041916bfd4af913ebde92f4e930e6e7..dc96da9a5bc673637052b1bbeca506a94df5c4ae 100644 (file)
@@ -17,8 +17,8 @@
 static char rcsid[] = "$NetBSD: s_tanhf.c,v 1.4 1995/05/10 20:48:24 jtc Exp $";
 #endif
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const float one=1.0, two=2.0, tiny = 1.0e-30;
 
index 6cbd235f5e002ff356e7ff6d8fab91bf930af024..7e7053aeac217ef4f819a12df4275ba5186bb6ea 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 float
index 53b0775ddfee186953fb92c792d7bf5f75aaa1d2..5d84543b95b4ab587385360956dde43f127570de 100644 (file)
@@ -14,8 +14,8 @@
 static char rcsid[] = "$NetBSD: k_standard.c,v 1.6 1995/05/10 20:46:35 jtc Exp $";
 #endif
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 #include <errno.h>
 
 #include <assert.h>
index 2a74e9cd74706bfc2bee8fa8a8d09bf8e6ee491b..6234289e1e26ad14126391b3406bdbdedf2d43d0 100644 (file)
@@ -27,8 +27,8 @@
  *     acoshl(NaN) is NaN without signal.
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const long double
 one    = 1.0,
index bf8f5b4be4a5f2b1f8e8abf0f11a4ff0b0497617..28c94ed404d7d88c5d8997558334b26d1850ef94 100644 (file)
@@ -54,8 +54,8 @@
  * Functions needed: __ieee754_sqrtl.
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const long double
   one = 1.0L,
index 85c59d02817858667a12ce23a093e60154dcfdf6..cd1a8da42c3a3ec4b7963f0d6da43431a66ea58c 100644 (file)
@@ -59,8 +59,8 @@
  */
 
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 long double sqrtl (long double);
 
 static const long double
index bba3c9bcf1008ad73aa73c6bc0dfc35aa3517295..d31ee70dbd6ee6b20dbec977cb4f8f3005678327 100644 (file)
@@ -40,8 +40,8 @@
  * to produce the hexadecimal values shown.
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const long double
 tiny  = 1.0e-4900L,
index 334c4bd7017a2feed7a648844f14b642152c2446..c5cceb522403c94922e87efd27d7b8963ec5848a 100644 (file)
@@ -32,8 +32,8 @@
  *
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const long double one = 1.0L, huge = 1e4900L;
 
index c40c850f1c8eb389fc91f87edfe0059403c07c84..59f2030d544ff5654cd36b62bb539f8410d6e98a 100644 (file)
@@ -51,8 +51,8 @@
  *      only coshl(0)=1 is exact for finite x.
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const long double one = 1.0, half = 0.5, huge = 1.0e4900L,
 ovf_thresh = 1.1357216553474703894801348310092223067821E4L;
index 05665a9c8bda74ad8b3a10cdd66652a7c548a165..33280030f1342521219980859dfdb506a33517e9 100644 (file)
@@ -18,8 +18,8 @@
  * Method: shift and subtract
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const long double one = 1.0, Zero[] = {0.0, -0.0,};
 
index dad78fef1deaa029521bc2e6f14f8bca11fcc7e9..f5ab901e6a82ce3c53251096c472c46906cd77b7 100644 (file)
@@ -45,8 +45,8 @@
  *     than 1 ulps (units in the last place)
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 long double
 __ieee754_hypotl(long double x, long double y)
index 7d88709b8ee6ffb6146dfac7e0cc654d99230548..112a8f3f9cbd495a0db943acfdce30f5967da510 100644 (file)
@@ -91,8 +91,8 @@
     License along with this library; if not, see
     <http://www.gnu.org/licenses/>.  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 /* 1 / sqrt(pi) */
 static const long double ONEOSQPI = 5.6418958354775628694807945156077258584405E-1L;
index 389657729a4d953ed1f67de2f0e529cf497f50f4..1f62bd09201f76067ffb806381275d25ac91e334 100644 (file)
@@ -95,8 +95,8 @@
     License along with this library; if not, see
     <http://www.gnu.org/licenses/>.  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 /* 1 / sqrt(pi) */
 static const long double ONEOSQPI = 5.6418958354775628694807945156077258584405E-1L;
index 4c2ec854703ed11626310464c3421577eae4c3c8..e320d994bff379c1dc3b5cdb772a1a72e7aad2f6 100644 (file)
@@ -56,8 +56,8 @@
  *
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const long double
   invsqrtpi = 5.6418958354775628694807945156077258584405E-1L,
index a88b11af9450297bf6d4acccb6ab851f89b71a7c..2b44afb759695f1144446ec0eb10a8003d679e21 100644 (file)
@@ -68,8 +68,8 @@
     License along with this library; if not, see
     <http://www.gnu.org/licenses/>.  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const long double PIL = 3.1415926535897932384626433832795028841972E0L;
 static const long double MAXLGM = 1.0485738685148938358098967157129705071571E4928L;
index 58516cd17b36edc525d407966e31a2e3d6f23385..b403f815fbe0bb31b14b9a6481f4679b28e0025d 100644 (file)
@@ -60,8 +60,8 @@
     License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 /* Coefficients for ln(1+x) = x - x**2/2 + x**3 P(x)/Q(x)
  * 1/sqrt(2) <= x < sqrt(2)
index f312057e72687dd627ad558fad21455e0a22b867..6c7da0e44b9e1997bb2c38b195fdffd767f5e33f 100644 (file)
@@ -59,8 +59,8 @@
     License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 /* Coefficients for ln(1+x) = x - x**2/2 + x**3 P(x)/Q(x)
  * 1/sqrt(2) <= x < sqrt(2)
index e8a62ea5c42f378c041b927a3cf5dc08ee21e3ab..395a76302a5e7faf445b2bb9c54a45c3dcbdb3e1 100644 (file)
@@ -58,7 +58,7 @@
     License along with this library; if not, see
     <http://www.gnu.org/licenses/>.  */
 
-#include "math_private.h"
+#include <math_private.h>
 
 /* log(1+x) = x - .5 x^2 + x^3 l(x)
    -.0078125 <= x <= +.0078125
index 807cf6190ad3ebc878fab1e9e57743edf52a540c..40fc314730b07761c8db3e8dfb07b3fe5491978f 100644 (file)
@@ -64,8 +64,8 @@
  *
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const long double bp[] = {
   1.0L,
index cd27024311a5c72eccaea51a984be3694eec9f6f..b8833ba1375045613d579b48a3a9881d6e037724 100644 (file)
@@ -17,8 +17,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>
 
 /*
  * Table of constants for 2/pi, 5628 hexadecimal digits of 2/pi 
index 84233808ef034e057453551e852725136b2130b7..88df6f54c2f8aba36cf7a762ddac5c8de894407b 100644 (file)
@@ -21,8 +21,8 @@
  *     Based on fmodl() return x-[x/p]chopped*p exactlp.
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const long double zero = 0.0L;
 
index 65e9246a1fbe7ea0c364978b92cb9f83f29a79c1..1ca3c6e50708335a86ddaf4ddf94aefacf9fa055 100644 (file)
@@ -53,8 +53,8 @@
  *      only sinhl(0)=0 is exact for finite x.
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const long double one = 1.0, shuge = 1.0e4931L,
 ovf_thresh = 1.1357216553474703894801348310092223067821E4L;
index b5f57ba727595c1f3bb76643f17f15ab8e86bd34..4cb9dd1f56ff5958662e5ab47aaee915d2b6fc61 100644 (file)
@@ -17,8 +17,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>
 
 static const long double c[] = {
 #define ONE c[0]
index 3cb8c79d0ef07f322c2882050c1693649fefc4e8..98c5d627805bf356d6f87be132291604cbe077f2 100644 (file)
@@ -17,8 +17,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>
 
 static const long double c[] = {
 #define ONE c[0]
index 176a50218c593cea85c043ceaad1d935c364fa81..6eaf878d94f10349b5e3d85a56b96cc4aa69651c 100644 (file)
@@ -17,8 +17,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>
 
 static const long double c[] = {
 #define ONE c[0]
index 8d63e6d6f3903d37208e761a794a527f2168f5c2..cb2e9473d94dfd73c683c76a0d9aa90049c878f7 100644 (file)
@@ -56,8 +56,8 @@
  *                    = 1 - 2*(tan(y) - (tan(y)^2)/(1+tan(y)))
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 static const long double
   one = 1.0L,
   pio4hi = 7.8539816339744830961566084581987569936977E-1L,
index 0a834138456548d2eb40c9a77315d1f93d282e4b..e5a3636beb4bbefb14922b3828cca39866315723 100644 (file)
@@ -29,8 +29,8 @@ static char rcsid[] = "$NetBSD: $";
  *                := signl(x)*log1pl(|x| + x^2/(1 + sqrtl(1+x^2)))
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const long double
   one = 1.0L,
index c687ab3affaee1947521d1e6193495ee4a4a1195..0138e792aaab48b2c94c628233b13c88f5da29a3 100644 (file)
@@ -59,7 +59,7 @@
     <http://www.gnu.org/licenses/>.  */
 
 
-#include "math_private.h"
+#include <math_private.h>
 
 /* arctan(k/8), k = 0, ..., 82 */
 static const long double atantbl[84] = {
index 3f418f30e0f9149f0bfd6d48f692d93a4e8acdea..07ed567e4d0c3592c17a69d5a21ee38563fce8cd 100644 (file)
@@ -54,8 +54,8 @@ Adapted for glibc October, 2001.
     <http://www.gnu.org/licenses/>.  */
 
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const long double CBRT2 = 1.259921049894873164767210607278228350570251L;
 static const long double CBRT4 = 1.587401051968199474751705639272308260391493L;
index fe1fc8382bbfaa8360dbdf54e1074dec694781d8..9f6bc4ce15759976448db70aa52b9a5dce34e775 100644 (file)
@@ -26,8 +26,8 @@ static char rcsid[] = "$NetBSD: $";
  *     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 long double huge = 1.0e4930L;
 
index 3426ccddf042e4baf0194fbdad5eb968e2ce55e4..19b68809409223c338f48ef61191203b53973172 100644 (file)
@@ -23,8 +23,8 @@ static char rcsid[] = "$NetBSD: $";
  * with the sign bit of y.
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 long double __copysignl(long double x, long double y)
 {
index ae26d359d042b5941b43974a2e1b206b9c01d991..2c3bff6e0f94909126347c9870e6176235aeb25c 100644 (file)
@@ -45,8 +45,8 @@
  */
 
 #include <errno.h>
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 long double __cosl(long double x)
 {
index c8a4aedca3963f0708b4b069df1cd015bd347212..85c63563733b4622772b1ac98a2f1a34d2771b93 100644 (file)
@@ -96,8 +96,8 @@
  *             erfc/erf(NaN) is NaN
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 /* Evaluate P[n] x^n  +  P[n-1] x^(n-1)  +  ...  +  P[0] */
 
index 04139908c23cca7fdc5511d18becd28617f1397c..17769dd6a37c6ed4b0023ce51d5ccf80e27e1b3c 100644 (file)
@@ -54,8 +54,8 @@
 
 
 #include <errno.h>
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 /* exp(x) - 1 = x + 0.5 x^2 + x^3 P(x)/Q(x)
    -.5 ln 2  <  x  <  .5 ln 2
index 73de8f07c10629be2e6d930bebdb02c82f67444c..a1bb6c5dff90c2dcdc1d4562d519b8bc004dde1c 100644 (file)
@@ -21,8 +21,8 @@ static char rcsid[] = "$NetBSD: $";
  * fabsl(x) returns the absolute value of x.
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 long double __fabsl(long double x)
 {
index b7897358927869790c24949a3a02f6564810d32b..f862a448ed9ff28f17e6a60d829308e5b4212321 100644 (file)
@@ -22,8 +22,8 @@ static char rcsid[] = "$NetBSD: $";
  * no branching!
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 int __finitel(long double x)
 {
index 2799d1c7ed5074032185923820449039acd96577..c72d5d433078e9ce320dd337247740ccec6cb014 100644 (file)
@@ -26,8 +26,8 @@ static char rcsid[] = "$NetBSD: $";
  *     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 long double huge = 1.0e4930L;
 
index d6f35cbef68b1a49a49bd94baa13a124e41ddfff..a98f586f91cee875f2fa35b5c0c0322477621aca 100644 (file)
@@ -20,7 +20,7 @@
 
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 int
index 7f899e470a15730a71d4df80ac9108d8387becd9..d61dddaaaa73daef69435888afe3df173c16acc0 100644 (file)
@@ -27,8 +27,8 @@ static char rcsid[] = "$NetBSD: $";
  * with *exp=0.
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const long double
 two114 = 2.0769187434139310514121985316880384E+34L; /* 0x4071000000000000, 0 */
index a6f52c3f78744972feb8f55fc741b30d3ee02dc1..d52eb050d4e98e1e02cb5e123a99a314a8027a10 100644 (file)
@@ -25,8 +25,8 @@ static char rcsid[] = "$NetBSD: $";
  */
 
 #include <limits.h>
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 int __ilogbl(long double x)
 {
index 1ebc1accbca2ad1401696fd85e73e3719cb28b24..7d6cfb9a62a6d00b08687e33f5c3dddef5137bb9 100644 (file)
@@ -7,8 +7,8 @@
  * no branching!
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 int
 __isinf_nsl (long double x)
index 0b3526bd795a49cdb0dada6b84b6bdeb0cd7c6d8..03e4d13371377b7b616e739aaacb6ae74aba0cf7 100644 (file)
@@ -13,8 +13,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)
index ef7bc7b33216307ec86a89ca769fabd208b102dc..74960e7ff2a89611eb9d9a601d1b160478ffaa21 100644 (file)
@@ -22,8 +22,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)
 {
index 5ebd43eb2e5a6988ff5f4de089aa1b5aed2c3f32..be7cb5df1145bc4fbaa47bfa59dd1c2f78b73313 100644 (file)
@@ -21,7 +21,7 @@
 
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 static const long double two112[2] =
 {
index c5f28af15af84d86587fb9b914d9971972580f8b..16eea8f68a5f35cf6c274f9dedc259c8488c6916 100644 (file)
@@ -20,7 +20,7 @@
 
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 long long int
index 285c40e9baf87f5649d2ba632e3dae665dcf9ce5..4ecea0fddd69d2133a31f781bd97ea70f4df4de2 100644 (file)
@@ -53,8 +53,8 @@
     <http://www.gnu.org/licenses/>.  */
 
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 /* Coefficients for log(1+x) = x - x^2 / 2 + x^3 P(x)/Q(x)
  * 1/sqrt(2) <= 1+x < sqrt(2)
index 8d7b4c65ad234059527cab3cf686a3bc0b51e8ac..0b09b289c2e4000c9a10fadac10f960339c62758 100644 (file)
@@ -23,8 +23,8 @@ static char rcsid[] = "$NetBSD: $";
  * Use ilogb instead.
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 long double __logbl(long double x)
 {
index 5216f63ce4c7e61089faa9822b35895db831d5fa..11594a314f1ebb6b9295cadea1927f18c8bd9c9f 100644 (file)
@@ -21,7 +21,7 @@
 
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 static const long double two112[2] =
 {
index ab2043678d825aceba3c69ceff6cfbb4f90d52d7..efe71bc39152d4298eab015d1c3d1e7763a5102c 100644 (file)
@@ -20,7 +20,7 @@
 
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 long int
index 36572680cc0bf5134af6fac7b5b54dae6047f387..597a5c9a0c3e321b42a1a76fd9b642624d8a6053 100644 (file)
@@ -27,8 +27,8 @@ static char rcsid[] = "$NetBSD: $";
  *     No exception.
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const long double one = 1.0;
 
index 2d9f834bab81b27fd867339e539d0379d801aa27..b335adcaa19e071dadfee1038b2d3eb5342a2e00 100644 (file)
@@ -24,8 +24,8 @@
  */
 
 #include <fenv.h>
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const long double
 TWO112[2]={
index 0bf9339ef5175615a5595087778d347ae38db5a2..e345bc8c40d625dfe42517f1e9dd5c87ed2e6aca 100644 (file)
@@ -24,7 +24,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)
index 6506722c4dc856787c5447073125d2b701ab53da..87a9a6cac3bce44c13ca875993e367b1ecc60619 100644 (file)
@@ -25,7 +25,7 @@ static char rcsid[] = "$NetBSD: $";
  *   Special cases:
  */
 
-#include "math.h"
+#include <math.h>
 #include <math_private.h>
 #include <float.h>
 
index e7265e76272c2f4177dd6d7804876628bcbeca72..371fa8077195700a6d504e3b74844d7983475a01 100644 (file)
@@ -18,8 +18,8 @@
 static char rcsid[] = "$NetBSD: $";
 #endif
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 float __nexttowardf(float x, long double y)
 {
index e44ae849744181b4df393684e5d2f08250cac986..a985546ea4fe4354df69135f7b3ceee6214ddac4 100644 (file)
@@ -20,7 +20,7 @@
 
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 static const long double zero = 0.0;
index 563b2073430b73faa069b0625fd140725c1e5315..088d3c4d599fc19a26212b36a2d41b652d8a2a8a 100644 (file)
@@ -27,8 +27,8 @@ static char rcsid[] = "$NetBSD: $";
  *     Inexact flag raised if x not equal to rintl(x).
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const long double
 TWO112[2]={
index d8eff871eeb18dbc907fb15f9b5cf99ac96f0d0d..1139d2781fbd0b6461f5b597e22d59d56b0de44f 100644 (file)
@@ -20,7 +20,7 @@
 
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 static const long double huge = 1.0E4930L;
index 9ad976bb116eb0246c4c0aa56da739952101d47a..f0df2da9ea6789cf5e258b472ac94d6821629f2f 100644 (file)
@@ -25,8 +25,8 @@ static char rcsid[] = "$NetBSD: $";
  * exponentiation or a multiplication.
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const long double
 two114 = 2.0769187434139310514121985316880384E+34L, /* 0x4071000000000000, 0 */
index a928ecccec7f2340ace62ce726bb5e937caa005b..a14848d8fd8a900bbe2139d174274a34387dcebe 100644 (file)
@@ -25,8 +25,8 @@ static char rcsid[] = "$NetBSD: $";
  * exponentiation or a multiplication.
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const long double
 two114 = 2.0769187434139310514121985316880384E+34L, /* 0x4071000000000000, 0 */
index 0f519fb6cb95df0ac7595d82aa198431ce54ec2e..da7421307504c9759d85daa66c3a6a391c666df8 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 int
 __signbitl (long double x)
index 8ff70148d3b2c5ea1f7a30fa8b3ee1b799945b4a..5747ad464ec642a848de3c4307ddab33a3401b70 100644 (file)
@@ -20,7 +20,7 @@
 
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 void
 __sincosl (long double x, long double *sinx, long double *cosx)
index 63a920bd800c6b5e59c2371b3cc757996c5b1360..582a53fd7aa89ce909ee59611bda8b7868d85f7f 100644 (file)
@@ -45,8 +45,8 @@
  */
 
 #include <errno.h>
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 long double __sinl(long double x)
 {
index 979eb865579d81bb0fa639953c796cecd478ff98..129735b1b59ae4d9fbd3b0223bec8374618b94e9 100644 (file)
@@ -41,8 +41,8 @@
  *      only tanhl(0)=0 is exact for finite argument.
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const long double one = 1.0, two = 2.0, tiny = 1.0e-4900L;
 
index 41e590250edbff19d50ff4953da6a5ca783e2fa6..c4bb8c80ec575c5d5b3441858c9a7546f5817297 100644 (file)
@@ -45,8 +45,8 @@
  */
 
 #include <errno.h>
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 long double __tanl(long double x)
 {
index 526071a587b19a8b71c0ac38d8a19f436fffb469..092ff9cdf415dd0164526e3ca6a6e77289a834c5 100644 (file)
@@ -20,7 +20,7 @@
 
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 long double
index ab82ef1e76cb1980abde1e75433bb3e46819badd..f4deda872f180f66b1ee43d34c07eafe7057fcff 100644 (file)
@@ -22,8 +22,8 @@ static char rcsid[] = "$NetBSD: $";
  * wrapper expl(x)
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const long double
 o_threshold= 1.1356523406294143949491931077970763428449E4L,
index 20d94eaa1ec06b1177ae3f3ec69edea9a67a2673..117bd0f052b2076e4de181c26141083eacd4a7ee 100644 (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 long double
 one    = 1.0L,
index 55ee30f02cb8c098ae4b6dd806ecae7034f60147..533b59786d1444086f576e690dd239b2ec686298 100644 (file)
@@ -54,8 +54,8 @@
  * Functions needed: __ieee754_sqrtl.
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const long double
   one = 1.0L,
index 402c2443602cb300c8ba80eecc436820a1f99613..fb6f5720d06f9e156c141ddb6192b89961fcdc3e 100644 (file)
@@ -59,8 +59,8 @@
  */
 
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 long double sqrtl (long double);
 
 static const long double
index a5b6621006d3a516100663e9b568e505ecb707ce..fe5c8bd8dc29c387b5db89be51230b7cc28a00df 100644 (file)
@@ -40,8 +40,8 @@
  * to produce the hexadecimal values shown.
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const long double
 tiny  = 1.0e-300L,
index c879e4518ea6075261f9c5e37113ca1cf12edb41..075855b5feebbb0171fd19908f58491cde369bc2 100644 (file)
@@ -28,8 +28,8 @@
  *
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const long double one = 1.0L, huge = 1e300L;
 
index 569b8418bf6e5aa5a4c4ff4f8ec79b4fade265b7..3e8e1875c6cd576c500a11744456aaade02e403a 100644 (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 long double one = 1.0L, half=0.5L, huge = 1.0e300L;
 
index 4ad59a091645cbffe4e704592113b790fd552739..10cda317a98d0de599b98030715f75cb34398d59 100644 (file)
@@ -18,8 +18,8 @@
  * Method: shift and subtract
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 #include <ieee754.h>
 
 static const long double one = 1.0, Zero[] = {0.0, -0.0,};
index 4ef076741f03d49f18c0519cf7940d0bf903f2fa..00bfb15926df7aec137ad98488aaf8063b436f5d 100644 (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>
 
 static const long double two600 = 0x1.0p+600L;
 static const long double two1022 = 0x1.0p+1022L;
index 2f8fa88820af9dc4972a768dd057951520a0a7df..930a2bcbdfb1f7fc9ed8446aa42ae9d973562dd4 100644 (file)
@@ -56,8 +56,8 @@
  *
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const long double
   invsqrtpi = 5.6418958354775628694807945156077258584405E-1L,
index e398d93a9d887c55d49e3558201c4a17721f304e..fae774cea870dbc32771e6bbfb7b6517507b9da6 100644 (file)
@@ -60,8 +60,8 @@
     License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 /* Coefficients for ln(1+x) = x - x**2/2 + x**3 P(x)/Q(x)
  * 1/sqrt(2) <= x < sqrt(2)
index 28363f2cf693478b81525ef19f626af972bd6b1e..f0098f6c73b67a22b2af46114a8ba55eaac301a0 100644 (file)
@@ -59,8 +59,8 @@
     License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 /* Coefficients for ln(1+x) = x - x**2/2 + x**3 P(x)/Q(x)
  * 1/sqrt(2) <= x < sqrt(2)
index 0912284c5ceba3db5902975f5050a09919828dbb..14f47ebade024e9108c59e90ce4d12776aad81da 100644 (file)
@@ -58,7 +58,7 @@
     License along with this library; if not, see
     <http://www.gnu.org/licenses/>.  */
 
-#include "math_private.h"
+#include <math_private.h>
 
 /* log(1+x) = x - .5 x^2 + x^3 l(x)
    -.0078125 <= x <= +.0078125
index ac7ca31ca4318c8731d7fe2f027b44463e119040..52ce33abaae4f3775443ae1c35ca2139871005cb 100644 (file)
@@ -64,8 +64,8 @@
  *
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const long double bp[] = {
   1.0L,
index b584e53042141261648767214c58f399000648c1..5352de945356830f5e6b92eb9b5922b9c7079d50 100644 (file)
@@ -17,8 +17,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>
 #include <ieee754.h>
 
 /*
index d4a847dbedd07f2359a0814a5160d3442ce18c71..67d7db7fbe9f034c923971c53f103b692c2f2723 100644 (file)
@@ -21,8 +21,8 @@
  *     Based on fmodl() return x-[x/p]chopped*p exactlp.
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const long double zero = 0.0L;
 
index 4b53d90c93419bef1bd59392439fd67e449cb0e2..4bae85a5a421e6be3e3aaa4f819092e84819882f 100644 (file)
@@ -28,8 +28,8 @@
  *     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 long double one = 1.0, shuge = 1.0e307;
 
index 7ab9b5da06a6c8bf52cdd5888c32dd5448f0b1c5..52414319a62d699bc463cad501344908e2777b0f 100644 (file)
@@ -17,8 +17,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>
 
 static const long double c[] = {
 #define ONE c[0]
index 23b726a6f35d1646f899c7168750cab9a45305e9..f3dd954887bcba6eac1624c8f47723c62f7702bf 100644 (file)
@@ -17,8 +17,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>
 
 static const long double c[] = {
 #define ONE c[0]
index a51f55cd439f5f5ff8a3e3f8b142b1d3d69a863f..484b65fc8e5103e534e6df0642a095aa910e7ff1 100644 (file)
@@ -17,8 +17,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>
 
 static const long double c[] = {
 #define ONE c[0]
index 478e501c814f16a37d74f7781f7febe15f102923..1f6bad241b5d5e1570283a9bfeab6f0e0a3df248 100644 (file)
@@ -56,8 +56,8 @@
  *                    = 1 - 2*(tan(y) - (tan(y)^2)/(1+tan(y)))
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 static const long double
   one = 1.0L,
   pio4hi = 7.8539816339744830961566084581987569936977E-1L,
index bc5a066edf4319eba6abedbaab1c62e9ef7f9990..a833457eab3a114d493e6315cbb5495a71f21af7 100644 (file)
@@ -25,8 +25,8 @@ static char rcsid[] = "$NetBSD: s_asinh.c,v 1.9 1995/05/12 04:57:37 jtc Exp $";
  *              := 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>
 #include <math_ldbl_opt.h>
 
 static const long double
index 49c4728c95df08ee140c3257d8473b09a800a6f4..779209d3d72eddf6788e9e645ddb75e41624f7db 100644 (file)
@@ -60,7 +60,7 @@
 
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 #include <math_ldbl_opt.h>
 
 /* arctan(k/8), k = 0, ..., 82 */
index f3a906e657f5c88e6edd9789ccaed7959c4cee04..a16a8868527d38e790311c3bd1596790bb764d39 100644 (file)
@@ -23,8 +23,8 @@ static char rcsid[] = "$NetBSD: $";
  * with the sign bit of y.
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 #include <math_ldbl_opt.h>
 
 long double __copysignl(long double x, long double y)
index 57bae0cab639586296ed62cb91c27a8855fc49a0..23148392f12f282ec26b2f948210447f58d3793f 100644 (file)
@@ -45,8 +45,8 @@
  */
 
 #include <errno.h>
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 #include <math_ldbl_opt.h>
 
 long double __cosl(long double x)
index 2945909f95a39f248a5b21fd71f3e88f12975f59..e4126395bdb589e0d180df1de2854de2c7915017 100644 (file)
@@ -22,7 +22,7 @@
 #include <math.h>
 #include <math_ldbl_opt.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ long double
index 8d59535c6403fd3b91961460d54c1536e6adc1e6..0b1bc4f70ec2e0a1f9211041364c7e317a832601 100644 (file)
@@ -22,7 +22,7 @@
 #include <math.h>
 #include <math_ldbl_opt.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ long double
index 8868f7e1cf6ba4351b4ce21afeda63a74b27af87..f91a00ff5dc5abc52c5f6751634ddfab76733e35 100644 (file)
@@ -96,8 +96,8 @@
  *             erfc/erf(NaN) is NaN
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 #include <math_ldbl_opt.h>
 
 /* Evaluate P[n] x^n  +  P[n-1] x^(n-1)  +  ...  +  P[0] */
index 968d8f9722c81d811bc501df13b1a11ca84f53f0..98ae4e1ceeafa8ec1f3b14a4a6bcf9a0083438d5 100644 (file)
@@ -52,8 +52,8 @@
     <http://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 #include <math_ldbl_opt.h>
 
 /* exp(x) - 1 = x + 0.5 x^2 + x^3 P(x)/Q(x)
index a288eac373f8602d5b8e0af0d411e19bac6cd92f..99146d8021470a99e82ee17d887326bebacd15bc 100644 (file)
@@ -22,8 +22,8 @@ static char rcsid[] = "$NetBSD: $";
  * fabsl(x) returns the absolute value of x.
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 #include <math_ldbl_opt.h>
 
 long double __fabsl(long double x)
index 49f2c923850d6a20e84dc18e23332887e8991dc2..8edb34154d743445765e22c3d57af3f62390773d 100644 (file)
@@ -22,8 +22,8 @@ static char rcsid[] = "$NetBSD: $";
  * no branching!
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 #include <math_ldbl_opt.h>
 
 int
index c6ac22e08d299e0a9d8d0461c66b2c505536956e..c0246d25942f9071611b4fbd491742b04a36a819 100644 (file)
@@ -20,7 +20,7 @@
 
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 #include <math_ldbl_opt.h>
 
   /*
index 215083bc27408b410ddfd199ba66ee63b3e98a84..3ac537411603757149db4ea41b42b1a906d22b9f 100644 (file)
@@ -27,8 +27,8 @@ static char rcsid[] = "$NetBSD: $";
  * with *exp=0.
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 #include <math_ldbl_opt.h>
 
 static const long double
index 106c7311c73bff5903268dd8b9d60321ec1d7b0c..a6f0e1e678e771187f8bf2d37b2431edc28d47cf 100644 (file)
@@ -25,8 +25,8 @@ static char rcsid[] = "$NetBSD: $";
  */
 
 #include <limits.h>
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 #include <math_ldbl_opt.h>
 
 int __ilogbl(long double x)
index edeaba5f7c0b370a294c08cb06bc1b6d6f939e94..c8dd9ff98ac23bc7b3efd6672b8e67992d972add 100644 (file)
@@ -3,8 +3,8 @@
  * no branching!
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 int
 __isinf_nsl (long double x)
index 717b57466d9f0ee0cbd8d507b399b7f056ea94cf..5f5b0144b212747389a59e5a3ce29283deb59837 100644 (file)
@@ -13,8 +13,8 @@ static char rcsid[] = "$NetBSD: $";
  * no branching!
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 #include <math_ldbl_opt.h>
 
 int
index ae5ba8e1ff8b55827f48997f3e62af4751a1d4fd..157666cfbdef09afe2b82328d17c35c0ea2c7f4b 100644 (file)
@@ -22,8 +22,8 @@ static char rcsid[] = "$NetBSD: $";
  * no branching!
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 #include <math_ldbl_opt.h>
 
 int
index 30a53300c3ab66f15a80335b34cf9aec02f9013d..77c4fdea844e221cb4f1bc0290ebea7db3ff2559 100644 (file)
@@ -53,8 +53,8 @@
     <http://www.gnu.org/licenses/>.  */
 
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 #include <math_ldbl_opt.h>
 
 /* Coefficients for log(1+x) = x - x^2 / 2 + x^3 P(x)/Q(x)
index 10ae684d1cb2aaae0902645363193f96984b98e7..f38b129971098d9f1008bec273bf917b54cc5425 100644 (file)
@@ -23,8 +23,8 @@ static char rcsid[] = "$NetBSD: $";
  * Use ilogb instead.
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 #include <math_ldbl_opt.h>
 
 long double __logbl(long double x)
index 1fe323595ae1a296a282a432cbbeef1200e198f1..39de9d4bfbe4946588f225e1a6b64c578fc16418 100644 (file)
@@ -27,8 +27,8 @@ static char rcsid[] = "$NetBSD: $";
  *     No exception.
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 #include <math_ldbl_opt.h>
 
 static const long double one = 1.0;
index bcf265d40116d42ad07b65bb37d9dbcb915559b2..9ecfef179bdd235bb1c8beb852978cf42efbc143 100644 (file)
@@ -25,7 +25,7 @@ static char rcsid[] = "$NetBSD: $";
  *   Special cases:
  */
 
-#include "math.h"
+#include <math.h>
 #include <math_private.h>
 #include <math_ldbl_opt.h>
 #include <float.h>
index e88361a936c203522f0d5b3490c3a499b6821593..a6745837442788d7b803e5f51000352d73f09627 100644 (file)
@@ -18,7 +18,7 @@
 static char rcsid[] = "$NetBSD: $";
 #endif
 
-#include "math.h"
+#include <math.h>
 #include <math_private.h>
 #include <math_ldbl_opt.h>
 #include <float.h>
index d081aee7a1dea8bff251f3169cb52e3e62fd7df1..bb7a987af9b1a8df6c4dbbfb4762a04db4847e9a 100644 (file)
@@ -20,7 +20,7 @@
 
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 #include <math_ldbl_opt.h>
 
 
index 2c30d1c78a4297add02657ee710391365636989f..e84561701fb007f59ea87ef64bdb6f0e8894131c 100644 (file)
@@ -25,8 +25,8 @@ static char rcsid[] = "$NetBSD: $";
  * exponentiation or a multiplication.
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 #include <math_ldbl_opt.h>
 
 static const long double
index 48102efcf51bf0c9a8ead08eda422046c0d93d0d..01cdb70e1d65500c8401b2fda0bffec99e4c9a42 100644 (file)
@@ -25,8 +25,8 @@ static char rcsid[] = "$NetBSD: $";
  * exponentiation or a multiplication.
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 #include <math_ldbl_opt.h>
 
 static const long double
index 082f86ffdbfd2eb684b1e666ba6bd5ed8d861c2e..964972750f52db91e84333445acfa4afb86b74f9 100644 (file)
@@ -18,7 +18,7 @@
    <http://www.gnu.org/licenses/>.  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 #include <math_ldbl_opt.h>
 
 int
index f099fec200142f965a3e2a86e5d47fb07845cbf7..0b9d6615910f3e042f9cf906529de33c6fc0b66b 100644 (file)
@@ -20,7 +20,7 @@
 
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 #include <math_ldbl_opt.h>
 
 void
index e26d998888ac49975115d721fce53111cccba36c..6fec16f85183a8d54756de8420c35225007fd65d 100644 (file)
@@ -45,8 +45,8 @@
  */
 
 #include <errno.h>
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 #include <math_ldbl_opt.h>
 
 long double __sinl(long double x)
index 40df484c8a5dceae5f32b8176354bc8a10aaf94d..138b63cd1a40c8e0f7b566f7b9fc736dfab02761 100644 (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>
 #include <math_ldbl_opt.h>
 
 static const long double one=1.0L, two=2.0L, tiny = 1.0e-300L;
index 3de0a0da274c63ea2f3ad0c9bea8149d9c43bc1e..9967d0c2063d8dd8ac62a4613f884dbb1abeedd3 100644 (file)
@@ -45,8 +45,8 @@
  */
 
 #include <errno.h>
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 #include <math_ldbl_opt.h>
 
 long double __tanl(long double x)
index 29004ec267c71bf5f10acaaf4a16f98f31d5c340..bbaef680bd520fa415073be987ff3cb84746fcb0 100644 (file)
@@ -28,8 +28,8 @@
  *     acoshl(NaN) is NaN without signal.
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const long double
 one    = 1.0,
index f71cd9312839d5f170947228404e3a01cead47ba..c33701f11e68d2ef6c8a068910b2be2f6c1b2f39 100644 (file)
@@ -58,8 +58,8 @@
  */
 
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const long double
   one = 1.0L,
index 535d0d6123cd9bd920f41c246a25e69bc39683e0..209f29bbd2d8fdbd93933673491be006708892c1 100644 (file)
@@ -41,8 +41,8 @@
  * to produce the hexadecimal values shown.
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const long double
 tiny  = 1.0e-4900L,
index 0f3c7fb59600fb482ce6f2c7b4bf24352788006c..4c29243695427cf7eda000aed800f4779b3cfdf7 100644 (file)
@@ -32,8 +32,8 @@
  *
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const long double one = 1.0, huge = 1e4900L;
 
index 6113f0719f1e5108c5ce22517c482ee73e10c5d8..995c9922cbfc87083fb98e751d0422e506881a6f 100644 (file)
@@ -34,8 +34,8 @@ static char rcsid[] = "$NetBSD: e_cosh.c,v 1.7 1995/05/10 20:44:58 jtc Exp $";
  *     only coshl(0)=1 is exact for finite x.
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const long double one = 1.0, half=0.5, huge = 1.0e4900L;
 
index 7a1ad3fd235e941c1d580f958e056b3bc2f31ff0..306f92924c30f51613131aeab9bb5c42f19eab1b 100644 (file)
@@ -46,8 +46,8 @@
  *     than 1 ulps (units in the last place)
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 long double __ieee754_hypotl(long double x, long double y)
 {
index 0e64bee7c2a1dcda161510f97c00e4aa7ab02e4d..3939259d8108075aa6046099477a7fc032fa6611 100644 (file)
@@ -71,8 +71,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 long double pzero (long double), qzero (long double);
 
index 8710e38934782d559ad4ab1236f05125665c79b7..785c0b06760fa96f074a9ed2fa2e8f2dccdcba25 100644 (file)
@@ -71,8 +71,8 @@
  *        by method mentioned above.
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static long double pone (long double), qone (long double);
 
index 5c9c0530f176e098d32c96556e126f11776cf551..2e206e7e224a01514ccc4a9b0effc6f826a84509 100644 (file)
@@ -56,8 +56,8 @@
  *
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const long double
   invsqrtpi = 5.64189583547756286948079e-1L, two = 2.0e0L, one = 1.0e0L;
index 741a26f4d0bd3578d674fc2daff49faeda12a442..1a95f846ae808301726576e74e7d8a6fd5db2c8c 100644 (file)
@@ -91,8 +91,8 @@
  *
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const long double
   half = 0.5L,
index 41c4c7b34eb81f9fbb68ecc09f6ac59360f9b07b..290e483ae523bfa75902c397e34f5a82f8a26ab7 100644 (file)
@@ -23,8 +23,8 @@
  *     Based on fmod() return x-[x/p]chopped*p exactlp.
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const long double zero = 0.0;
 
index 859327240670e2b98bc9e1187943b33dc5d1c77f..4978f348bbfdae322335e376092a8f8ea3543163 100644 (file)
@@ -36,8 +36,8 @@ static char rcsid[] = "$NetBSD: $";
  *     only sinhl(0)=0 is exact for finite x.
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const long double one = 1.0, shuge = 1.0e4931L;
 
index 415be5f19e57739db86fe9c7647e0602c3620110..5e679bd71995a4c2bb08569dad91a1565698afbe 100644 (file)
@@ -29,8 +29,8 @@ static char rcsid[] = "$NetBSD: $";
  *               := signl(x)*log1pl(|x| + x^2/(1 + sqrtl(1+x^2)))
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const long double
 one =  1.000000000000000000000e+00L, /* 0x3FFF, 0x00000000, 0x00000000 */
index a1286d32e86305be7f5b5eb0df467666542beefa..07236345b9f723915cabe211e00a017a952a6913 100644 (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) */
index 96cc27003ec2ebeab9496cf6ac25a79e4a5a889b..aef8a32f63353383c26ee334c311dad8ce2b861a 100644 (file)
@@ -27,8 +27,8 @@ static char rcsid[] = "$NetBSD: $";
  *     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 long double huge = 1.0e4930;
 
index 3a390e9ef3dcf2c02f495bebc5a10e1b336d744a..b1c442452f73be02ec52d6effa7f9c362d30522b 100644 (file)
@@ -24,8 +24,8 @@ static char rcsid[] = "$NetBSD: $";
  * with the sign bit of y.
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 long double __copysignl(long double x, long double y)
 {
index 6cfebf6382601ec621464210f53cd27913ada216..9d5606cfec4a2c5b1f656e6daa8a6f798dc618e5 100644 (file)
@@ -50,8 +50,8 @@ static char rcsid[] = "$NetBSD: $";
  */
 
 #include <errno.h>
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 long double __cosl(long double x)
 {
index 9b25a18a8b94c8ea53777d7f2404b6fbddc87375..b49a49be986078dc8bc8bdd531b8393efeffe05d 100644 (file)
  */
 
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const long double
 tiny = 1e-4931L,
index 3f5106dba2a2819ed989159d65df0919a94e3a3f..fdc70e0dcdab01c21ea173ea3c2e081a091ab112 100644 (file)
@@ -22,8 +22,8 @@ static char rcsid[] = "$NetBSD: $";
  * fabsl(x) returns the absolute value of x.
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 long double __fabsl(long double x)
 {
index f30a4d2a225e6e0a112191163eb85c96adad134e..fbf4cc691c49f88322643f8eb8886d92f0cc25fd 100644 (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 __finitel(long double x)
 {
index d44e36e9085a24f64667fcc58207bf3acaed843d..cad7935b33f48aae4e560f85c9e9a148f4a82b5e 100644 (file)
@@ -27,8 +27,8 @@ static char rcsid[] = "$NetBSD: $";
  *     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 long double huge = 1.0e4930;
 
index e0b34a093a86635c787be55504f4cb269e26328b..3df59c223980bb8b63646295d779c5d515700e7c 100644 (file)
@@ -20,7 +20,7 @@
 
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 int
index 57444c5a48db42a78f686b2588632cc642f1fd33..ab217a659b624278f36ba295575c106db517d7b5 100644 (file)
@@ -29,8 +29,8 @@ static char rcsid[] = "$NetBSD: $";
  */
 
 #include <float.h>
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const long double
 #if LDBL_MANT_DIG == 64
index fd030a7f4cd2d34eab9f9b9ea87cd601330ed9a7..75345999410b69b4629d02774de73b19b61a2626 100644 (file)
@@ -26,8 +26,8 @@ static char rcsid[] = "$NetBSD: $";
  */
 
 #include <limits.h>
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 int __ilogbl(long double x)
 {
index aa590307ea09271204d5fc8ac971cbe333accfe3..9c7868b4902dae0ee4b80fd2eaddc34beee4b374 100644 (file)
@@ -6,8 +6,8 @@
  * __isinf_nsl(x) returns != 0 if x is Â±inf, else 0;
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 int
 __isinf_nsl (long double x)
index 9583234efa93750101003e50d234902cf9628ed7..94639f00f89e3e77fc2459d82acb40a80ccdf795 100644 (file)
@@ -13,8 +13,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)
index 9814aa788801c79fecbc633c336047b9afc9ac27..fd270fd849f6dde46b30f9875451f858b2c26449 100644 (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)
 {
index 71efe1352105119a4d3c383cb2fb9c691a9ed6ef..32a614b66d638d9c37c9bc5b4959e70db83a2569 100644 (file)
@@ -20,7 +20,7 @@
 
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 static const long double two63[2] =
 {
index a2ad2dc14596ded8255274a9bdd9f9966ffea122..e75cd4330134a08b87d46b8c39dc9234507d3649 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 long long int
index 27f5ed7ca20ffb60313f0b286ba40df4ac93e694..95b644c030f876d287fda059a494e4a1062eadc6 100644 (file)
@@ -24,8 +24,8 @@ static char rcsid[] = "$NetBSD: $";
  * Use ilogb instead.
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 long double __logbl(long double x)
 {
index 078985c4f85bc5de95b5267e896a18862b996241..3f61099dd0b0cadc79db05b02a2a3fb473cd3a78 100644 (file)
@@ -20,7 +20,7 @@
 
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 static const long double two63[2] =
 {
index 01b51fbb84d605a05af18288ef054c1431822170..d41b7ca95b1a31817b809fa524f84eea877e9cd7 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 long int
index c7659119f32d740df6c8b7bcbf6e6706b7b667b5..e9401d0f5dc4226223646e1ffd95c0cb5f957678 100644 (file)
@@ -24,8 +24,8 @@
  *     No exception.
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const long double one = 1.0;
 
index e9ba5027ad1572962a42a096b835275b9bdf5a22..ed9836c879f5b5ebbef8520b42b2a5284cfdc895 100644 (file)
@@ -26,8 +26,8 @@
  */
 
 #include <fenv.h>
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const long double
 TWO63[2]={
index 66d7580e991920f7299aa7d64a60f192f92088ab..6859349b7c4dc7fe617a8e76db56b18dce04ee28 100644 (file)
@@ -25,7 +25,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)
index 2ea61a78ca4174ce6a761a246dbafae7182194db..9b93ecae6432aa1e48ff0db9e85a3aea12c6a1d2 100644 (file)
@@ -25,7 +25,7 @@ static char rcsid[] = "$NetBSD: $";
  *   Special cases:
  */
 
-#include "math.h"
+#include <math.h>
 #include <math_private.h>
 #include <float.h>
 
index 665a8c6ca8c0ac5fcf0a2caf7289f7e6e1932a34..aeb92b623b78886f6bf3beac855271798a453077 100644 (file)
@@ -17,7 +17,7 @@
 static char rcsid[] = "$NetBSD: $";
 #endif
 
-#include "math.h"
+#include <math.h>
 #include <math_private.h>
 #include <float.h>
 
index b162ab43510e57141c864a894b83a656ded6118b..a0825c9521c199d6ded985fda861ba1746b9a481 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 static const long double zero = 0.0;
index b69f306d7b9dda1d3581c5df86a8b94f4ae3402f..b6f899d4ef2958d5dea01c9272e412dbb1625bcc 100644 (file)
@@ -28,8 +28,8 @@ static char rcsid[] = "$NetBSD: $";
  *     Inexact flag raised if x not equal to rintl(x).
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const long double
 TWO63[2]={
index 170aee8c4d5d2c04f0c89e36e427febdb78eade6..b8626a509e72dfd1af1f4f5ae0040df0db826d2c 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 static const long double huge = 1.0e4930L;
index 755a212555ed55a7a6df03b2b697606ab0816e06..76a4c59e6b66844c576fa66167437a9751c16f0e 100644 (file)
@@ -21,8 +21,8 @@
  * exponentiation or a multiplication.
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const long double
 two63   =  4.50359962737049600000e+15,
index 6946cf232f1d39eb4e591a6636f2a815dba98d13..266a37b9c01128f12966cce25ae851f5989c8b61 100644 (file)
@@ -21,8 +21,8 @@
  * exponentiation or a multiplication.
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const long double
 two64   =  1.8446744073709551616e19L,
index a213d46d7152791915bb274a7e5c5f98c2c80b14..ffded994942cb256e1e46c7a135add1a469a57c0 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 int
 __signbitl (long double x)
index 7ad84a0ddfe3908f25f0d256abb3704288735994..2858954b32e976ab97e8d2baeae60261a8fa6673 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 void
index 4f7ed91e3e619dbcee61eb63ee884d3fcd5e790d..f15eb749bd1415999890fce66b7151def10bc624 100644 (file)
@@ -50,8 +50,8 @@ static char rcsid[] = "$NetBSD: $";
  */
 
 #include <errno.h>
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 long double __sinl(long double x)
 {
index 4547517e939e3534162eed3b241afce3a569d0c2..7ec6247315e6ad21706e37a25d17d84a46c24786 100644 (file)
@@ -42,8 +42,8 @@ static char rcsid[] = "$NetBSD: $";
  *     only tanhl(0)=0 is exact for finite argument.
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const long double one=1.0, two=2.0, tiny = 1.0e-4900L;
 
index 8e1686003d374076193539e2492b832251a76999..3054601a50a1c403a845db4841f467dd2117248c 100644 (file)
@@ -48,8 +48,8 @@ static char rcsid[] = "$NetBSD: $";
  *     TRIG(x) returns trig(x) nearly rounded
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 long double __tanl(long double x)
 {
index 827088ae10220e578dc23e1596bbb9142d4c944c..75a38261af53b4cc7dc47fd1ffbb41bb2bc3a413 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 long double
index 121bdaa540ccc3f00bfc81e284b7671fbbd4e226..a377ab1f78f75d91d6765e604c83214e1787a805 100644 (file)
@@ -18,8 +18,8 @@ static char rcsid[] = "$NetBSD: s_lib_version.c,v 1.6 1995/05/10 20:47:44 jtc Ex
  * MACRO for standards
  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 /*
  * define and initialize _LIB_VERSION
index 88d2dbed2c027073bd59b3a63030a66d8748da5a..d5dc6f122dfcee8f14ad581e73683934dd82659d 100644 (file)
@@ -14,8 +14,8 @@
 static char rcsid[] = "$NetBSD: s_matherr.c,v 1.6 1995/05/10 20:47:53 jtc Exp $";
 #endif
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 int
 weak_function
index 021b0ffca17cfeff4df7f5ae05ed547616090c46..ee207d6505a9ab250b8ce8aa15eb79cbafef6c43 100644 (file)
@@ -1,3 +1,3 @@
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 int signgam;
index 3323bb87ea6a46b8034ebea3959e025b70fcf1f3..cfadd5c85695f858a68a31439ee91f4413853c9d 100644 (file)
@@ -17,8 +17,8 @@
    License along with the GNU C Library; see the file COPYING.LIB.  If
    not, see <http://www.gnu.org/licenses/>.  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const double two60   = 1.152921504606847e+18;
 static const double two500  = 3.2733906078961419e+150;
index 541b597d54c3b3bd56741c9f0f553d0a02d36f21..3838f53d850956383732c6e04e72aafd05e8bccd 100644 (file)
@@ -17,8 +17,8 @@
    License along with the GNU C Library; see the file COPYING.LIB.  If
    not, see <http://www.gnu.org/licenses/>.  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 
 static const float two30  = 1.0737418e09;
index 1d170d978629ec443408cb891367edf87413efb5..8dfbdaf6db1797bc437f1f0a4c3f423ecedc733d 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 #include "s_float_bitwise.h"
 
 /* defined in sysdeps/powerpc/fpu/k_rem_pio2f.c */
index 04a69fd9484e39f4c50adfd8197a729164b9eb64..e2571d6802d5de3b6dc9006f9035dca1bab40db6 100644 (file)
@@ -17,8 +17,8 @@
    License along with the GNU C Library; see the file COPYING.LIB.  If
    not, see <http://www.gnu.org/licenses/>.  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const float twom27   = 7.4505806e-09;
 static const float dot3     = 3.0000001e-01;
index 6f91e57e7194a2a9e6cd68300fc00f1bffe4c527..2060642743416f46958baea63ed2c389e4268a72 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 #include "s_float_bitwise.h"
 
 
index e0dc48db292920c2a3d19047f3a32bc2839a5875..ab4561e65ea06712fe9ff9639cc9f3e063d1f64e 100644 (file)
@@ -17,8 +17,8 @@
    License along with the GNU C Library; see the file COPYING.LIB.  If
    not, see <http://www.gnu.org/licenses/>.  */
 
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 
 static const float twom27 =  7.4505806000e-09;
index bdd663d381376e4df7653f7ffd1cf9223526abbf..631415552874e1264c7dbe6464b05d854d9b7b5c 100644 (file)
@@ -18,8 +18,8 @@
    not, see <http://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const float one  = 1.0;
 static const float pio4 = 7.8539801e-1;
index 9ef947b66ed460091be172c181730eb28d80ace9..d01a0e00e49aab27c45d5136547691f9eb008bc9 100644 (file)
@@ -20,7 +20,7 @@
 #ifndef _FLOAT_BITWISE_
 #define _FLOAT_BITWISE_ 1
 
-#include "math_private.h"
+#include <math_private.h>
 
 /* Returns (int)(num & 0x7FFFFFF0 == value) */
 static inline
index 98ed237d7454b51e14f4eef98b237f4b034986bc..777d3518f6ec5afba11c53d364fda0243b80f544 100644 (file)
@@ -21,7 +21,7 @@
 #define isnanf Xisnanf
 #define __GI___isnanf __GI___Xisnanf
 
-#include "math.h"
+#include <math.h>
 #include <math_ldbl_opt.h>
 #include <fenv_libc.h>
 
index ca72b40a52ffc8a0f71c67024a4fc0397afa1392..3888009670e5dc78ffc4698f197f85c779f359e5 100644 (file)
@@ -16,7 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include "math.h"
+#include <math.h>
 
 double
 __rint (double x)
index 50f9b000bcdea4d0260df1f17b00ef61d4d62d70..de584e5f61b7f40b33fbdfdd0b52ed7277096041 100644 (file)
@@ -16,7 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include "math.h"
+#include <math.h>
 
 float
 __rintf (float x)
index 680ee3eeff6c06e2ce32635ee070d0e912f4355a..3440b862debaf94346dc74ada1a902b3decb5467 100644 (file)
@@ -18,8 +18,8 @@
    not, see <http://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 
 static const float pio4 = 7.8539801e-1;
 
index a3a68acb98487698f1f00622da0d3178a54be865..c8ee010b7ccfc7dff719568d321b8263c35edc0d 100644 (file)
@@ -16,8 +16,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>
 #include <fenv_libc.h>
 
 double
index 2989563f60e868568b2c74d01f5bc3ea73691681..39b5b20a036d6309a097fbb700a23f89e729441b 100644 (file)
@@ -16,8 +16,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>
 #include <fenv_libc.h>
 
 #include <sysdep.h>
index df86846f7858dd3c3dffd168485215a5a7454e2c..d2112b8cb129322c07f76e33d7fe7934f30d44e2 100644 (file)
@@ -16,7 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include "math.h"
+#include <math.h>
 
 long long int
 __llrintf (float x)
index db57f62ef7fa10b2090b1f1353bf00c67571fa98..2db82810eb509686ca532890851f8cd9c288f0f1 100644 (file)
@@ -27,7 +27,7 @@
 /*Converting from double precision to Multi-precision and calculating     */
 /* e^x                                                                    */
 /**************************************************************************/
-#include "math_private.h"
+#include <math_private.h>
 
 #ifdef NO_LONG_DOUBLE
 #include "mpa.h"
index e01e53360c16b834b429819e958ad4f3a105ef93..fdb27718e28225ccafb11fa3edf0310eb6e796ab 100644 (file)
@@ -32,7 +32,7 @@
 /*************************************************************************/
 
 #include "mpa.h"
-#include "math_private.h"
+#include <math_private.h>
 
 void __mpexp (mp_no * x, mp_no * y, int p);
 void __mplog (mp_no * x, mp_no * y, int p);
index db57f62ef7fa10b2090b1f1353bf00c67571fa98..2db82810eb509686ca532890851f8cd9c288f0f1 100644 (file)
@@ -27,7 +27,7 @@
 /*Converting from double precision to Multi-precision and calculating     */
 /* e^x                                                                    */
 /**************************************************************************/
-#include "math_private.h"
+#include <math_private.h>
 
 #ifdef NO_LONG_DOUBLE
 #include "mpa.h"
index e01e53360c16b834b429819e958ad4f3a105ef93..fdb27718e28225ccafb11fa3edf0310eb6e796ab 100644 (file)
@@ -32,7 +32,7 @@
 /*************************************************************************/
 
 #include "mpa.h"
-#include "math_private.h"
+#include <math_private.h>
 
 void __mpexp (mp_no * x, mp_no * y, int p);
 void __mplog (mp_no * x, mp_no * y, int p);
index ef733c0b9584202eb5b61b056553aa7b2ac62033..1bd6a67a923ab72f84b6355d5a1b937499c1ada4 100644 (file)
@@ -17,8 +17,8 @@
    <http://www.gnu.org/licenses/>.  */
 
 #include <math_ldbl_opt.h>
-#include "math.h"
-#include "math_private.h"
+#include <math.h>
+#include <math_private.h>
 #include <fenv_libc.h>
 
 double
index 615b7133ae60ac61fb61a5b98bde25a6fadd7c21..0e7e6923ab044c4bb4fcf8a2e602ce3492ec22b4 100644 (file)
@@ -16,8 +16,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>
 #include <fenv_libc.h>
 
 #include <sysdep.h>
This page took 0.366148 seconds and 5 git commands to generate.