Use private math_private.h in files in math/
authorUlrich Drepper <drepper@gmail.com>
Sat, 8 Oct 2011 09:16:04 +0000 (05:16 -0400)
committerUlrich Drepper <drepper@gmail.com>
Sat, 8 Oct 2011 09:16:04 +0000 (05:16 -0400)
129 files changed:
ChangeLog
math/e_exp10.c
math/e_exp10f.c
math/e_exp10l.c
math/e_exp2l.c
math/e_j0l.c
math/e_j1l.c
math/e_jnl.c
math/e_lgammal_r.c
math/e_rem_pio2l.c
math/e_scalb.c
math/e_scalbf.c
math/e_scalbl.c
math/k_cosl.c
math/k_sinl.c
math/k_tanl.c
math/s_cacoshf.c
math/s_catan.c
math/s_catanf.c
math/s_catanh.c
math/s_catanhf.c
math/s_catanhl.c
math/s_catanl.c
math/s_ccosh.c
math/s_ccoshf.c
math/s_ccoshl.c
math/s_cexp.c
math/s_cexpf.c
math/s_cexpl.c
math/s_clog.c
math/s_clog10.c
math/s_clog10f.c
math/s_clog10l.c
math/s_clogf.c
math/s_clogl.c
math/s_csin.c
math/s_csinf.c
math/s_csinh.c
math/s_csinhf.c
math/s_csinhl.c
math/s_csinl.c
math/s_csqrt.c
math/s_csqrtf.c
math/s_csqrtl.c
math/s_ctan.c
math/s_ctanf.c
math/s_ctanh.c
math/s_ctanhf.c
math/s_ctanhl.c
math/s_ctanl.c
math/s_ldexp.c
math/s_ldexpf.c
math/s_ldexpl.c
math/s_significand.c
math/s_significandf.c
math/s_significandl.c
math/w_acos.c
math/w_acosf.c
math/w_acosh.c
math/w_acoshf.c
math/w_acoshl.c
math/w_acosl.c
math/w_asin.c
math/w_asinf.c
math/w_asinl.c
math/w_atan2.c
math/w_atan2f.c
math/w_atan2l.c
math/w_atanh.c
math/w_atanhf.c
math/w_atanhl.c
math/w_cosh.c
math/w_coshf.c
math/w_coshl.c
math/w_dremf.c
math/w_exp10.c
math/w_exp10f.c
math/w_exp10l.c
math/w_exp2.c
math/w_exp2f.c
math/w_exp2l.c
math/w_fmod.c
math/w_fmodf.c
math/w_fmodl.c
math/w_hypot.c
math/w_hypotf.c
math/w_hypotl.c
math/w_j0.c
math/w_j0f.c
math/w_j0l.c
math/w_j1.c
math/w_j1f.c
math/w_j1l.c
math/w_jn.c
math/w_jnf.c
math/w_jnl.c
math/w_lgamma.c
math/w_lgamma_r.c
math/w_lgammaf.c
math/w_lgammaf_r.c
math/w_lgammal.c
math/w_lgammal_r.c
math/w_log.c
math/w_log10.c
math/w_log10f.c
math/w_log10l.c
math/w_log2.c
math/w_log2f.c
math/w_log2l.c
math/w_logf.c
math/w_logl.c
math/w_pow.c
math/w_powf.c
math/w_powl.c
math/w_remainder.c
math/w_remainderf.c
math/w_remainderl.c
math/w_scalb.c
math/w_scalbf.c
math/w_scalbl.c
math/w_sinh.c
math/w_sinhf.c
math/w_sinhl.c
math/w_sqrt.c
math/w_sqrtf.c
math/w_sqrtl.c
math/w_tgamma.c
math/w_tgammaf.c
math/w_tgammal.c

index 22fa951..6f6082e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,133 @@
 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
 
