Use private math_private.h in files in math/

This commit is contained in:
Ulrich Drepper 2011-10-08 05:16:04 -04:00
parent cbf645a649
commit 9277c06437
129 changed files with 256 additions and 128 deletions

128
ChangeLog
View File

@ -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>

View File

@ -18,7 +18,7 @@
02111-1307 USA. */
#include <math.h>
#include "math_private.h"
#include <math_private.h>
double

View File

@ -18,7 +18,7 @@
02111-1307 USA. */
#include <math.h>
#include "math_private.h"
#include <math_private.h>
float

View File

@ -18,7 +18,7 @@
02111-1307 USA. */
#include <math.h>
#include "math_private.h"
#include <math_private.h>
long double

View File

@ -1,5 +1,5 @@
#include <math.h>
#include "math_private.h"
#include <math_private.h>
long double
__ieee754_exp2l (long double x)

View 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)

View 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)

View 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)

View 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)

View 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)

View 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__

View 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__

View 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__

View 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)

View 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)

View 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)

View 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)

View File

@ -21,7 +21,7 @@
#include <complex.h>
#include <math.h>
#include "math_private.h"
#include <math_private.h>
__complex__ double

View File

@ -21,7 +21,7 @@
#include <complex.h>
#include <math.h>
#include "math_private.h"
#include <math_private.h>
__complex__ float

View File

@ -21,7 +21,7 @@
#include <complex.h>
#include <math.h>
#include "math_private.h"
#include <math_private.h>
__complex__ double

View File

@ -21,7 +21,7 @@
#include <complex.h>
#include <math.h>
#include "math_private.h"
#include <math_private.h>
__complex__ float

View File

@ -21,7 +21,7 @@
#include <complex.h>
#include <math.h>
#include "math_private.h"
#include <math_private.h>
__complex__ long double

View File

@ -21,7 +21,7 @@
#include <complex.h>
#include <math.h>
#include "math_private.h"
#include <math_private.h>
__complex__ long double

View File

@ -22,7 +22,7 @@
#include <fenv.h>
#include <math.h>
#include "math_private.h"
#include <math_private.h>
__complex__ double

View File

@ -22,7 +22,7 @@
#include <fenv.h>
#include <math.h>
#include "math_private.h"
#include <math_private.h>
__complex__ float

View File

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

View File

@ -22,7 +22,7 @@
#include <fenv.h>
#include <math.h>
#include "math_private.h"
#include <math_private.h>
__complex__ double

View File

@ -22,7 +22,7 @@
#include <fenv.h>
#include <math.h>
#include "math_private.h"
#include <math_private.h>
__complex__ float

View File

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

View File

@ -21,7 +21,7 @@
#include <complex.h>
#include <math.h>
#include "math_private.h"
#include <math_private.h>
__complex__ double

View File

@ -21,7 +21,7 @@
#include <complex.h>
#include <math.h>
#include "math_private.h"
#include <math_private.h>
__complex__ double

View File

@ -21,7 +21,7 @@
#include <complex.h>
#include <math.h>
#include "math_private.h"
#include <math_private.h>
__complex__ float

View File

@ -21,7 +21,7 @@
#include <complex.h>
#include <math.h>
#include "math_private.h"
#include <math_private.h>
__complex__ long double

View File

@ -21,7 +21,7 @@
#include <complex.h>
#include <math.h>
#include "math_private.h"
#include <math_private.h>
__complex__ float

View File

@ -21,7 +21,7 @@
#include <complex.h>
#include <math.h>
#include "math_private.h"
#include <math_private.h>
__complex__ long double

View File

@ -22,7 +22,7 @@
#include <fenv.h>
#include <math.h>
#include "math_private.h"
#include <math_private.h>
__complex__ double

View File

@ -22,7 +22,7 @@
#include <fenv.h>
#include <math.h>
#include "math_private.h"
#include <math_private.h>
__complex__ float

View File

@ -22,7 +22,7 @@
#include <fenv.h>
#include <math.h>
#include "math_private.h"
#include <math_private.h>
__complex__ double

View File

@ -22,7 +22,7 @@
#include <fenv.h>
#include <math.h>
#include "math_private.h"
#include <math_private.h>
__complex__ float

View File

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

View File

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

View File

@ -22,7 +22,7 @@
#include <complex.h>
#include <math.h>
#include "math_private.h"
#include <math_private.h>
__complex__ double

View File

@ -22,7 +22,7 @@
#include <complex.h>
#include <math.h>
#include "math_private.h"
#include <math_private.h>
__complex__ float

View File

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

View File

@ -22,7 +22,7 @@
#include <fenv.h>
#include <math.h>
#include "math_private.h"
#include <math_private.h>
__complex__ double

View File

@ -22,7 +22,7 @@
#include <fenv.h>
#include <math.h>
#include "math_private.h"
#include <math_private.h>
__complex__ float

View File

@ -22,7 +22,7 @@
#include <fenv.h>
#include <math.h>
#include "math_private.h"
#include <math_private.h>
__complex__ double

View File

@ -22,7 +22,7 @@
#include <fenv.h>
#include <math.h>
#include "math_private.h"
#include <math_private.h>
__complex__ float

View File

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

View File

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

View 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__

View 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__

View 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__

View 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)

View 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)

View 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)

View 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__

View 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__

View 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 */

View 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 */

View 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 */

View File

@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $";
*/
#include <math.h>
#include "math_private.h"
#include <math_private.h>
#ifdef __STDC__

View 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__

View 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__

View File

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

View 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__

View 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__

View File

@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $";
*/
#include <math.h>
#include "math_private.h"
#include <math_private.h>
#ifdef __STDC__

View 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__

View 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__

View File

@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $";
*/
#include <math.h>
#include "math_private.h"
#include <math_private.h>
#ifdef __STDC__

View 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 */

View 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 */

View 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 */

View File

@ -6,7 +6,7 @@
*/
#include <math.h>
#include "math_private.h"
#include <math_private.h>
float
__dremf(x, y)

View File

@ -18,7 +18,7 @@
*/
#include <math.h>
#include "math_private.h"
#include <math_private.h>
#ifdef __STDC__
double __exp10(double x) /* wrapper exp10 */

View File

@ -18,7 +18,7 @@
*/
#include <math.h>
#include "math_private.h"
#include <math_private.h>
#ifdef __STDC__
float __exp10f(float x) /* wrapper exp10f */

View 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 */

View 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);

View 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);

View 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

View 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__

View 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__

View File

@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $";
*/
#include <math.h>
#include "math_private.h"
#include <math_private.h>
#ifdef __STDC__

View 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__

View 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__

View File

@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $";
*/
#include <math.h>
#include "math_private.h"
#include <math_private.h>
#ifdef __STDC__

View 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 */

View 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 */

View 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 */

View 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 */

View 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 */

View 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 */

View 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 */

View 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 */

View 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 */

View 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)

View 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__

View 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)

View 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__

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