]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 22fa9511eb2f81f541f48a5d9fa9ddf98b77aad1..6f6082e651a1e8ea2eae4ac81c9d5e6ec5a800d1 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 a3eccbb9e61f337d4dd7e90f2c5a5a3cc0a90b68..231ceb2c2436ed3bf31e2f558ef6e02d9c819061 100644 (file)
@@ -18,7 +18,7 @@
    02111-1307 USA.  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 
 double
index 7d06d074b85043cfb8e22d8a2bb25c6e1b6b6add..642ed838bd64acf5b373df83075551e678691c05 100644 (file)
@@ -18,7 +18,7 @@
    02111-1307 USA.  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 
 float
index 56f0cfec2f20bfbaf0887fe222f93ee44475d810..cbc1897e4c6af8aeba9a19150bf76bacfa637579 100644 (file)
@@ -18,7 +18,7 @@
    02111-1307 USA.  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 
 long double
index 7e598d8d2da6b21747f3a4797e5c2e0cd6a66fd6..d6d01550e2491f6bd687866193725e9836feaae3 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 1bf0a1de7329a7e8a77e82894b6d2f3d6b4d0699..7a167c277cfd4467abd98abcf21577576fd45410 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 656abeba575b45473272149c24b82ca22421c613..625e886851aed8546c9813dc7e0d67aa57145cd5 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 1bfc0695a5dabacbcfcae2cc119d74a493f643ce..a04c9fe51eb341cf1af0252a4d24abce33556cc9 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 1784b2663fb7dfa533736bc8f312fe765ecff72f..f46f7073a5b53f029b76a70ee395dd3b270587a6 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 617215516badb654e1cf61f15b216df01f25b4f1..7fa515df24ff7a020eb9c4d6c95a5f48f2b4688b 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 606af537245f76400b93221e91d5dd815cecb715..f2c207ac8b899d8f4448a2a8fae2aebb70c35095 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 95a72eb56de87bad6ca4ae4531046c5e1d43c23a..3caa535b12c8220617076f66bac28264bf4863bd 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 1f5677d9f4fcae1d567cd8e82087e6157b4dd65e..ad3595c0c5e62f0c7a994046dfcafa5430945924 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 29b83d62739d20cd9f2b55a2fff371fbda018f0a..bf3708b157ec4b587367964641f0ae32fe16e522 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 ea1d71f61b295a25e78cdf891d253336ef0ff0c3..e95c71c4c11b4814d68c873dff71fe2ca64e944f 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 9993c6b99818e8b42cd4ca83d3cd4b208504f588..891d3ab407f2a75c9d1c9893de42c1bf4b94536e 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 a062ffc6f6e7cb797ac272a33322a731a3215c47..0d6bd75dd7a1acb9bee5bac86dbff81abe045b3b 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 1d0673ad6a38df7b1cfca3d29c4bd16cb3ea7839..59c0a3af6b3d760e8f10f08fc3627776b71a77eb 100644 (file)
@@ -21,7 +21,7 @@
 #include <complex.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ double
index 25eec2b1b5aa91d55736acd43a00fba4ed6d81e3..0aefb6ef39c196cd55228fd9dd0fcd9b2f75cfca 100644 (file)
@@ -21,7 +21,7 @@
 #include <complex.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ float
index e15c073f96870a8ed09197dd518820c32eb6e51d..0b31b277083b7dd3bd8fb312eb123b94a8836fb6 100644 (file)
@@ -21,7 +21,7 @@
 #include <complex.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ double
index d2422e61111a685b671a2b2b3a4724815956d258..7424bda9b986fc6ffc3c02bc462a560cf730756f 100644 (file)
@@ -21,7 +21,7 @@
 #include <complex.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ float
index c3fb0ce5ff6fbfd6324b4bde561c7566172bf154..9e67b8789ccda0fe201f8f3315a604b2e96f4254 100644 (file)
@@ -21,7 +21,7 @@
 #include <complex.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ long double
index 6cb45e5beefb157a2cba915689a402e8cfcdddbd..b4ae321710de16d4a53f613477ce8be977b9d675 100644 (file)
@@ -21,7 +21,7 @@
 #include <complex.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ long double
index f5b29db24bae2e1a0ff11c73de5ce31d881ea35e..83aa025d42066a65b568e67033b39118f42df6ed 100644 (file)
@@ -22,7 +22,7 @@
 #include <fenv.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ double
index f400d34f0be8882f1fa65c21cee2ff5cf7b8146f..b9b2f3346f36e7fd760f0a76c5267b3a0f542a65 100644 (file)
@@ -22,7 +22,7 @@
 #include <fenv.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ float