+       * math/e_exp10.c: Include math_private.h using <...> not "...".
+       * math/e_exp10f.c: Likewise.
+       * math/e_exp10l.c: Likewise.
+       * math/e_exp2l.c: Likewise.
+       * math/e_j0l.c: Likewise.
+       * math/e_j1l.c: Likewise.
+       * math/e_jnl.c: Likewise.
+       * math/e_lgammal_r.c: Likewise.
+       * math/e_rem_pio2l.c: Likewise.
+       * math/e_scalb.c: Likewise.
+       * math/e_scalbf.c: Likewise.
+       * math/e_scalbl.c: Likewise.
+       * math/k_cosl.c: Likewise.
+       * math/k_sinl.c: Likewise.
+       * math/k_tanl.c: Likewise.
+       * math/s_cacoshf.c: Likewise.
+       * math/s_catan.c: Likewise.
+       * math/s_catanf.c: Likewise.
+       * math/s_catanh.c: Likewise.
+       * math/s_catanhf.c: Likewise.
+       * math/s_catanhl.c: Likewise.
+       * math/s_catanl.c: Likewise.
+       * math/s_ccosh.c: Likewise.
+       * math/s_ccoshf.c: Likewise.
+       * math/s_ccoshl.c: Likewise.
+       * math/s_cexp.c: Likewise.
+       * math/s_cexpf.c: Likewise.
+       * math/s_cexpl.c: Likewise.
+       * math/s_clog.c: Likewise.
+       * math/s_clog10.c: Likewise.
+       * math/s_clog10f.c: Likewise.
+       * math/s_clog10l.c: Likewise.
+       * math/s_clogf.c: Likewise.
+       * math/s_clogl.c: Likewise.
+       * math/s_csin.c: Likewise.
+       * math/s_csinf.c: Likewise.
+       * math/s_csinh.c: Likewise.
+       * math/s_csinhf.c: Likewise.
+       * math/s_csinhl.c: Likewise.
+       * math/s_csinl.c: Likewise.
+       * math/s_csqrt.c: Likewise.
+       * math/s_csqrtf.c: Likewise.
+       * math/s_csqrtl.c: Likewise.
+       * math/s_ctan.c: Likewise.
+       * math/s_ctanf.c: Likewise.
+       * math/s_ctanh.c: Likewise.
+       * math/s_ctanhf.c: Likewise.
+       * math/s_ctanhl.c: Likewise.
+       * math/s_ctanl.c: Likewise.
+       * math/s_ldexp.c: Likewise.
+       * math/s_ldexpf.c: Likewise.
+       * math/s_ldexpl.c: Likewise.
+       * math/s_significand.c: Likewise.
+       * math/s_significandf.c: Likewise.
+       * math/s_significandl.c: Likewise.
+       * math/w_acos.c: Likewise.
+       * math/w_acosf.c: Likewise.
+       * math/w_acosh.c: Likewise.
+       * math/w_acoshf.c: Likewise.
+       * math/w_acoshl.c: Likewise.
+       * math/w_acosl.c: Likewise.
+       * math/w_asin.c: Likewise.
+       * math/w_asinf.c: Likewise.
+       * math/w_asinl.c: Likewise.
+       * math/w_atan2.c: Likewise.
+       * math/w_atan2f.c: Likewise.
+       * math/w_atan2l.c: Likewise.
+       * math/w_atanh.c: Likewise.
+       * math/w_atanhf.c: Likewise.
+       * math/w_atanhl.c: Likewise.
+       * math/w_cosh.c: Likewise.
+       * math/w_coshf.c: Likewise.
+       * math/w_coshl.c: Likewise.
+       * math/w_dremf.c: Likewise.
+       * math/w_exp10.c: Likewise.
+       * math/w_exp10f.c: Likewise.
+       * math/w_exp10l.c: Likewise.
+       * math/w_exp2.c: Likewise.
+       * math/w_exp2f.c: Likewise.
+       * math/w_fmod.c: Likewise.
+       * math/w_fmodf.c: Likewise.
+       * math/w_fmodl.c: Likewise.
+       * math/w_hypot.c: Likewise.
+       * math/w_hypotf.c: Likewise.
+       * math/w_hypotl.c: Likewise.
+       * math/w_j0.c: Likewise.
+       * math/w_j0f.c: Likewise.
+       * math/w_j0l.c: Likewise.
+       * math/w_j1.c: Likewise.
+       * math/w_j1f.c: Likewise.
+       * math/w_j1l.c: Likewise.
+       * math/w_jn.c: Likewise.
+       * math/w_jnf.c: Likewise.
+       * math/w_jnl.c: Likewise.
+       * math/w_lgamma.c: Likewise.
+       * math/w_lgamma_r.c: Likewise.
+       * math/w_lgammaf.c: Likewise.
+       * math/w_lgammaf_r.c: Likewise.
+       * math/w_lgammal.c: Likewise.
+       * math/w_lgammal_r.c: Likewise.
+       * math/w_log.c: Likewise.
+       * math/w_log10.c: Likewise.
+       * math/w_log10f.c: Likewise.
+       * math/w_log10l.c: Likewise.
+       * math/w_log2.c: Likewise.
+       * math/w_log2f.c: Likewise.
+       * math/w_log2l.c: Likewise.
+       * math/w_logf.c: Likewise.
+       * math/w_logl.c: Likewise.
+       * math/w_pow.c: Likewise.
+       * math/w_powf.c: Likewise.
+       * math/w_powl.c: Likewise.
+       * math/w_remainder.c: Likewise.
+       * math/w_remainderf.c: Likewise.
+       * math/w_remainderl.c: Likewise.
+       * math/w_scalb.c: Likewise.
+       * math/w_scalbf.c: Likewise.
+       * math/w_scalbl.c: Likewise.
+       * math/w_sinh.c: Likewise.
+       * math/w_sinhf.c: Likewise.
+       * math/w_sinhl.c: Likewise.
+       * math/w_sqrt.c: Likewise.
+       * math/w_sqrtf.c: Likewise.
+       * math/w_sqrtl.c: Likewise.
+       * math/w_tgamma.c: Likewise.
+       * math/w_tgammaf.c: Likewise.
+       * math/w_tgammal.c: Likewise.
+
        * po/ja.po: Update from translation team.
 
 2011-09-29  Andreas Jaeger  <aj@suse.de>
index a3eccbb..231ceb2 100644 (file)
@@ -18,7 +18,7 @@
    02111-1307 USA.  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 
 double
index 7d06d07..642ed83 100644 (file)
@@ -18,7 +18,7 @@
    02111-1307 USA.  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 
 float
index 56f0cfe..cbc1897 100644 (file)
@@ -18,7 +18,7 @@
    02111-1307 USA.  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 
 long double
index 7e598d8..d6d0155 100644 (file)
@@ -1,5 +1,5 @@
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 long double
 __ieee754_exp2l (long double x)
index 1bf0a1d..7a167c2 100644 (file)
@@ -1,7 +1,7 @@
 #include <math.h>
 #include <stdio.h>
 #include <errno.h>
-#include "math_private.h"
+#include <math_private.h>
 
 long double
 __ieee754_j0l (long double x)
index 656abeb..625e886 100644 (file)
@@ -1,7 +1,7 @@
 #include <math.h>
 #include <stdio.h>
 #include <errno.h>
-#include "math_private.h"
+#include <math_private.h>
 
 long double
 __ieee754_j1l (long double x)
index 1bfc069..a04c9fe 100644 (file)
@@ -1,7 +1,7 @@
 #include <math.h>
 #include <stdio.h>
 #include <errno.h>
-#include "math_private.h"
+#include <math_private.h>
 
 long double
 __ieee754_jnl (int n, long double x)
index 1784b26..f46f707 100644 (file)
@@ -1,7 +1,7 @@
 #include <math.h>
 #include <stdio.h>
 #include <errno.h>
-#include "math_private.h"
+#include <math_private.h>
 
 long double
 __ieee754_lgammal_r (long double x, int *signgamp)
index 6172155..7fa515d 100644 (file)
@@ -1,7 +1,7 @@
 #include <math.h>
 #include <stdio.h>
 #include <errno.h>
-#include "math_private.h"
+#include <math_private.h>
 
 int
 __ieee754_rem_pio2l (long double x, long double *y)
index 606af53..f2c207a 100644 (file)
@@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: e_scalb.c,v 1.6 1995/05/10 20:46:09 jtc Exp $";
 
 #include <fenv.h>
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 #ifdef _SCALB_INT
 #ifdef __STDC__
index 95a72eb..3caa535 100644 (file)
@@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: e_scalbf.c,v 1.3 1995/05/10 20:46:12 jtc Exp $";
 
 #include <fenv.h>
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 #ifdef _SCALB_INT
 #ifdef __STDC__