index 61ffb49ca09ea30c6b69bb9deb0ae8d7593c7b08..1913bb6ee47f836b7412a57e9fa3240011b6181f 100644 (file)
@@ -22,7 +22,7 @@
 #include <fenv.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ long double
index 5a299b7687df4f2b39a5fc6cf4c273d010781d5d..de122e07f8217a65cedf0aed410b653e3237b23a 100644 (file)
@@ -22,7 +22,7 @@
 #include <fenv.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ double
index 7b68fc365c9d646ddac146caf5c4893d42b35735..70e4a02588b29dc312cb12b1755bffc776a34ca1 100644 (file)
@@ -22,7 +22,7 @@
 #include <fenv.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ float
index cf6bc974a9fa374291f70a5459b9006fdd49a0cf..1c585f8d0a61f4e8c5cfc87aac4ea53b7cd05476 100644 (file)
@@ -22,7 +22,7 @@
 #include <fenv.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ long double
index f796024b47f4ddd92bcecae36ef0de3c07f23b70..5e7b8fbdab13cac3c667565653dd35f2675da925 100644 (file)
@@ -21,7 +21,7 @@
 #include <complex.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ double
index 62c2ca724a03cc584a22c270d465e6d0a90ff920..a98de1942ea6ae200853b3358c003835e6f3c13c 100644 (file)
@@ -21,7 +21,7 @@
 #include <complex.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ double
index eed81f368cce5b26491273e4bd73f866070b8d83..ce689e74266e18573e3d739adbb12282f211fba7 100644 (file)
@@ -21,7 +21,7 @@
 #include <complex.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ float
index f901543d05bea61af256fb35e4379da4e5ce55eb..5ea72fdf32b98044c15c4e50a4c33830d815dbf2 100644 (file)
@@ -21,7 +21,7 @@
 #include <complex.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ long double
index 21e3b57b7f69439ee23c35bccd21a3a0b9501959..b9e918968b576f5eae170f93090c4178e480bebe 100644 (file)
@@ -21,7 +21,7 @@
 #include <complex.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ float
index 43118f768cdfd44ad033920a5e4d411eee7d4c83..51ad03b34ab08313a51bc6f63d4f469485142639 100644 (file)
@@ -21,7 +21,7 @@
 #include <complex.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ long double
index eb380e2c3f7c429b00d06b9e8a9a831495e6c7ec..0d4441ca2bc923bbb813487fa129daf681c8dfb2 100644 (file)
@@ -22,7 +22,7 @@
 #include <fenv.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ double
index 8004743bd327cc7b6bf8eee3f1fe5f2f83e93825..61786ba6c85c82e297089b1985a6ae711dc0073e 100644 (file)
@@ -22,7 +22,7 @@
 #include <fenv.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ float
index f0e0cc61f17301a6ee27134e29de4ccfdffa229f..138d80505e08adbec9f02e0f7118ea7f50691532 100644 (file)
@@ -22,7 +22,7 @@
 #include <fenv.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ double
index e4bb7042682a13e58e7748f70d8ac6c234df496e..34405165294ae484cc14f46ddcbfae1ee5307111 100644 (file)
@@ -22,7 +22,7 @@
 #include <fenv.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ float
index 226075634df1f1031d7d9feee8bdc221cdef2dbe..db1b47b301796575a614dcc88d6d47eb4d233688 100644 (file)
@@ -22,7 +22,7 @@
 #include <fenv.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ long double
index f7a1c43600b69d2c7a06eee565a0fcd85c35a1cb..5e477eb7f9725fecd78f2af5814650c3f11daec4 100644 (file)
@@ -22,7 +22,7 @@
 #include <fenv.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ long double
index 04ed410a16ff9f569eb67d2357a800f2aa513cb0..0ceb461b09dbbe4d1267c1deee42cf30aebe9792 100644 (file)
@@ -22,7 +22,7 @@
 #include <complex.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ double
index 2fba69ce1b6561508df19a344f609575cf3ea1f4..1cf3b79c31d8e31b5d4fc53a5ee3161d354204b4 100644 (file)
@@ -22,7 +22,7 @@
 #include <complex.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ float
index 9d00946c51da4258c78a2728910daacb82506487..32d6f364a0eb13d9cde424323cc1ac31f4a0f6ff 100644 (file)
@@ -22,7 +22,7 @@
 #include <complex.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ long double
index 0464ab86d598bfc720c99d0fbd607a4f10606af7..4cadad1dacbb169a8bbe35db22cde15910eefd97 100644 (file)
@@ -22,7 +22,7 @@
 #include <fenv.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ double