index 1f5677d..ad3595c 100644 (file)
@@ -26,7 +26,7 @@ static char rcsid[] = "$NetBSD: $";
 
 #include <fenv.h>
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 #ifdef _SCALB_INT
 #ifdef __STDC__
index 29b83d6..bf3708b 100644 (file)
@@ -1,7 +1,7 @@
 #include <math.h>
 #include <stdio.h>
 #include <errno.h>
-#include "math_private.h"
+#include <math_private.h>
 
 long double
 __kernel_cosl (long double x, long double y)
index ea1d71f..e95c71c 100644 (file)
@@ -1,7 +1,7 @@
 #include <math.h>
 #include <stdio.h>
 #include <errno.h>
-#include "math_private.h"
+#include <math_private.h>
 
 long double
 __kernel_sinl (long double x, long double y, int iy)
index 9993c6b..891d3ab 100644 (file)
@@ -1,7 +1,7 @@
 #include <math.h>
 #include <stdio.h>
 #include <errno.h>
-#include "math_private.h"
+#include <math_private.h>
 
 long double
 __kernel_tanl (long double x, long double y, int iy)
index a062ffc..0d6bd75 100644 (file)
@@ -21,7 +21,7 @@
 #include <complex.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 __complex__ float
 __cacoshf (__complex__ float x)
index 1d0673a..59c0a3a 100644 (file)
@@ -21,7 +21,7 @@
 #include <complex.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ double
index 25eec2b..0aefb6e 100644 (file)
@@ -21,7 +21,7 @@
 #include <complex.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ float
index e15c073..0b31b27 100644 (file)
@@ -21,7 +21,7 @@
 #include <complex.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ double
index d2422e6..7424bda 100644 (file)
@@ -21,7 +21,7 @@
 #include <complex.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ float
index c3fb0ce..9e67b87 100644 (file)
@@ -21,7 +21,7 @@
 #include <complex.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ long double
index 6cb45e5..b4ae321 100644 (file)
@@ -21,7 +21,7 @@
 #include <complex.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ long double
index f5b29db..83aa025 100644 (file)
@@ -22,7 +22,7 @@
 #include <fenv.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ double
index f400d34..b9b2f33 100644 (file)
@@ -22,7 +22,7 @@
 #include <fenv.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ float
index 61ffb49..1913bb6 100644 (file)
@@ -22,7 +22,7 @@
 #include <fenv.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ long double
index 5a299b7..de122e0 100644 (file)
@@ -22,7 +22,7 @@
 #include <fenv.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ double
index 7b68fc3..70e4a02 100644 (file)
@@ -22,7 +22,7 @@
 #include <fenv.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ float
index cf6bc97..1c585f8 100644 (file)
@@ -22,7 +22,7 @@
 #include <fenv.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ long double
index f796024..5e7b8fb 100644 (file)
@@ -21,7 +21,7 @@
 #include <complex.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ double
index 62c2ca7..a98de19 100644 (file)
@@ -21,7 +21,7 @@
 #include <complex.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ double
index eed81f3..ce689e7 100644 (file)
@@ -21,7 +21,7 @@
 #include <complex.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ float
index f901543..5ea72fd 100644 (file)
@@ -21,7 +21,7 @@
 #include <complex.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ long double
index 21e3b57..b9e9189 100644 (file)
@@ -21,7 +21,7 @@
 #include <complex.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ float
index 43118f7..51ad03b 100644 (file)
@@ -21,7 +21,7 @@
 #include <complex.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ long double
index eb380e2..0d4441c 100644 (file)
@@ -22,7 +22,7 @@
 #include <fenv.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ double
index 8004743..61786ba 100644 (file)
@@ -22,7 +22,7 @@
 #include <fenv.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ float
index f0e0cc6..138d805 100644 (file)
@@ -22,7 +22,7 @@
 #include <fenv.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ double
index e4bb704..3440516 100644 (file)
@@ -22,7 +22,7 @@
 #include <fenv.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ float
index 2260756..db1b47b 100644 (file)
@@ -22,7 +22,7 @@
 #include <fenv.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ long double