index 58d9d132987a918c2a298c889be3aed9aaec7226..7fa16200c5ff5e331f2a49182411a3c9e7699946 100644 (file)
@@ -22,7 +22,7 @@
 #include <fenv.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ float
index fe38dae291d923e85ebca473d55f0d8ce6b25fc0..60a52dbdb7abfcbfdb22f9a4b276329716400d82 100644 (file)
@@ -22,7 +22,7 @@
 #include <fenv.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ double
index c331dbaabbd15c0b4e9dbcc557197d03c3a7f1eb..1d62afc27bf9a0b3d3d221c33f81ac9196d4937b 100644 (file)
@@ -22,7 +22,7 @@
 #include <fenv.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ float
index 77ca8f871767b8beab2e2bbbd5cf39c9d65aa222..99df2b06cd670f678f158e60b05266602e75e4d2 100644 (file)
@@ -22,7 +22,7 @@
 #include <fenv.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ long double
index 89379a5ff9a37cbc3ce9a2d3ce55cc7e571bce52..4a95c1df0690dac3c2c7c04ee6c18f4c05616dc4 100644 (file)
@@ -22,7 +22,7 @@
 #include <fenv.h>
 #include <math.h>
 
-#include "math_private.h"
+#include <math_private.h>
 
 
 __complex__ long double
index 62e123cd01a785fe3b0128b7bc1b48065bcdb98a..e99021776f53470098a9448feb05afa77ad80050 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 1ea5e09f8fd89e26af0a0a2fd4ce85819f459ede..f312bfe5ff3df9b8de017cd206466346ccf1f2a9 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 df8b29f94d60bd58b03ef7a1007263ea073adaf7..6a9ea46550b6da600aef4d5bb79b4c771e53e99f 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 4a02dbcba1fd43bc5b6283fe7fc59bdedb0033a3..197bc9c6e3f22ab1955b76e0006509bfa3c18111 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 69de1e6b0effb9171ee7c6009d2fcc6a7817774c..7cbb961ea1d4662f36a3aec51b5251eeb49209e4 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 238b79ae55c79ca8238da5ceb57882da55b15b4c..fab5b9fc8d503e703e2cab7de5e81c6f4767c787 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 f4e6e3c91097942708e34a8b9ef3deee9f18b14c..0bf5a8094220e8e6d4d82db9ba51983da02e765f 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 a8998efb840ed9f7da7bd02ee39e33f8c852b768..37d22afea8c7e91ed356f8edcf51202145198b46 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 e8322ec6673b23b18da188a3f1cdcebee0f45d21..18ea8cc1b7a5efab6c16690a43152eab54032e2f 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 62f94b80e7a10f66181ce5f384f709aaad3adf18..d7d6d4eb410799ebd9ca1d41266cb41092b9c931 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 ae67911ae5a9f9d1ae2b2dc6c8697287b8c75a32..3c77321dc24c0e894f71a04c27c319f033a657de 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 9ab4de899fb64f6e09d5b44a5d98f2e8cf5a1656..a16c55b97af87fa0305548e94512384e11a11453 100644 (file)
@@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 
 #ifdef __STDC__
index d531fbd26a2a6419a3a177d050de49e1d52ba2dd..b7fccdea7e3da992ee2a1463b0d99fe823907081 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 b19b5c54e3db60f4081bcac97e65c60c041a8ed5..f2c0b22e4a27583791fb90dc26e73fa97d01662a 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 fb5ee35fc07d94516df7d1726bb79ea0f2a57087..9a316b77cdeef3c78555fb1baced53deadd7740c 100644 (file)
@@ -24,7 +24,7 @@ static char rcsid[] = "$NetBSD: $";
 
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 
 #ifdef __STDC__
index f0a10d4102e6a16ed713797e004ecb8135ee3711..4fcaba920b8e4cdf59bb25ed7df1b614623fcee1 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 efb08f076bff698c1c9239c3fdde67850f803a68..2a1ca9cf95aefa55821f38705960f4a674f159ae 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 9672e9615fdb70225de8e2a9a793ed2fe1636bfa..85d6f5dd7d5fde9b17e02683497d9fef8d18bb09 100644 (file)
@@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 
 #ifdef __STDC__
index b81f65c311f259492ba7cc5874b87bea69abcf32..a2dab67a75ea1227e2623161d85c4e998378c828 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 52a144c05ace1e7a5f6161b9f5c86f8a1e09086e..41dd2ac33bc609937f676799c7d9f2375f34c4aa 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 5ce53b847d7eb1967bda39bf800fd29e5f63782e..c61229c3451780e06f5b7931c172aede63f555e9 100644 (file)
@@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 
 #ifdef __STDC__