index f7a1c43..5e477eb 100644 (file)
@@ -22,7 +22,7 @@
 #include <fenv.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ long double
index 04ed410..0ceb461 100644 (file)
@@ -22,7 +22,7 @@
 #include <complex.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ double
index 2fba69c..1cf3b79 100644 (file)
@@ -22,7 +22,7 @@
 #include <complex.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ float
index 9d00946..32d6f36 100644 (file)
@@ -22,7 +22,7 @@
 #include <complex.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ long double
index 0464ab8..4cadad1 100644 (file)
@@ -22,7 +22,7 @@
 #include <fenv.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ double
index 58d9d13..7fa1620 100644 (file)
@@ -22,7 +22,7 @@
 #include <fenv.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ float
index fe38dae..60a52db 100644 (file)
@@ -22,7 +22,7 @@
 #include <fenv.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ double
index c331dba..1d62afc 100644 (file)
@@ -22,7 +22,7 @@
 #include <fenv.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ float
index 77ca8f8..99df2b0 100644 (file)
@@ -22,7 +22,7 @@
 #include <fenv.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ long double
index 89379a5..4a95c1d 100644 (file)
@@ -22,7 +22,7 @@
 #include <fenv.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ long double
index 62e123c..e990217 100644 (file)
@@ -15,7 +15,7 @@ static char rcsid[] = "$NetBSD: s_ldexp.c,v 1.6 1995/05/10 20:47:40 jtc Exp $";
 #endif
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 #include <errno.h>
 
 #ifdef __STDC__
index 1ea5e09..f312bfe 100644 (file)
@@ -18,7 +18,7 @@ static char rcsid[] = "$NetBSD: s_ldexpf.c,v 1.3 1995/05/10 20:47:42 jtc Exp $";
 #endif
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 #include <errno.h>
 
 #ifdef __STDC__
index df8b29f..6a9ea46 100644 (file)
@@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: $";
 #endif
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 #include <errno.h>
 
 #ifdef __STDC__
index 4a02dbc..197bc9c 100644 (file)
@@ -21,7 +21,7 @@ static char rcsid[] = "$NetBSD: s_significand.c,v 1.6 1995/05/10 20:48:11 jtc Ex
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 #ifdef __STDC__
        double __significand(double x)
index 69de1e6..7cbb961 100644 (file)
@@ -18,7 +18,7 @@ static char rcsid[] = "$NetBSD: s_significandf.c,v 1.3 1995/05/10 20:48:13 jtc E
 #endif
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 #ifdef __STDC__
        float __significandf(float x)
index 238b79a..fab5b9f 100644 (file)
@@ -25,7 +25,7 @@ static char rcsid[] = "$NetBSD: $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 #ifdef __STDC__
        long double __significandl(long double x)
index f4e6e3c..0bf5a80 100644 (file)
@@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_acos.c,v 1.6 1995/05/10 20:48:26 jtc Exp $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 
 #ifdef __STDC__
index a8998ef..37d22af 100644 (file)
@@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_acosf.c,v 1.3 1995/05/10 20:48:29 jtc Exp $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 
 #ifdef __STDC__
index e8322ec..18ea8cc 100644 (file)
@@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_acosh.c,v 1.6 1995/05/10 20:48:31 jtc Exp $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 #ifdef __STDC__
        double __acosh(double x)                /* wrapper acosh */
index 62f94b8..d7d6d4e 100644 (file)
@@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: w_acoshf.c,v 1.3 1995/05/10 20:48:33 jtc Exp $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 #ifdef __STDC__
        float __acoshf(float x)         /* wrapper acoshf */
index ae67911..3c77321 100644 (file)
@@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 #ifdef __STDC__
        long double __acoshl(long double x)     /* wrapper acosh */
index 9ab4de8..a16c55b 100644 (file)
@@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 
 #ifdef __STDC__
index d531fbd..b7fccde 100644 (file)
@@ -20,7 +20,7 @@ static char rcsid[] = "$NetBSD: w_asin.c,v 1.6 1995/05/10 20:48:35 jtc Exp $";
 
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 
 #ifdef __STDC__
index b19b5c5..f2c0b22 100644 (file)
@@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: w_asinf.c,v 1.3 1995/05/10 20:48:37 jtc Exp $";
 
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 
 #ifdef __STDC__
index fb5ee35..9a316b7 100644 (file)
@@ -24,7 +24,7 @@ static char rcsid[] = "$NetBSD: $";
 
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 
 #ifdef __STDC__
index f0a10d4..4fcaba9 100644 (file)
@@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_atan2.c,v 1.6 1995/05/10 20:48:39 jtc Exp $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 
 #ifdef __STDC__
index efb08f0..2a1ca9c 100644 (file)
@@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_atan2f.c,v 1.3 1995/05/10 20:48:42 jtc Exp $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 
 #ifdef __STDC__
index 9672e96..85d6f5d 100644 (file)
@@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 
 #ifdef __STDC__
index b81f65c..a2dab67 100644 (file)
@@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_atanh.c,v 1.6 1995/05/10 20:48:43 jtc Exp $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 
 #ifdef __STDC__
index 52a144c..41dd2ac 100644 (file)
@@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_atanhf.c,v 1.3 1995/05/10 20:48:45 jtc Exp $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 
 #ifdef __STDC__
index 5ce53b8..c61229c 100644 (file)
@@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 
 #ifdef __STDC__
index 033a034..0e27a2d 100644 (file)
@@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_cosh.c,v 1.6 1995/05/10 20:48:47 jtc Exp $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 #ifdef __STDC__
        double __cosh(double x)         /* wrapper cosh */
index 8e24ca9..5e3477f 100644 (file)
@@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_coshf.c,v 1.3 1995/05/10 20:48:49 jtc Exp $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 #ifdef __STDC__
        float __coshf(float x)          /* wrapper coshf */
index 52b8d93..ecba921 100644 (file)
@@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 #ifdef __STDC__
        long double __coshl(long double x)      /* wrapper coshl */
index c3d391d..4ec4baf 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 float
 __dremf(x, y)
index 9447d8f..1512cc0 100644 (file)
@@ -18,7 +18,7 @@
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 #ifdef __STDC__
        double __exp10(double x)                /* wrapper exp10 */
index 78e71be..dcc8dc7 100644 (file)
@@ -18,7 +18,7 @@
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 #ifdef __STDC__
        float __exp10f(float x)         /* wrapper exp10f */
index 368ed77..80e720a 100644 (file)
@@ -19,7 +19,7 @@
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 #ifdef __STDC__
        long double __exp10l(long double x)     /* wrapper exp10 */
index 446e5ea..c92fb52 100644 (file)
@@ -4,7 +4,7 @@
 
 #include <float.h>
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 static const double o_threshold= (double) DBL_MAX_EXP;
 static const double u_threshold= (double) (DBL_MIN_EXP - DBL_MANT_DIG - 1);
index 9120c88..94c82e2 100644 (file)
@@ -4,7 +4,7 @@
 
 #include <float.h>
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 static const float o_threshold= (float) FLT_MAX_EXP;
 static const float u_threshold= (float) (FLT_MIN_EXP - FLT_MANT_DIG - 1);
index fea5425..f54e394 100644 (file)
@@ -4,7 +4,7 @@
 
 #include <float.h>
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 static const long double o_threshold = (long double) LDBL_MAX_EXP;
 static const long double u_threshold
index ca01cf2..69102de 100644 (file)
@@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_fmod.c,v 1.6 1995/05/10 20:48:55 jtc Exp $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 
 #ifdef __STDC__
index e2e869a..55ec873 100644 (file)
@@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_fmodf.c,v 1.3 1995/05/10 20:48:57 jtc Exp $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 
 #ifdef __STDC__
index c39b285..c95e232 100644 (file)
@@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 
 #ifdef __STDC__
index ab929f7..df69ed3 100644 (file)
@@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_hypot.c,v 1.6 1995/05/10 20:49:07 jtc Exp $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 
 #ifdef __STDC__
index b6be39e..e1f074f 100644 (file)
@@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_hypotf.c,v 1.3 1995/05/10 20:49:09 jtc Exp $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 
 #ifdef __STDC__
index 916afbd..6b6414d 100644 (file)
@@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 
 #ifdef __STDC__