index 033a034059130b426f793fdfa3ae47c33a343fb3..0e27a2da1cca2cb7a2e9b5b027450db34468ed9f 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 8e24ca9adc63690cc42c6f71c5e5d278587cfee2..5e3477fdb78c68ce42d8bb8a23f0ef922f9b4105 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 52b8d93522930f020bd36e8e26de8499db6b706d..ecba92107215f5dc0484ad44fce5669047dda9f3 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 c3d391d6340d619f5889d6ab3a115cd8cf4523af..4ec4baffd4c4fa3f49a4102154f2d79f3de4b80d 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 float
 __dremf(x, y)
index 9447d8fa2a6354b648d4f3d7177c18737edafaf6..1512cc0a348c7f28e7bae5d854471d02a6b87c34 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 78e71be069670001961cf2732d1df7b5f198bd91..dcc8dc768ecd30cad8d3d58cbf604325b6957c06 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 368ed77304e1bdf294e0d877a7ce9e1821553aa0..80e720a20522bcd47917a124ae245068aecfd857 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 446e5ea91cb29d85b9d8062cd956d8844b3feaf9..c92fb52ad05a1396c2c893717733315475b3a4c9 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 9120c88b60e48731e9b8d491fd70dd01ae499980..94c82e206e0039af877af030ed8c42b57bc46ec0 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 fea5425ac462b7809bf89044eb64cee39c54df0d..f54e3946d8ecec26b067bcae838c2679bad44e39 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 ca01cf2ac52ab3e42c065f2d1821079f7fc490f0..69102de9c56f5c8886edb6148a9a66b4aa6f0538 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 e2e869a3ccac49c77c71bbd70bd3eed0fa9e62ff..55ec8737c87cad71c4b39eec321d08d683d82b4f 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 c39b2852f68d0a2ffe5aeb5155c1bc09288f930a..c95e23293bc550dd2ac3571612c5fee96588321f 100644 (file)
@@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 
 #ifdef __STDC__
index ab929f78adaf19259fae9b5b18ed880d020c108a..df69ed383bf3aebf356b2843557764ab60f87e83 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 b6be39e39fa463fd202dedef52d00f88b4cd7f78..e1f074f75e62f08539be4621fe1e527df304e696 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 916afbd417358cc3f84d6361935dc8107c65f91b..6b6414da22445efe49df5fa7785b738092090fea 100644 (file)
@@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 
 #ifdef __STDC__
index 5ab3544aa7a9ec8bda5b0239b3ee738236fe0cc7..59b6b66d0a6dd518a491ad751c2424d4b617d968 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 bb2b82f060804df186aecb18d81ce474e0fa08a0..dd436fff59ae81443a219deebf40af907d5b357b 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 1ec6e9e0c28966a5d26decead71b6ece006debcc..a91457d3740e01f85d4c8e49a3d5f20126f9bb2b 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 db8c4ce333143377985b3a53a522d31c1f07a411..7bb3208a7401458f0f91310ea1e9096fbe5e3f59 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 35b186206e400d6b09cb44101b86affd093f2a90..43dfc6142e778cb15889e7c35746af2a35ebf9c2 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 7bd31ad9951d4d77c92eaba2ce4bdc19af370f7e..d0522953da5cf14359875893210ba51debdf696d 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 3a28443dcfd668a92b4b7d60a59f2ef0db7c4364..41ec8b32d4ae54c71f17a1060cf4a48421d28052 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 628701d7fa131bcd2063046100d9bc2ef9e716ad..0b9a2aabb989d0837764bcabc5c73a58b5cd25c0 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 4bb4d6b620a636eef80156a798ff20eeeb7302b0..1dd9ae1517eae9ed6cc1e2a15f06e922529d1430 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 ab75f75997434bdae103f0cde78cd41978913d9e..f76b552be0bc60195757b34846c934f1fe782ae8 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 17a7d013e98a9755a35a62b7a0f871739ab0ae68..bec2c6e20ad7364360e84e801e43e6bf84dda5fc 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 7c3c058d7504cf28ddb53b15d87460bd69c3dae4..9747e9216ac3d4d0200b8f35fb7e1f58c5221a36 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 a32c325638777603ac26e5878a0b601b3cd0d4d2..3758fa0d06eb8c30495bb2aa935c3cd8cc92d316 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 f250e50388e79a87a5b849803a904afef0fdd2ee..0176243c4afc2074a2217b41665b5ccdb30d8872 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 2dfea8a4651d07a71ba38929fb4f014fe83da604..baa4f95393f24149200957f48623f04f6beefde0 100644 (file)
@@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 
 #ifdef __STDC__
index 6f6f74fd1472300cfb2374ce631ed760928a6c48..7e9afdf2b8c31d3c57a1703eab45485765476596 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 9425db3ddf62d887a9a61c3e9ece9d29ae1cdcad..08a65add59bd1bdd9c6277bf58d0a530afb2ec7f 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 c63fcd1ec297265ca4c44afaa6a80353cf63ad49..f2ac540f6b234fe6b87e2a6bf57b29ebe207f95d 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 25c051d37578d33b18680e44e493966619223a58..a9a8ed27d86475dbdc9dfb941b1bd33c4fa0e4c6 100644 (file)
@@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 
 #ifdef __STDC__
index d56a6ee6637c090a625abff42d85520165cd1330..90d2dff5d6bbde3cf12288f4f2dc0a5148c058a6 100644 (file)
@@ -3,7 +3,7 @@
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 double
 __log2 (double x)      /* wrapper log2 */
index ec8d2971612b1b8470404438956048d8f3709f65..10d73ffd1b233a6bfa73eaf44fe7e9b6dea397ba 100644 (file)
@@ -3,7 +3,7 @@
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 float
 __log2f (float x)      /* wrapper log2f */
index b1d8706f2ab86449830bedb71155f18cfa8ff14b..ff7ba2621e614e86f6fac751d8d09910471f5d64 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 46d97491147b6fa6523730e06b68c834e65c501a..200a8b713361b674c99759a818e62d9f2868826b 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 5a38f2003807f765f59294afdbcf91f3f6085c9f..e869bce0f4e50f0e2d43dcb4aaf615d60df51080 100644 (file)
@@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 
 #ifdef __STDC__
index 707cffcc43a811380fc3b785f751e328c262fc46..e0d2a928471ef5f3e446c7fcb91d1d5eeeebb785 100644 (file)
@@ -17,7 +17,7 @@
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 
 #ifdef __STDC__
index 2480fe559ee2863e18fa3e654402b89b16eddb48..761e4d13284e49a4f1869639b750aa18470ecb69 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 d8be7b7b03fe4a02e287afc5cc32d4ab7eaf0ef5..0bb09518d5228d00d18f361e8cf182f56cfd37c8 100644 (file)
@@ -19,7 +19,7 @@
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 
 #ifdef __STDC__
index 9ff53e35864aaf9e01ac8fc2db2a98f18850b968..087bf2353bc1c7b039537ffd180285f9627c7f15 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 ab1ea2d87ce8cbe7d7ebf5bfabdceefcefbc04b1..95e6d302b9fe0ce570a3dc3ea9cf2768c803ecb0 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 e5460cdc43f9c76fe37899d10331d5ad4588b8c4..36050f0de20653b0a75a4c1f2a12381f069e86d1 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 0086c2adfd1b657af0df00d7e4ba063b6120e8a9..830f387644cf4d569f294375cd15a437b3c7ff4b 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 60cb5670ed78d1f5489226ffa74df9e4cdfd79f0..bd92cc1c00d051e6efcb4b654c4a6fc827786356 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 c8a45d460de78ab0ced6c8d8f4c8e70552e9be1d..eb118b19b7295107228c465ce6a1537c0dfaeafa 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 5bde8a2ddd2beb2bdeab74350438b0c6aff9dd2d..c95e154fc35ed107c4011df80700b97761f8b098 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 c29c46620fcf18aa0249ffc291360ff4123d20ab..c3555999edb59073dfb8695d6361e3ce2baf2974 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 19eb774d64e2024da83703f0101baf506df9b56a..da7de8185b81b42f04d8edcca9ce0b5798889e7d 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 41ab1d18b23016d912e151f71eb7e737518fe68f..c281bf40af6e9ff37aa9ef73e7c0f557a2cf2e8a 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 21beb550f44fcac199346a1e6e21537be133a73a..854d1cded2d43d0b4ca1b926d25aef4ef10387b6 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 0b03eebe1da5126bd11feb0d1011a806c69ee887..43770eeb391296c45276a81341e3f22223596c1f 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 3ce6e77b490303ef458e81fdf03f04dbc56c7013..14d6855829bbf897a21815b8fd3078e7d65782cb 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 d3698059e7480dc380e049411b31366c5811bb9b..b1e72c653de6f801dcae7b969ac02353fb960f04 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 75970a34d4750c6778bed8677a261f8d4d8885d6..63379a85754f14bd9660816545dc2102d273410c 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)