index 5ab3544..59b6b66 100644 (file)
@@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_j0.c,v 1.6 1995/05/10 20:49:11 jtc Exp $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 #ifdef __STDC__
        double j0(double x)             /* wrapper j0 */
index bb2b82f..dd436ff 100644 (file)
@@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_j0f.c,v 1.3 1995/05/10 20:49:13 jtc Exp $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 #ifdef __STDC__
        float j0f(float x)              /* wrapper j0f */
index 1ec6e9e..a91457d 100644 (file)
@@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 #ifdef __STDC__
        long double __j0l(long double x)                /* wrapper j0l */
index db8c4ce..7bb3208 100644 (file)
@@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_j1.c,v 1.6 1995/05/10 20:49:15 jtc Exp $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 #ifdef __STDC__
        double j1(double x)             /* wrapper j1 */
index 35b1862..43dfc61 100644 (file)
@@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_j1f.c,v 1.3 1995/05/10 20:49:17 jtc Exp $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 #ifdef __STDC__
        float j1f(float x)              /* wrapper j1f */
index 7bd31ad..d052295 100644 (file)
@@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 #ifdef __STDC__
        long double __j1l(long double x)        /* wrapper j1l */
index 3a28443..41ec8b3 100644 (file)
@@ -41,7 +41,7 @@ static char rcsid[] = "$NetBSD: w_jn.c,v 1.6 1995/05/10 20:49:19 jtc Exp $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 #ifdef __STDC__
        double jn(int n, double x)      /* wrapper jn */
index 628701d..0b9a2aa 100644 (file)
@@ -18,7 +18,7 @@ static char rcsid[] = "$NetBSD: w_jnf.c,v 1.3 1995/05/10 20:49:21 jtc Exp $";
 #endif
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 #ifdef __STDC__
        float jnf(int n, float x)       /* wrapper jnf */
index 4bb4d6b..1dd9ae1 100644 (file)
@@ -45,7 +45,7 @@ static char rcsid[] = "$NetBSD: $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 #ifdef __STDC__
        long double __jnl(int n, long double x) /* wrapper jnl */
index ab75f75..f76b552 100644 (file)
@@ -21,7 +21,7 @@ static char rcsid[] = "$NetBSD: w_lgamma.c,v 1.6 1995/05/10 20:49:24 jtc Exp $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 #ifdef __STDC__
        double __lgamma(double x)
index 17a7d01..bec2c6e 100644 (file)
@@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_lgamma_r.c,v 1.6 1995/05/10 20:49:27 jtc Exp $
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 
 #ifdef __STDC__
index 7c3c058..9747e92 100644 (file)
@@ -18,7 +18,7 @@ static char rcsid[] = "$NetBSD: w_lgammaf.c,v 1.3 1995/05/10 20:49:30 jtc Exp $"
 #endif
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 #ifdef __STDC__
        float __lgammaf(float x)
index a32c325..3758fa0 100644 (file)
@@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_lgammaf_r.c,v 1.3 1995/05/10 20:49:32 jtc Exp
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 
 #ifdef __STDC__
index f250e50..0176243 100644 (file)
@@ -25,7 +25,7 @@ static char rcsid[] = "$NetBSD: $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 #ifdef __STDC__
        long double __lgammal(long double x)
index 2dfea8a..baa4f95 100644 (file)
@@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 
 #ifdef __STDC__
index 6f6f74f..7e9afdf 100644 (file)
@@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_log.c,v 1.6 1995/05/10 20:49:33 jtc Exp $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 
 #ifdef __STDC__
index 9425db3..08a65ad 100644 (file)
@@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_log10.c,v 1.6 1995/05/10 20:49:35 jtc Exp $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 
 #ifdef __STDC__
index c63fcd1..f2ac540 100644 (file)
@@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_log10f.c,v 1.3 1995/05/10 20:49:37 jtc Exp $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 
 #ifdef __STDC__
index 25c051d..a9a8ed2 100644 (file)
@@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 
 #ifdef __STDC__
index d56a6ee..90d2dff 100644 (file)
@@ -3,7 +3,7 @@
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 double
 __log2 (double x)      /* wrapper log2 */
index ec8d297..10d73ff 100644 (file)
@@ -3,7 +3,7 @@
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 float
 __log2f (float x)      /* wrapper log2f */
index b1d8706..ff7ba26 100644 (file)
@@ -3,7 +3,7 @@
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 long double
 __log2l (long double x)        /* wrapper log2l */
index 46d9749..200a8b7 100644 (file)
@@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_logf.c,v 1.3 1995/05/10 20:49:40 jtc Exp $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 
 #ifdef __STDC__
index 5a38f20..e869bce 100644 (file)
@@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 
 #ifdef __STDC__
index 707cffc..e0d2a92 100644 (file)
@@ -17,7 +17,7 @@
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 
 #ifdef __STDC__
index 2480fe5..761e4d1 100644 (file)
@@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_powf.c,v 1.3 1995/05/10 20:49:41 jtc Exp $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 
 #ifdef __STDC__
index d8be7b7..0bb0951 100644 (file)
@@ -19,7 +19,7 @@
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 
 #ifdef __STDC__
index 9ff53e3..087bf23 100644 (file)
@@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_remainder.c,v 1.6 1995/05/10 20:49:44 jtc Exp
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 #ifdef __STDC__
        double __remainder(double x, double y)  /* wrapper remainder */
index ab1ea2d..95e6d30 100644 (file)
@@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_remainderf.c,v 1.3 1995/05/10 20:49:46 jtc Exp
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 #ifdef __STDC__
        float __remainderf(float x, float y)    /* wrapper remainder */
index e5460cd..36050f0 100644 (file)
@@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 #ifdef __STDC__
        long double __remainderl(long double x, long double y)
index 0086c2a..830f387 100644 (file)
@@ -21,7 +21,7 @@ static char rcsid[] = "$NetBSD: w_scalb.c,v 1.6 1995/05/10 20:49:48 jtc Exp $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 #include <errno.h>
 
index 60cb567..bd92cc1 100644 (file)
@@ -24,7 +24,7 @@ static char rcsid[] = "$NetBSD: w_scalbf.c,v 1.3 1995/05/10 20:49:50 jtc Exp $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 #include <errno.h>
 
index c8a45d4..eb118b1 100644 (file)
@@ -25,7 +25,7 @@ static char rcsid[] = "$NetBSD: $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 #include <errno.h>
 
index 5bde8a2..c95e154 100644 (file)
@@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_sinh.c,v 1.6 1995/05/10 20:49:51 jtc Exp $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 #ifdef __STDC__
        double __sinh(double x)         /* wrapper sinh */
index c29c466..c355599 100644 (file)
@@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_sinhf.c,v 1.3 1995/05/10 20:49:54 jtc Exp $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 #ifdef __STDC__
        float __sinhf(float x)          /* wrapper sinhf */
index 19eb774..da7de81 100644 (file)
@@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 #ifdef __STDC__
        long double __sinhl(long double x)      /* wrapper sinhl */
index 41ab1d1..c281bf4 100644 (file)
@@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_sqrt.c,v 1.6 1995/05/10 20:49:55 jtc Exp $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 #ifdef __STDC__
        double __sqrt(double x)         /* wrapper sqrt */
index 21beb55..854d1cd 100644 (file)
@@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_sqrtf.c,v 1.3 1995/05/10 20:49:59 jtc Exp $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 #ifdef __STDC__
        float __sqrtf(float x)          /* wrapper sqrtf */
index 0b03eeb..43770ee 100644 (file)
@@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 #ifdef __STDC__
        long double __sqrtl(long double x)      /* wrapper sqrtl */
index 3ce6e77..14d6855 100644 (file)
@@ -20,7 +20,7 @@ static char rcsid[] = "$NetBSD: w_gamma.c,v 1.7 1995/11/20 22:06:43 jtc Exp $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 #ifdef __STDC__
        double __tgamma(double x)
index d369805..b1e72c6 100644 (file)
@@ -18,7 +18,7 @@ static char rcsid[] = "$NetBSD: w_gammaf.c,v 1.4 1995/11/20 22:06:48 jtc Exp $";
 #endif
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 #ifdef __STDC__
        float __tgammaf(float x)
index 75970a3..63379a8 100644 (file)
@@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 #ifdef __STDC__
        long double __tgammal(long double x)