summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-05-28 18:15:04 +0000
committeralfred <alfred@FreeBSD.org>2002-05-28 18:15:04 +0000
commit565689ac5bf6349e21b553f3e8f16d7daa1da57d (patch)
treeffef6d4da2c4353ee88d6ab0439ae527b407110f
parenta94f09971fe42eb37ee9a8cd3949bb8780a9522d (diff)
downloadFreeBSD-src-565689ac5bf6349e21b553f3e8f16d7daa1da57d.zip
FreeBSD-src-565689ac5bf6349e21b553f3e8f16d7daa1da57d.tar.gz
Fix formatting, this is hard to explain, so I'll show one example.
- float ynf(int n, float x) /* wrapper ynf */ +float +ynf(int n, float x) /* wrapper ynf */ This is because the __STDC__ stuff was indented. Reviewed by: md5
-rw-r--r--lib/msun/src/e_gammaf_r.c3
-rw-r--r--lib/msun/src/e_hypot.c3
-rw-r--r--lib/msun/src/e_hypotf.c3
-rw-r--r--lib/msun/src/e_j0.c6
-rw-r--r--lib/msun/src/e_j0f.c6
-rw-r--r--lib/msun/src/e_j1.c6
-rw-r--r--lib/msun/src/e_j1f.c6
-rw-r--r--lib/msun/src/e_jn.c6
-rw-r--r--lib/msun/src/e_jnf.c6
-rw-r--r--lib/msun/src/e_lgamma.c3
-rw-r--r--lib/msun/src/e_lgamma_r.c3
-rw-r--r--lib/msun/src/e_lgammaf.c3
-rw-r--r--lib/msun/src/e_lgammaf_r.c3
-rw-r--r--lib/msun/src/e_log.c3
-rw-r--r--lib/msun/src/e_log10.c3
-rw-r--r--lib/msun/src/e_log10f.c3
-rw-r--r--lib/msun/src/e_logf.c3
-rw-r--r--lib/msun/src/e_pow.c3
-rw-r--r--lib/msun/src/e_powf.c3
-rw-r--r--lib/msun/src/e_remainder.c3
-rw-r--r--lib/msun/src/e_remainderf.c3
-rw-r--r--lib/msun/src/e_scalb.c6
-rw-r--r--lib/msun/src/e_scalbf.c6
-rw-r--r--lib/msun/src/e_sinh.c3
-rw-r--r--lib/msun/src/e_sinhf.c3
-rw-r--r--lib/msun/src/e_sqrt.c3
-rw-r--r--lib/msun/src/e_sqrtf.c3
-rw-r--r--lib/msun/src/k_cos.c3
-rw-r--r--lib/msun/src/k_cosf.c3
-rw-r--r--lib/msun/src/k_sin.c3
-rw-r--r--lib/msun/src/k_sinf.c3
-rw-r--r--lib/msun/src/k_standard.c3
-rw-r--r--lib/msun/src/k_tan.c3
-rw-r--r--lib/msun/src/k_tanf.c3
-rw-r--r--lib/msun/src/s_asinh.c3
-rw-r--r--lib/msun/src/s_asinhf.c3
-rw-r--r--lib/msun/src/s_atan.c3
-rw-r--r--lib/msun/src/s_atanf.c3
-rw-r--r--lib/msun/src/s_cbrt.c3
-rw-r--r--lib/msun/src/s_cbrtf.c3
-rw-r--r--lib/msun/src/s_ceil.c3
-rw-r--r--lib/msun/src/s_ceilf.c3
-rw-r--r--lib/msun/src/s_copysign.c3
-rw-r--r--lib/msun/src/s_copysignf.c3
-rw-r--r--lib/msun/src/s_cos.c3
-rw-r--r--lib/msun/src/s_cosf.c3
-rw-r--r--lib/msun/src/s_erf.c6
-rw-r--r--lib/msun/src/s_erff.c6
-rw-r--r--lib/msun/src/s_expm1.c3
-rw-r--r--lib/msun/src/s_expm1f.c3
-rw-r--r--lib/msun/src/s_fabs.c3
-rw-r--r--lib/msun/src/s_fabsf.c3
-rw-r--r--lib/msun/src/s_floor.c3
-rw-r--r--lib/msun/src/s_floorf.c3
-rw-r--r--lib/msun/src/s_frexp.c3
-rw-r--r--lib/msun/src/s_frexpf.c3
-rw-r--r--lib/msun/src/s_ldexp.c3
-rw-r--r--lib/msun/src/s_ldexpf.c3
-rw-r--r--lib/msun/src/s_log1p.c3
-rw-r--r--lib/msun/src/s_log1pf.c3
-rw-r--r--lib/msun/src/s_logb.c3
-rw-r--r--lib/msun/src/s_logbf.c3
-rw-r--r--lib/msun/src/s_modf.c3
-rw-r--r--lib/msun/src/s_modff.c3
-rw-r--r--lib/msun/src/s_nextafter.c3
-rw-r--r--lib/msun/src/s_nextafterf.c3
-rw-r--r--lib/msun/src/s_rint.c3
-rw-r--r--lib/msun/src/s_rintf.c3
-rw-r--r--lib/msun/src/s_scalbn.c3
-rw-r--r--lib/msun/src/s_scalbnf.c3
-rw-r--r--lib/msun/src/s_significand.c3
-rw-r--r--lib/msun/src/s_significandf.c3
-rw-r--r--lib/msun/src/s_sin.c3
-rw-r--r--lib/msun/src/s_sinf.c3
-rw-r--r--lib/msun/src/s_tan.c3
-rw-r--r--lib/msun/src/s_tanf.c3
-rw-r--r--lib/msun/src/s_tanh.c3
-rw-r--r--lib/msun/src/s_tanhf.c3
-rw-r--r--lib/msun/src/w_acos.c3
-rw-r--r--lib/msun/src/w_acosf.c3
-rw-r--r--lib/msun/src/w_acosh.c3
-rw-r--r--lib/msun/src/w_acoshf.c3
-rw-r--r--lib/msun/src/w_asin.c3
-rw-r--r--lib/msun/src/w_asinf.c3
-rw-r--r--lib/msun/src/w_atan2.c3
-rw-r--r--lib/msun/src/w_atan2f.c3
-rw-r--r--lib/msun/src/w_atanh.c3
-rw-r--r--lib/msun/src/w_atanhf.c3
-rw-r--r--lib/msun/src/w_cosh.c3
-rw-r--r--lib/msun/src/w_coshf.c3
-rw-r--r--lib/msun/src/w_exp.c3
-rw-r--r--lib/msun/src/w_expf.c3
-rw-r--r--lib/msun/src/w_fmod.c3
-rw-r--r--lib/msun/src/w_fmodf.c3
-rw-r--r--lib/msun/src/w_gamma.c3
-rw-r--r--lib/msun/src/w_gamma_r.c3
-rw-r--r--lib/msun/src/w_gammaf.c3
-rw-r--r--lib/msun/src/w_gammaf_r.c3
-rw-r--r--lib/msun/src/w_hypot.c3
-rw-r--r--lib/msun/src/w_hypotf.c3
-rw-r--r--lib/msun/src/w_j0.c3
-rw-r--r--lib/msun/src/w_j0f.c3
-rw-r--r--lib/msun/src/w_j1.c3
-rw-r--r--lib/msun/src/w_j1f.c3
-rw-r--r--lib/msun/src/w_jn.c3
-rw-r--r--lib/msun/src/w_jnf.c3
-rw-r--r--lib/msun/src/w_lgamma.c3
-rw-r--r--lib/msun/src/w_lgamma_r.c3
-rw-r--r--lib/msun/src/w_lgammaf.c3
-rw-r--r--lib/msun/src/w_lgammaf_r.c3
-rw-r--r--lib/msun/src/w_log.c3
-rw-r--r--lib/msun/src/w_log10.c3
-rw-r--r--lib/msun/src/w_log10f.c3
-rw-r--r--lib/msun/src/w_logf.c3
-rw-r--r--lib/msun/src/w_powf.c3
-rw-r--r--lib/msun/src/w_remainder.c3
-rw-r--r--lib/msun/src/w_remainderf.c3
-rw-r--r--lib/msun/src/w_scalb.c6
-rw-r--r--lib/msun/src/w_scalbf.c6
-rw-r--r--lib/msun/src/w_sinh.c3
-rw-r--r--lib/msun/src/w_sinhf.c3
-rw-r--r--lib/msun/src/w_sqrt.c3
-rw-r--r--lib/msun/src/w_sqrtf.c3
-rw-r--r--lib/msun/src/w_y0.c3
-rw-r--r--lib/msun/src/w_y0f.c3
-rw-r--r--lib/msun/src/w_y1.c3
-rw-r--r--lib/msun/src/w_y1f.c3
-rw-r--r--lib/msun/src/w_yn.c3
-rw-r--r--lib/msun/src/w_ynf.c3
129 files changed, 282 insertions, 141 deletions
diff --git a/lib/msun/src/e_gammaf_r.c b/lib/msun/src/e_gammaf_r.c
index 88a3ff7..c14870d 100644
--- a/lib/msun/src/e_gammaf_r.c
+++ b/lib/msun/src/e_gammaf_r.c
@@ -27,7 +27,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math.h"
#include "math_private.h"
- float __ieee754_gammaf_r(float x, int *signgamp)
+float
+__ieee754_gammaf_r(float x, int *signgamp)
{
return __ieee754_lgammaf_r(x,signgamp);
}
diff --git a/lib/msun/src/e_hypot.c b/lib/msun/src/e_hypot.c
index ae50127..aa50051 100644
--- a/lib/msun/src/e_hypot.c
+++ b/lib/msun/src/e_hypot.c
@@ -49,7 +49,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math.h"
#include "math_private.h"
- double __ieee754_hypot(double x, double y)
+double
+__ieee754_hypot(double x, double y)
{
double a=x,b=y,t1,t2,y1,y2,w;
int32_t j,k,ha,hb;
diff --git a/lib/msun/src/e_hypotf.c b/lib/msun/src/e_hypotf.c
index 630c341..0624a39 100644
--- a/lib/msun/src/e_hypotf.c
+++ b/lib/msun/src/e_hypotf.c
@@ -20,7 +20,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math.h"
#include "math_private.h"
- float __ieee754_hypotf(float x, float y)
+float
+__ieee754_hypotf(float x, float y)
{
float a=x,b=y,t1,t2,y1,y2,w;
int32_t j,k,ha,hb;
diff --git a/lib/msun/src/e_j0.c b/lib/msun/src/e_j0.c
index dbcd327..ca08293 100644
--- a/lib/msun/src/e_j0.c
+++ b/lib/msun/src/e_j0.c
@@ -81,7 +81,8 @@ S04 = 1.16614003333790000205e-09; /* 0x3E1408BC, 0xF4745D8F */
static const double zero = 0.0;
- double __ieee754_j0(double x)
+double
+__ieee754_j0(double x)
{
double z, s,c,ss,cc,r,u,v;
int32_t hx,ix;
@@ -141,7 +142,8 @@ v02 = 7.60068627350353253702e-05, /* 0x3F13ECBB, 0xF578C6C1 */
v03 = 2.59150851840457805467e-07, /* 0x3E91642D, 0x7FF202FD */
v04 = 4.41110311332675467403e-10; /* 0x3DFE5018, 0x3BD6D9EF */
- double __ieee754_y0(double x)
+double
+__ieee754_y0(double x)
{
double z, s,c,ss,cc,u,v;
int32_t hx,ix,lx;
diff --git a/lib/msun/src/e_j0f.c b/lib/msun/src/e_j0f.c
index c0e277a..6d98582 100644
--- a/lib/msun/src/e_j0f.c
+++ b/lib/msun/src/e_j0f.c
@@ -39,7 +39,8 @@ S04 = 1.1661400734e-09; /* 0x30a045e8 */
static const float zero = 0.0;
- float __ieee754_j0f(float x)
+float
+__ieee754_j0f(float x)
{
float z, s,c,ss,cc,r,u,v;
int32_t hx,ix;
@@ -99,7 +100,8 @@ v02 = 7.6006865129e-05, /* 0x389f65e0 */
v03 = 2.5915085189e-07, /* 0x348b216c */
v04 = 4.4111031494e-10; /* 0x2ff280c2 */
- float __ieee754_y0f(float x)
+float
+__ieee754_y0f(float x)
{
float z, s,c,ss,cc,u,v;
int32_t hx,ix;
diff --git a/lib/msun/src/e_j1.c b/lib/msun/src/e_j1.c
index 4c0ed5b..97fdcf8 100644
--- a/lib/msun/src/e_j1.c
+++ b/lib/msun/src/e_j1.c
@@ -82,7 +82,8 @@ s05 = 1.23542274426137913908e-11; /* 0x3DAB2ACF, 0xCFB97ED8 */
static const double zero = 0.0;
- double __ieee754_j1(double x)
+double
+__ieee754_j1(double x)
{
double z, s,c,ss,cc,r,u,v,y;
int32_t hx,ix;
@@ -138,7 +139,8 @@ static const double V0[5] = {
1.66559246207992079114e-11, /* 0x3DB25039, 0xDACA772A */
};
- double __ieee754_y1(double x)
+double
+__ieee754_y1(double x)
{
double z, s,c,ss,cc,u,v;
int32_t hx,ix,lx;
diff --git a/lib/msun/src/e_j1f.c b/lib/msun/src/e_j1f.c
index 28b58a6..6ccc0697 100644
--- a/lib/msun/src/e_j1f.c
+++ b/lib/msun/src/e_j1f.c
@@ -40,7 +40,8 @@ s05 = 1.2354227016e-11; /* 0x2d59567e */
static const float zero = 0.0;
- float __ieee754_j1f(float x)
+float
+__ieee754_j1f(float x)
{
float z, s,c,ss,cc,r,u,v,y;
int32_t hx,ix;
@@ -96,7 +97,8 @@ static const float V0[5] = {
1.6655924903e-11, /* 0x2d9281cf */
};
- float __ieee754_y1f(float x)
+float
+__ieee754_y1f(float x)
{
float z, s,c,ss,cc,u,v;
int32_t hx,ix;
diff --git a/lib/msun/src/e_jn.c b/lib/msun/src/e_jn.c
index eac6abd..d0162cd 100644
--- a/lib/msun/src/e_jn.c
+++ b/lib/msun/src/e_jn.c
@@ -50,7 +50,8 @@ one = 1.00000000000000000000e+00; /* 0x3FF00000, 0x00000000 */
static const double zero = 0.00000000000000000000e+00;
- double __ieee754_jn(int n, double x)
+double
+__ieee754_jn(int n, double x)
{
int32_t i,hx,ix,lx, sgn;
double a, b, temp, di;
@@ -205,7 +206,8 @@ static const double zero = 0.00000000000000000000e+00;
if(sgn==1) return -b; else return b;
}
- double __ieee754_yn(int n, double x)
+double
+__ieee754_yn(int n, double x)
{
int32_t i,hx,ix,lx;
int32_t sign;
diff --git a/lib/msun/src/e_jnf.c b/lib/msun/src/e_jnf.c
index a374a64..17a7008 100644
--- a/lib/msun/src/e_jnf.c
+++ b/lib/msun/src/e_jnf.c
@@ -27,7 +27,8 @@ one = 1.0000000000e+00; /* 0x3F800000 */
static const float zero = 0.0000000000e+00;
- float __ieee754_jnf(int n, float x)
+float
+__ieee754_jnf(int n, float x)
{
int32_t i,hx,ix, sgn;
float a, b, temp, di;
@@ -159,7 +160,8 @@ static const float zero = 0.0000000000e+00;
if(sgn==1) return -b; else return b;
}
- float __ieee754_ynf(int n, float x)
+float
+__ieee754_ynf(int n, float x)
{
int32_t i,hx,ix,ib;
int32_t sign;
diff --git a/lib/msun/src/e_lgamma.c b/lib/msun/src/e_lgamma.c
index 72d5160..8158cbe 100644
--- a/lib/msun/src/e_lgamma.c
+++ b/lib/msun/src/e_lgamma.c
@@ -25,7 +25,8 @@ static char rcsid[] = "$FreeBSD$";
extern int signgam;
- double __ieee754_lgamma(double x)
+double
+__ieee754_lgamma(double x)
{
return __ieee754_lgamma_r(x,&signgam);
}
diff --git a/lib/msun/src/e_lgamma_r.c b/lib/msun/src/e_lgamma_r.c
index e6028e5..ea2d97e 100644
--- a/lib/msun/src/e_lgamma_r.c
+++ b/lib/msun/src/e_lgamma_r.c
@@ -199,7 +199,8 @@ static const double zero= 0.00000000000000000000e+00;
}
- double __ieee754_lgamma_r(double x, int *signgamp)
+double
+__ieee754_lgamma_r(double x, int *signgamp)
{
double t,y,z,nadj,p,p1,p2,p3,q,r,w;
int i,hx,lx,ix;
diff --git a/lib/msun/src/e_lgammaf.c b/lib/msun/src/e_lgammaf.c
index b8ab656..4fcf943 100644
--- a/lib/msun/src/e_lgammaf.c
+++ b/lib/msun/src/e_lgammaf.c
@@ -28,7 +28,8 @@ static char rcsid[] = "$FreeBSD$";
extern int signgam;
- float __ieee754_lgammaf(float x)
+float
+__ieee754_lgammaf(float x)
{
return __ieee754_lgammaf_r(x,&signgam);
}
diff --git a/lib/msun/src/e_lgammaf_r.c b/lib/msun/src/e_lgammaf_r.c
index 9ea94c1..1c12eec 100644
--- a/lib/msun/src/e_lgammaf_r.c
+++ b/lib/msun/src/e_lgammaf_r.c
@@ -135,7 +135,8 @@ static const float zero= 0.0000000000e+00;
}
- float __ieee754_lgammaf_r(float x, int *signgamp)
+float
+__ieee754_lgammaf_r(float x, int *signgamp)
{
float t,y,z,nadj,p,p1,p2,p3,q,r,w;
int i,hx,ix;
diff --git a/lib/msun/src/e_log.c b/lib/msun/src/e_log.c
index b245feb..309a393 100644
--- a/lib/msun/src/e_log.c
+++ b/lib/msun/src/e_log.c
@@ -82,7 +82,8 @@ Lg7 = 1.479819860511658591e-01; /* 3FC2F112 DF3E5244 */
static const double zero = 0.0;
- double __generic___ieee754_log(double x)
+double
+__generic___ieee754_log(double x)
{
double hfsq,f,s,z,R,w,t1,t2,dk;
int32_t k,hx,i,j;
diff --git a/lib/msun/src/e_log10.c b/lib/msun/src/e_log10.c
index 7af8829..464d36e 100644
--- a/lib/msun/src/e_log10.c
+++ b/lib/msun/src/e_log10.c
@@ -58,7 +58,8 @@ log10_2lo = 3.69423907715893078616e-13; /* 0x3D59FEF3, 0x11F12B36 */
static const double zero = 0.0;
- double __generic___ieee754_log10(double x)
+double
+__generic___ieee754_log10(double x)
{
double y,z;
int32_t i,k,hx;
diff --git a/lib/msun/src/e_log10f.c b/lib/msun/src/e_log10f.c
index 5ed8edc..beb2271 100644
--- a/lib/msun/src/e_log10f.c
+++ b/lib/msun/src/e_log10f.c
@@ -28,7 +28,8 @@ log10_2lo = 7.9034151668e-07; /* 0x355427db */
static const float zero = 0.0;
- float __ieee754_log10f(float x)
+float
+__ieee754_log10f(float x)
{
float y,z;
int32_t i,k,hx;
diff --git a/lib/msun/src/e_logf.c b/lib/msun/src/e_logf.c
index 60c20aa..4e7142b 100644
--- a/lib/msun/src/e_logf.c
+++ b/lib/msun/src/e_logf.c
@@ -34,7 +34,8 @@ Lg7 = 1.4798198640e-01; /* 3E178897 */
static const float zero = 0.0;
- float __ieee754_logf(float x)
+float
+__ieee754_logf(float x)
{
float hfsq,f,s,z,R,w,t1,t2,dk;
int32_t k,ix,i,j;
diff --git a/lib/msun/src/e_pow.c b/lib/msun/src/e_pow.c
index 8d57b14..206f561 100644
--- a/lib/msun/src/e_pow.c
+++ b/lib/msun/src/e_pow.c
@@ -95,7 +95,8 @@ ivln2 = 1.44269504088896338700e+00, /* 0x3FF71547, 0x652B82FE =1/ln2 */
ivln2_h = 1.44269502162933349609e+00, /* 0x3FF71547, 0x60000000 =24b 1/ln2*/
ivln2_l = 1.92596299112661746887e-08; /* 0x3E54AE0B, 0xF85DDF44 =1/ln2 tail*/
- double __ieee754_pow(double x, double y)
+double
+__ieee754_pow(double x, double y)
{
double z,ax,z_h,z_l,p_h,p_l;
double y1,t1,t2,r,s,t,u,v,w;
diff --git a/lib/msun/src/e_powf.c b/lib/msun/src/e_powf.c
index 806bcb5..3301937 100644
--- a/lib/msun/src/e_powf.c
+++ b/lib/msun/src/e_powf.c
@@ -53,7 +53,8 @@ ivln2 = 1.4426950216e+00, /* 0x3fb8aa3b =1/ln2 */
ivln2_h = 1.4426879883e+00, /* 0x3fb8aa00 =16b 1/ln2*/
ivln2_l = 7.0526075433e-06; /* 0x36eca570 =1/ln2 tail*/
- float __ieee754_powf(float x, float y)
+float
+__ieee754_powf(float x, float y)
{
float z,ax,z_h,z_l,p_h,p_l;
float y1,t1,t2,r,s,t,u,v,w;
diff --git a/lib/msun/src/e_remainder.c b/lib/msun/src/e_remainder.c
index 6f3507f..24c98a8 100644
--- a/lib/msun/src/e_remainder.c
+++ b/lib/msun/src/e_remainder.c
@@ -29,7 +29,8 @@ static char rcsid[] = "$FreeBSD$";
static const double zero = 0.0;
- double __generic___ieee754_remainder(double x, double p)
+double
+__generic___ieee754_remainder(double x, double p)
{
int32_t hx,hp;
u_int32_t sx,lx,lp;
diff --git a/lib/msun/src/e_remainderf.c b/lib/msun/src/e_remainderf.c
index 0cfc7d8..7841bdc 100644
--- a/lib/msun/src/e_remainderf.c
+++ b/lib/msun/src/e_remainderf.c
@@ -23,7 +23,8 @@ static char rcsid[] = "$FreeBSD$";
static const float zero = 0.0;
- float __ieee754_remainderf(float x, float p)
+float
+__ieee754_remainderf(float x, float p)
{
int32_t hx,hp;
u_int32_t sx;
diff --git a/lib/msun/src/e_scalb.c b/lib/msun/src/e_scalb.c
index dfe6a4d..5f30ce3 100644
--- a/lib/msun/src/e_scalb.c
+++ b/lib/msun/src/e_scalb.c
@@ -24,9 +24,11 @@ static char rcsid[] = "$FreeBSD$";
#include "math_private.h"
#ifdef _SCALB_INT
- double __generic___ieee754_scalb(double x, int fn)
+double
+__generic___ieee754_scalb(double x, int fn)
#else
- double __generic___ieee754_scalb(double x, double fn)
+double
+__generic___ieee754_scalb(double x, double fn)
#endif
{
#ifdef _SCALB_INT
diff --git a/lib/msun/src/e_scalbf.c b/lib/msun/src/e_scalbf.c
index 0d3644a..0888433 100644
--- a/lib/msun/src/e_scalbf.c
+++ b/lib/msun/src/e_scalbf.c
@@ -21,9 +21,11 @@ static char rcsid[] = "$FreeBSD$";
#include "math_private.h"
#ifdef _SCALB_INT
- float __ieee754_scalbf(float x, int fn)
+float
+__ieee754_scalbf(float x, int fn)
#else
- float __ieee754_scalbf(float x, float fn)
+float
+__ieee754_scalbf(float x, float fn)
#endif
{
#ifdef _SCALB_INT
diff --git a/lib/msun/src/e_sinh.c b/lib/msun/src/e_sinh.c
index 94cf567..76c4576 100644
--- a/lib/msun/src/e_sinh.c
+++ b/lib/msun/src/e_sinh.c
@@ -37,7 +37,8 @@ static char rcsid[] = "$FreeBSD$";
static const double one = 1.0, shuge = 1.0e307;
- double __ieee754_sinh(double x)
+double
+__ieee754_sinh(double x)
{
double t,w,h;
int32_t ix,jx;
diff --git a/lib/msun/src/e_sinhf.c b/lib/msun/src/e_sinhf.c
index 87b90eb..7e022b0 100644
--- a/lib/msun/src/e_sinhf.c
+++ b/lib/msun/src/e_sinhf.c
@@ -22,7 +22,8 @@ static char rcsid[] = "$FreeBSD$";
static const float one = 1.0, shuge = 1.0e37;
- float __ieee754_sinhf(float x)
+float
+__ieee754_sinhf(float x)
{
float t,w,h;
int32_t ix,jx;
diff --git a/lib/msun/src/e_sqrt.c b/lib/msun/src/e_sqrt.c
index 19fdfdd..5a15dd0 100644
--- a/lib/msun/src/e_sqrt.c
+++ b/lib/msun/src/e_sqrt.c
@@ -89,7 +89,8 @@ static char rcsid[] = "$FreeBSD$";
static const double one = 1.0, tiny=1.0e-300;
- double __generic___ieee754_sqrt(double x)
+double
+__generic___ieee754_sqrt(double x)
{
double z;
int32_t sign = (int)0x80000000;
diff --git a/lib/msun/src/e_sqrtf.c b/lib/msun/src/e_sqrtf.c
index c691469..7eba4d0 100644
--- a/lib/msun/src/e_sqrtf.c
+++ b/lib/msun/src/e_sqrtf.c
@@ -22,7 +22,8 @@ static char rcsid[] = "$FreeBSD$";
static const float one = 1.0, tiny=1.0e-30;
- float __ieee754_sqrtf(float x)
+float
+__ieee754_sqrtf(float x)
{
float z;
int32_t sign = (int)0x80000000;
diff --git a/lib/msun/src/k_cos.c b/lib/msun/src/k_cos.c
index f014348..f8fe2fd 100644
--- a/lib/msun/src/k_cos.c
+++ b/lib/msun/src/k_cos.c
@@ -61,7 +61,8 @@ C4 = -2.75573143513906633035e-07, /* 0xBE927E4F, 0x809C52AD */
C5 = 2.08757232129817482790e-09, /* 0x3E21EE9E, 0xBDB4B1C4 */
C6 = -1.13596475577881948265e-11; /* 0xBDA8FAE9, 0xBE8838D4 */
- double __kernel_cos(double x, double y)
+double
+__kernel_cos(double x, double y)
{
double a,hz,z,r,qx;
int32_t ix;
diff --git a/lib/msun/src/k_cosf.c b/lib/msun/src/k_cosf.c
index 66d145f..fb021ed 100644
--- a/lib/msun/src/k_cosf.c
+++ b/lib/msun/src/k_cosf.c
@@ -29,7 +29,8 @@ C4 = -2.7557314297e-07, /* 0xb493f27c */
C5 = 2.0875723372e-09, /* 0x310f74f6 */
C6 = -1.1359647598e-11; /* 0xad47d74e */
- float __kernel_cosf(float x, float y)
+float
+__kernel_cosf(float x, float y)
{
float a,hz,z,r,qx;
int32_t ix;
diff --git a/lib/msun/src/k_sin.c b/lib/msun/src/k_sin.c
index a64153e..52d3faa 100644
--- a/lib/msun/src/k_sin.c
+++ b/lib/msun/src/k_sin.c
@@ -54,7 +54,8 @@ S4 = 2.75573137070700676789e-06, /* 0x3EC71DE3, 0x57B1FE7D */
S5 = -2.50507602534068634195e-08, /* 0xBE5AE5E6, 0x8A2B9CEB */
S6 = 1.58969099521155010221e-10; /* 0x3DE5D93A, 0x5ACFD57C */
- double __kernel_sin(double x, double y, int iy)
+double
+__kernel_sin(double x, double y, int iy)
{
double z,r,v;
int32_t ix;
diff --git a/lib/msun/src/k_sinf.c b/lib/msun/src/k_sinf.c
index 886f828..10a3290 100644
--- a/lib/msun/src/k_sinf.c
+++ b/lib/msun/src/k_sinf.c
@@ -29,7 +29,8 @@ S4 = 2.7557314297e-06, /* 0x3638ef1b */
S5 = -2.5050759689e-08, /* 0xb2d72f34 */
S6 = 1.5896910177e-10; /* 0x2f2ec9d3 */
- float __kernel_sinf(float x, float y, int iy)
+float
+__kernel_sinf(float x, float y, int iy)
{
float z,r,v;
int32_t ix;
diff --git a/lib/msun/src/k_standard.c b/lib/msun/src/k_standard.c
index 10135eb..2f36ef1 100644
--- a/lib/msun/src/k_standard.c
+++ b/lib/msun/src/k_standard.c
@@ -77,7 +77,8 @@ static const double zero = 0.0; /* used as const */
*/
- double __kernel_standard(double x, double y, int type)
+double
+__kernel_standard(double x, double y, int type)
{
struct exception exc;
#ifndef HUGE_VAL /* this is the only routine that uses HUGE_VAL */
diff --git a/lib/msun/src/k_tan.c b/lib/msun/src/k_tan.c
index df0c94e..7da811f 100644
--- a/lib/msun/src/k_tan.c
+++ b/lib/msun/src/k_tan.c
@@ -70,7 +70,8 @@ T[] = {
2.59073051863633712884e-05, /* 0x3EFB2A70, 0x74BF7AD4 */
};
- double __kernel_tan(double x, double y, int iy)
+double
+__kernel_tan(double x, double y, int iy)
{
double z,r,v,w,s;
int32_t ix,hx;
diff --git a/lib/msun/src/k_tanf.c b/lib/msun/src/k_tanf.c
index 772a663..35bbe61 100644
--- a/lib/msun/src/k_tanf.c
+++ b/lib/msun/src/k_tanf.c
@@ -39,7 +39,8 @@ T[] = {
2.5907305826e-05, /* 0x37d95384 */
};
- float __kernel_tanf(float x, float y, int iy)
+float
+__kernel_tanf(float x, float y, int iy)
{
float z,r,v,w,s;
int32_t ix,hx;
diff --git a/lib/msun/src/s_asinh.c b/lib/msun/src/s_asinh.c
index 8f9632d..95a539d 100644
--- a/lib/msun/src/s_asinh.c
+++ b/lib/msun/src/s_asinh.c
@@ -33,7 +33,8 @@ one = 1.00000000000000000000e+00, /* 0x3FF00000, 0x00000000 */
ln2 = 6.93147180559945286227e-01, /* 0x3FE62E42, 0xFEFA39EF */
huge= 1.00000000000000000000e+300;
- double asinh(double x)
+double
+asinh(double x)
{
double t,w;
int32_t hx,ix;
diff --git a/lib/msun/src/s_asinhf.c b/lib/msun/src/s_asinhf.c
index 9def250..6dcfc5b 100644
--- a/lib/msun/src/s_asinhf.c
+++ b/lib/msun/src/s_asinhf.c
@@ -25,7 +25,8 @@ one = 1.0000000000e+00, /* 0x3F800000 */
ln2 = 6.9314718246e-01, /* 0x3f317218 */
huge= 1.0000000000e+30;
- float asinhf(float x)
+float
+asinhf(float x)
{
float t,w;
int32_t hx,ix;
diff --git a/lib/msun/src/s_atan.c b/lib/msun/src/s_atan.c
index 07670a5..9590d6a 100644
--- a/lib/msun/src/s_atan.c
+++ b/lib/msun/src/s_atan.c
@@ -69,7 +69,8 @@ static const double aT[] = {
one = 1.0,
huge = 1.0e300;
- double __generic_atan(double x)
+double
+__generic_atan(double x)
{
double w,s1,s2,z;
int32_t ix,hx,id;
diff --git a/lib/msun/src/s_atanf.c b/lib/msun/src/s_atanf.c
index 5efd2af..d4a500f 100644
--- a/lib/msun/src/s_atanf.c
+++ b/lib/msun/src/s_atanf.c
@@ -52,7 +52,8 @@ static const float aT[] = {
one = 1.0,
huge = 1.0e30;
- float atanf(float x)
+float
+atanf(float x)
{
float w,s1,s2,z;
int32_t ix,hx,id;
diff --git a/lib/msun/src/s_cbrt.c b/lib/msun/src/s_cbrt.c
index 485a6d8..4d70825 100644
--- a/lib/msun/src/s_cbrt.c
+++ b/lib/msun/src/s_cbrt.c
@@ -31,7 +31,8 @@ E = 1.41428571428571436819e+00, /* 99/70 = 0x3FF6A0EA, 0x0EA0EA0F */
F = 1.60714285714285720630e+00, /* 45/28 = 0x3FF9B6DB, 0x6DB6DB6E */
G = 3.57142857142857150787e-01; /* 5/14 = 0x3FD6DB6D, 0xB6DB6DB7 */
- double cbrt(double x)
+double
+cbrt(double x)
{
int32_t hx;
double r,s,t=0.0,w;
diff --git a/lib/msun/src/s_cbrtf.c b/lib/msun/src/s_cbrtf.c
index 6b13069..4ed4351 100644
--- a/lib/msun/src/s_cbrtf.c
+++ b/lib/msun/src/s_cbrtf.c
@@ -34,7 +34,8 @@ E = 1.4142856598e+00, /* 99/70 = 0x3fb50750 */
F = 1.6071428061e+00, /* 45/28 = 0x3fcdb6db */
G = 3.5714286566e-01; /* 5/14 = 0x3eb6db6e */
- float cbrtf(float x)
+float
+cbrtf(float x)
{
float r,s,t;
int32_t hx;
diff --git a/lib/msun/src/s_ceil.c b/lib/msun/src/s_ceil.c
index 79ec273..df9749c 100644
--- a/lib/msun/src/s_ceil.c
+++ b/lib/msun/src/s_ceil.c
@@ -28,7 +28,8 @@ static char rcsid[] = "$FreeBSD$";
static const double huge = 1.0e300;
- double __generic_ceil(double x)
+double
+__generic_ceil(double x)
{
int32_t i0,i1,j0;
u_int32_t i,j;
diff --git a/lib/msun/src/s_ceilf.c b/lib/msun/src/s_ceilf.c
index 65b01f3..96a0f48 100644
--- a/lib/msun/src/s_ceilf.c
+++ b/lib/msun/src/s_ceilf.c
@@ -22,7 +22,8 @@ static char rcsid[] = "$FreeBSD$";
static const float huge = 1.0e30;
- float ceilf(float x)
+float
+ceilf(float x)
{
int32_t i0,j0;
u_int32_t i;
diff --git a/lib/msun/src/s_copysign.c b/lib/msun/src/s_copysign.c
index 7485598..9ed5630 100644
--- a/lib/msun/src/s_copysign.c
+++ b/lib/msun/src/s_copysign.c
@@ -23,7 +23,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math.h"
#include "math_private.h"
- double __generic_copysign(double x, double y)
+double
+__generic_copysign(double x, double y)
{
u_int32_t hx,hy;
GET_HIGH_WORD(hx,x);
diff --git a/lib/msun/src/s_copysignf.c b/lib/msun/src/s_copysignf.c
index ae70aed..df5304f 100644
--- a/lib/msun/src/s_copysignf.c
+++ b/lib/msun/src/s_copysignf.c
@@ -26,7 +26,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math.h"
#include "math_private.h"
- float copysignf(float x, float y)
+float
+copysignf(float x, float y)
{
u_int32_t ix,iy;
GET_FLOAT_WORD(ix,x);
diff --git a/lib/msun/src/s_cos.c b/lib/msun/src/s_cos.c
index 4ed9bbc..f8cd9c9 100644
--- a/lib/msun/src/s_cos.c
+++ b/lib/msun/src/s_cos.c
@@ -48,7 +48,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math.h"
#include "math_private.h"
- double __generic_cos(double x)
+double
+__generic_cos(double x)
{
double y[2],z=0.0;
int32_t n, ix;
diff --git a/lib/msun/src/s_cosf.c b/lib/msun/src/s_cosf.c
index 4c551c3..18e0299 100644
--- a/lib/msun/src/s_cosf.c
+++ b/lib/msun/src/s_cosf.c
@@ -22,7 +22,8 @@ static char rcsid[] = "$FreeBSD$";
static const float one=1.0;
- float cosf(float x)
+float
+cosf(float x)
{
float y[2],z=0.0;
int32_t n,ix;
diff --git a/lib/msun/src/s_erf.c b/lib/msun/src/s_erf.c
index ee6bb79..8461425 100644
--- a/lib/msun/src/s_erf.c
+++ b/lib/msun/src/s_erf.c
@@ -187,7 +187,8 @@ sb5 = 2.55305040643316442583e+03, /* 0x40A3F219, 0xCEDF3BE6 */
sb6 = 4.74528541206955367215e+02, /* 0x407DA874, 0xE79FE763 */
sb7 = -2.24409524465858183362e+01; /* 0xC03670E2, 0x42712D62 */
- double erf(double x)
+double
+erf(double x)
{
int32_t hx,ix,i;
double R,S,P,Q,s,y,z,r;
@@ -238,7 +239,8 @@ sb7 = -2.24409524465858183362e+01; /* 0xC03670E2, 0x42712D62 */
if(hx>=0) return one-r/x; else return r/x-one;
}
- double erfc(double x)
+double
+erfc(double x)
{
int32_t hx,ix;
double R,S,P,Q,s,y,z,r;
diff --git a/lib/msun/src/s_erff.c b/lib/msun/src/s_erff.c
index 15d7be0..6bb24cf 100644
--- a/lib/msun/src/s_erff.c
+++ b/lib/msun/src/s_erff.c
@@ -95,7 +95,8 @@ sb5 = 2.5530502930e+03, /* 0x451f90ce */
sb6 = 4.7452853394e+02, /* 0x43ed43a7 */
sb7 = -2.2440952301e+01; /* 0xc1b38712 */
- float erff(float x)
+float
+erff(float x)
{
int32_t hx,ix,i;
float R,S,P,Q,s,y,z,r;
@@ -147,7 +148,8 @@ sb7 = -2.2440952301e+01; /* 0xc1b38712 */
if(hx>=0) return one-r/x; else return r/x-one;
}
- float erfcf(float x)
+float
+erfcf(float x)
{
int32_t hx,ix;
float R,S,P,Q,s,y,z,r;
diff --git a/lib/msun/src/s_expm1.c b/lib/msun/src/s_expm1.c
index cfe8584..1bf4aa6 100644
--- a/lib/msun/src/s_expm1.c
+++ b/lib/msun/src/s_expm1.c
@@ -127,7 +127,8 @@ Q3 = -7.93650757867487942473e-05, /* BF14CE19 9EAADBB7 */
Q4 = 4.00821782732936239552e-06, /* 3ED0CFCA 86E65239 */
Q5 = -2.01099218183624371326e-07; /* BE8AFDB7 6E09C32D */
- double expm1(double x)
+double
+expm1(double x)
{
double y,hi,lo,c,t,e,hxs,hfx,r1;
int32_t k,xsb;
diff --git a/lib/msun/src/s_expm1f.c b/lib/msun/src/s_expm1f.c
index 6ea4c5c..f8191b2 100644
--- a/lib/msun/src/s_expm1f.c
+++ b/lib/msun/src/s_expm1f.c
@@ -35,7 +35,8 @@ Q3 = -7.9365076090e-05, /* 0xb8a670cd */
Q4 = 4.0082177293e-06, /* 0x36867e54 */
Q5 = -2.0109921195e-07; /* 0xb457edbb */
- float expm1f(float x)
+float
+expm1f(float x)
{
float y,hi,lo,c,t,e,hxs,hfx,r1;
int32_t k,xsb;
diff --git a/lib/msun/src/s_fabs.c b/lib/msun/src/s_fabs.c
index 675e8d8..15529e5 100644
--- a/lib/msun/src/s_fabs.c
+++ b/lib/msun/src/s_fabs.c
@@ -21,7 +21,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math.h"
#include "math_private.h"
- double fabs(double x)
+double
+fabs(double x)
{
u_int32_t high;
GET_HIGH_WORD(high,x);
diff --git a/lib/msun/src/s_fabsf.c b/lib/msun/src/s_fabsf.c
index 7ecd3be..6b7d0a1 100644
--- a/lib/msun/src/s_fabsf.c
+++ b/lib/msun/src/s_fabsf.c
@@ -24,7 +24,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math.h"
#include "math_private.h"
- float fabsf(float x)
+float
+fabsf(float x)
{
u_int32_t ix;
GET_FLOAT_WORD(ix,x);
diff --git a/lib/msun/src/s_floor.c b/lib/msun/src/s_floor.c
index aca90ea..4dd8553 100644
--- a/lib/msun/src/s_floor.c
+++ b/lib/msun/src/s_floor.c
@@ -28,7 +28,8 @@ static char rcsid[] = "$FreeBSD$";
static const double huge = 1.0e300;
- double __generic_floor(double x)
+double
+__generic_floor(double x)
{
int32_t i0,i1,j0;
u_int32_t i,j;
diff --git a/lib/msun/src/s_floorf.c b/lib/msun/src/s_floorf.c
index 5392161..d4bb6c5 100644
--- a/lib/msun/src/s_floorf.c
+++ b/lib/msun/src/s_floorf.c
@@ -31,7 +31,8 @@ static char rcsid[] = "$FreeBSD$";
static const float huge = 1.0e30;
- float floorf(float x)
+float
+floorf(float x)
{
int32_t i0,j0;
u_int32_t i;
diff --git a/lib/msun/src/s_frexp.c b/lib/msun/src/s_frexp.c
index d3ce446..eeb70d9 100644
--- a/lib/msun/src/s_frexp.c
+++ b/lib/msun/src/s_frexp.c
@@ -30,7 +30,8 @@ static char rcsid[] = "$FreeBSD$";
static const double
two54 = 1.80143985094819840000e+16; /* 0x43500000, 0x00000000 */
- double frexp(double x, int *eptr)
+double
+frexp(double x, int *eptr)
{
int32_t hx, ix, lx;
EXTRACT_WORDS(hx,lx,x);
diff --git a/lib/msun/src/s_frexpf.c b/lib/msun/src/s_frexpf.c
index 823889a..1952836 100644
--- a/lib/msun/src/s_frexpf.c
+++ b/lib/msun/src/s_frexpf.c
@@ -23,7 +23,8 @@ static char rcsid[] = "$FreeBSD$";
static const float
two25 = 3.3554432000e+07; /* 0x4c000000 */
- float frexpf(float x, int *eptr)
+float
+frexpf(float x, int *eptr)
{
int32_t hx,ix;
GET_FLOAT_WORD(hx,x);
diff --git a/lib/msun/src/s_ldexp.c b/lib/msun/src/s_ldexp.c
index f0719fb..9dbffc0 100644
--- a/lib/msun/src/s_ldexp.c
+++ b/lib/msun/src/s_ldexp.c
@@ -18,7 +18,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math_private.h"
#include <errno.h>
- double ldexp(double value, int exp)
+double
+ldexp(double value, int exp)
{
if(!finite(value)||value==0.0) return value;
value = scalbn(value,exp);
diff --git a/lib/msun/src/s_ldexpf.c b/lib/msun/src/s_ldexpf.c
index c2352e0..3b57da54 100644
--- a/lib/msun/src/s_ldexpf.c
+++ b/lib/msun/src/s_ldexpf.c
@@ -21,7 +21,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math_private.h"
#include <errno.h>
- float ldexpf(float value, int exp)
+float
+ldexpf(float value, int exp)
{
if(!finitef(value)||value==(float)0.0) return value;
value = scalbnf(value,exp);
diff --git a/lib/msun/src/s_log1p.c b/lib/msun/src/s_log1p.c
index 18cc8f8..4ce4c3a 100644
--- a/lib/msun/src/s_log1p.c
+++ b/lib/msun/src/s_log1p.c
@@ -96,7 +96,8 @@ Lp7 = 1.479819860511658591e-01; /* 3FC2F112 DF3E5244 */
static const double zero = 0.0;
- double log1p(double x)
+double
+log1p(double x)
{
double hfsq,f,c,s,z,R,u;
int32_t k,hx,hu,ax;
diff --git a/lib/msun/src/s_log1pf.c b/lib/msun/src/s_log1pf.c
index c25d930..c2f01c7 100644
--- a/lib/msun/src/s_log1pf.c
+++ b/lib/msun/src/s_log1pf.c
@@ -34,7 +34,8 @@ Lp7 = 1.4798198640e-01; /* 3E178897 */
static const float zero = 0.0;
- float log1pf(float x)
+float
+log1pf(float x)
{
float hfsq,f,c,s,z,R,u;
int32_t k,hx,hu,ax;
diff --git a/lib/msun/src/s_logb.c b/lib/msun/src/s_logb.c
index e895abc..62d6de9 100644
--- a/lib/msun/src/s_logb.c
+++ b/lib/msun/src/s_logb.c
@@ -23,7 +23,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math.h"
#include "math_private.h"
- double __generic_logb(double x)
+double
+__generic_logb(double x)
{
int32_t lx,ix;
EXTRACT_WORDS(ix,lx,x);
diff --git a/lib/msun/src/s_logbf.c b/lib/msun/src/s_logbf.c
index f8c29ef..e673d96 100644
--- a/lib/msun/src/s_logbf.c
+++ b/lib/msun/src/s_logbf.c
@@ -20,7 +20,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math.h"
#include "math_private.h"
- float logbf(float x)
+float
+logbf(float x)
{
int32_t ix;
GET_FLOAT_WORD(ix,x);
diff --git a/lib/msun/src/s_modf.c b/lib/msun/src/s_modf.c
index 1adfc3f..8cfe568 100644
--- a/lib/msun/src/s_modf.c
+++ b/lib/msun/src/s_modf.c
@@ -29,7 +29,8 @@ static char rcsid[] = "$FreeBSD$";
static const double one = 1.0;
- double modf(double x, double *iptr)
+double
+modf(double x, double *iptr)
{
int32_t i0,i1,j0;
u_int32_t i;
diff --git a/lib/msun/src/s_modff.c b/lib/msun/src/s_modff.c
index 2d165f6..69b64e9 100644
--- a/lib/msun/src/s_modff.c
+++ b/lib/msun/src/s_modff.c
@@ -22,7 +22,8 @@ static char rcsid[] = "$FreeBSD$";
static const float one = 1.0;
- float modff(float x, float *iptr)
+float
+modff(float x, float *iptr)
{
int32_t i0,j0;
u_int32_t i;
diff --git a/lib/msun/src/s_nextafter.c b/lib/msun/src/s_nextafter.c
index a6f78eb..f8f15fe 100644
--- a/lib/msun/src/s_nextafter.c
+++ b/lib/msun/src/s_nextafter.c
@@ -24,7 +24,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math.h"
#include "math_private.h"
- double nextafter(double x, double y)
+double
+nextafter(double x, double y)
{
int32_t hx,hy,ix,iy;
u_int32_t lx,ly;
diff --git a/lib/msun/src/s_nextafterf.c b/lib/msun/src/s_nextafterf.c
index 67dbaa6..d7cf1ab 100644
--- a/lib/msun/src/s_nextafterf.c
+++ b/lib/msun/src/s_nextafterf.c
@@ -20,7 +20,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math.h"
#include "math_private.h"
- float nextafterf(float x, float y)
+float
+nextafterf(float x, float y)
{
int32_t hx,hy,ix,iy;
diff --git a/lib/msun/src/s_rint.c b/lib/msun/src/s_rint.c
index 88932ec..1620372 100644
--- a/lib/msun/src/s_rint.c
+++ b/lib/msun/src/s_rint.c
@@ -40,7 +40,8 @@ TWO52[2]={
-4.50359962737049600000e+15, /* 0xC3300000, 0x00000000 */
};
- double __generic_rint(double x)
+double
+__generic_rint(double x)
{
int32_t i0,j0,sx;
u_int32_t i,i1;
diff --git a/lib/msun/src/s_rintf.c b/lib/msun/src/s_rintf.c
index ae7ccc0..591bbe9 100644
--- a/lib/msun/src/s_rintf.c
+++ b/lib/msun/src/s_rintf.c
@@ -32,7 +32,8 @@ TWO23[2]={
-8.3886080000e+06, /* 0xcb000000 */
};
- float rintf(float x)
+float
+rintf(float x)
{
int32_t i0,j0,sx;
u_int32_t i,i1;
diff --git a/lib/msun/src/s_scalbn.c b/lib/msun/src/s_scalbn.c
index 491e44c..667634e 100644
--- a/lib/msun/src/s_scalbn.c
+++ b/lib/msun/src/s_scalbn.c
@@ -30,7 +30,8 @@ twom54 = 5.55111512312578270212e-17, /* 0x3C900000, 0x00000000 */
huge = 1.0e+300,
tiny = 1.0e-300;
- double __generic_scalbn (double x, int n)
+double
+__generic_scalbn (double x, int n)
{
int32_t k,hx,lx;
EXTRACT_WORDS(hx,lx,x);
diff --git a/lib/msun/src/s_scalbnf.c b/lib/msun/src/s_scalbnf.c
index 562e395..b0e2079 100644
--- a/lib/msun/src/s_scalbnf.c
+++ b/lib/msun/src/s_scalbnf.c
@@ -26,7 +26,8 @@ twom25 = 2.9802322388e-08, /* 0x33000000 */
huge = 1.0e+30,
tiny = 1.0e-30;
- float scalbnf (float x, int n)
+float
+scalbnf (float x, int n)
{
int32_t k,ix;
GET_FLOAT_WORD(ix,x);
diff --git a/lib/msun/src/s_significand.c b/lib/msun/src/s_significand.c
index a3707ea..8e4952d 100644
--- a/lib/msun/src/s_significand.c
+++ b/lib/msun/src/s_significand.c
@@ -23,7 +23,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math.h"
#include "math_private.h"
- double __generic_significand(double x)
+double
+__generic_significand(double x)
{
return __ieee754_scalb(x,(double) -ilogb(x));
}
diff --git a/lib/msun/src/s_significandf.c b/lib/msun/src/s_significandf.c
index 10d8902..c11a089 100644
--- a/lib/msun/src/s_significandf.c
+++ b/lib/msun/src/s_significandf.c
@@ -20,7 +20,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math.h"
#include "math_private.h"
- float significandf(float x)
+float
+significandf(float x)
{
return __ieee754_scalbf(x,(float) -ilogbf(x));
}
diff --git a/lib/msun/src/s_sin.c b/lib/msun/src/s_sin.c
index 69df527..3a26af3 100644
--- a/lib/msun/src/s_sin.c
+++ b/lib/msun/src/s_sin.c
@@ -48,7 +48,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math.h"
#include "math_private.h"
- double __generic_sin(double x)
+double
+__generic_sin(double x)
{
double y[2],z=0.0;
int32_t n, ix;
diff --git a/lib/msun/src/s_sinf.c b/lib/msun/src/s_sinf.c
index 9e1573f..8ea9e55 100644
--- a/lib/msun/src/s_sinf.c
+++ b/lib/msun/src/s_sinf.c
@@ -20,7 +20,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math.h"
#include "math_private.h"
- float sinf(float x)
+float
+sinf(float x)
{
float y[2],z=0.0;
int32_t n, ix;
diff --git a/lib/msun/src/s_tan.c b/lib/msun/src/s_tan.c
index 1e5c6a0..4ff902a 100644
--- a/lib/msun/src/s_tan.c
+++ b/lib/msun/src/s_tan.c
@@ -47,7 +47,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math.h"
#include "math_private.h"
- double __generic_tan(double x)
+double
+__generic_tan(double x)
{
double y[2],z=0.0;
int32_t n, ix;
diff --git a/lib/msun/src/s_tanf.c b/lib/msun/src/s_tanf.c
index da3dfd5..c81caaf 100644
--- a/lib/msun/src/s_tanf.c
+++ b/lib/msun/src/s_tanf.c
@@ -20,7 +20,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math.h"
#include "math_private.h"
- float tanf(float x)
+float
+tanf(float x)
{
float y[2],z=0.0;
int32_t n, ix;
diff --git a/lib/msun/src/s_tanh.c b/lib/msun/src/s_tanh.c
index 01b4f61..e3bbf47 100644
--- a/lib/msun/src/s_tanh.c
+++ b/lib/msun/src/s_tanh.c
@@ -43,7 +43,8 @@ static char rcsid[] = "$FreeBSD$";
static const double one=1.0, two=2.0, tiny = 1.0e-300;
- double tanh(double x)
+double
+tanh(double x)
{
double t,z;
int32_t jx,ix;
diff --git a/lib/msun/src/s_tanhf.c b/lib/msun/src/s_tanhf.c
index 5cad6ad..74cb2db 100644
--- a/lib/msun/src/s_tanhf.c
+++ b/lib/msun/src/s_tanhf.c
@@ -22,7 +22,8 @@ static char rcsid[] = "$FreeBSD$";
static const float one=1.0, two=2.0, tiny = 1.0e-30;
- float tanhf(float x)
+float
+tanhf(float x)
{
float t,z;
int32_t jx,ix;
diff --git a/lib/msun/src/w_acos.c b/lib/msun/src/w_acos.c
index 5b1d1ba..99bdcf1 100644
--- a/lib/msun/src/w_acos.c
+++ b/lib/msun/src/w_acos.c
@@ -22,7 +22,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math_private.h"
- double acos(double x) /* wrapper acos */
+double
+acos(double x) /* wrapper acos */
{
#ifdef _IEEE_LIBM
return __ieee754_acos(x);
diff --git a/lib/msun/src/w_acosf.c b/lib/msun/src/w_acosf.c
index 8a1b97a..56bb1de 100644
--- a/lib/msun/src/w_acosf.c
+++ b/lib/msun/src/w_acosf.c
@@ -25,7 +25,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math_private.h"
- float acosf(float x) /* wrapper acosf */
+float
+acosf(float x) /* wrapper acosf */
{
#ifdef _IEEE_LIBM
return __ieee754_acosf(x);
diff --git a/lib/msun/src/w_acosh.c b/lib/msun/src/w_acosh.c
index 53514fd..1b783e2 100644
--- a/lib/msun/src/w_acosh.c
+++ b/lib/msun/src/w_acosh.c
@@ -21,7 +21,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math.h"
#include "math_private.h"
- double acosh(double x) /* wrapper acosh */
+double
+acosh(double x) /* wrapper acosh */
{
#ifdef _IEEE_LIBM
return __ieee754_acosh(x);
diff --git a/lib/msun/src/w_acoshf.c b/lib/msun/src/w_acoshf.c
index 7ef602c..4b88284 100644
--- a/lib/msun/src/w_acoshf.c
+++ b/lib/msun/src/w_acoshf.c
@@ -25,7 +25,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math.h"
#include "math_private.h"
- float acoshf(float x) /* wrapper acoshf */
+float
+acoshf(float x) /* wrapper acoshf */
{
#ifdef _IEEE_LIBM
return __ieee754_acoshf(x);
diff --git a/lib/msun/src/w_asin.c b/lib/msun/src/w_asin.c
index ef109b2..2c9491b 100644
--- a/lib/msun/src/w_asin.c
+++ b/lib/msun/src/w_asin.c
@@ -23,7 +23,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math_private.h"
- double asin(double x) /* wrapper asin */
+double
+asin(double x) /* wrapper asin */
{
#ifdef _IEEE_LIBM
return __ieee754_asin(x);
diff --git a/lib/msun/src/w_asinf.c b/lib/msun/src/w_asinf.c
index 5c0e367..f3e65d8 100644
--- a/lib/msun/src/w_asinf.c
+++ b/lib/msun/src/w_asinf.c
@@ -26,7 +26,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math_private.h"
- float asinf(float x) /* wrapper asinf */
+float
+asinf(float x) /* wrapper asinf */
{
#ifdef _IEEE_LIBM
return __ieee754_asinf(x);
diff --git a/lib/msun/src/w_atan2.c b/lib/msun/src/w_atan2.c
index d2e9da4..22fd791 100644
--- a/lib/msun/src/w_atan2.c
+++ b/lib/msun/src/w_atan2.c
@@ -22,7 +22,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math_private.h"
- double atan2(double y, double x) /* wrapper atan2 */
+double
+atan2(double y, double x) /* wrapper atan2 */
{
#ifdef _IEEE_LIBM
return __ieee754_atan2(y,x);
diff --git a/lib/msun/src/w_atan2f.c b/lib/msun/src/w_atan2f.c
index a4a258d..7b10abf 100644
--- a/lib/msun/src/w_atan2f.c
+++ b/lib/msun/src/w_atan2f.c
@@ -25,7 +25,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math_private.h"
- float atan2f(float y, float x) /* wrapper atan2f */
+float
+atan2f(float y, float x) /* wrapper atan2f */
{
#ifdef _IEEE_LIBM
return __ieee754_atan2f(y,x);
diff --git a/lib/msun/src/w_atanh.c b/lib/msun/src/w_atanh.c
index 58728b0..f9e26cf 100644
--- a/lib/msun/src/w_atanh.c
+++ b/lib/msun/src/w_atanh.c
@@ -22,7 +22,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math_private.h"
- double atanh(double x) /* wrapper atanh */
+double
+atanh(double x) /* wrapper atanh */
{
#ifdef _IEEE_LIBM
return __ieee754_atanh(x);
diff --git a/lib/msun/src/w_atanhf.c b/lib/msun/src/w_atanhf.c
index 39991e0..12165b4 100644
--- a/lib/msun/src/w_atanhf.c
+++ b/lib/msun/src/w_atanhf.c
@@ -25,7 +25,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math_private.h"
- float atanhf(float x) /* wrapper atanhf */
+float
+atanhf(float x) /* wrapper atanhf */
{
#ifdef _IEEE_LIBM
return __ieee754_atanhf(x);
diff --git a/lib/msun/src/w_cosh.c b/lib/msun/src/w_cosh.c
index c5164d9..c54e441 100644
--- a/lib/msun/src/w_cosh.c
+++ b/lib/msun/src/w_cosh.c
@@ -21,7 +21,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math.h"
#include "math_private.h"
- double cosh(double x) /* wrapper cosh */
+double
+cosh(double x) /* wrapper cosh */
{
#ifdef _IEEE_LIBM
return __ieee754_cosh(x);
diff --git a/lib/msun/src/w_coshf.c b/lib/msun/src/w_coshf.c
index 1c0d5a2..46952ca 100644
--- a/lib/msun/src/w_coshf.c
+++ b/lib/msun/src/w_coshf.c
@@ -24,7 +24,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math.h"
#include "math_private.h"
- float coshf(float x) /* wrapper coshf */
+float
+coshf(float x) /* wrapper coshf */
{
#ifdef _IEEE_LIBM
return __ieee754_coshf(x);
diff --git a/lib/msun/src/w_exp.c b/lib/msun/src/w_exp.c
index 8a1186d..f175997 100644
--- a/lib/msun/src/w_exp.c
+++ b/lib/msun/src/w_exp.c
@@ -25,7 +25,8 @@ static const double
o_threshold= 7.09782712893383973096e+02, /* 0x40862E42, 0xFEFA39EF */
u_threshold= -7.45133219101941108420e+02; /* 0xc0874910, 0xD52D3051 */
- double exp(double x) /* wrapper exp */
+double
+exp(double x) /* wrapper exp */
{
#ifdef _IEEE_LIBM
return __ieee754_exp(x);
diff --git a/lib/msun/src/w_expf.c b/lib/msun/src/w_expf.c
index 4a239ad..826b234 100644
--- a/lib/msun/src/w_expf.c
+++ b/lib/msun/src/w_expf.c
@@ -28,7 +28,8 @@ static const float
o_threshold= 8.8721679688e+01, /* 0x42b17180 */
u_threshold= -1.0397208405e+02; /* 0xc2cff1b5 */
- float expf(float x) /* wrapper expf */
+float
+expf(float x) /* wrapper expf */
{
#ifdef _IEEE_LIBM
return __ieee754_expf(x);
diff --git a/lib/msun/src/w_fmod.c b/lib/msun/src/w_fmod.c
index 4c1c960..788f10c 100644
--- a/lib/msun/src/w_fmod.c
+++ b/lib/msun/src/w_fmod.c
@@ -22,7 +22,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math_private.h"
- double fmod(double x, double y) /* wrapper fmod */
+double
+fmod(double x, double y) /* wrapper fmod */
{
#ifdef _IEEE_LIBM
return __ieee754_fmod(x,y);
diff --git a/lib/msun/src/w_fmodf.c b/lib/msun/src/w_fmodf.c
index 308e31d..5caa674 100644
--- a/lib/msun/src/w_fmodf.c
+++ b/lib/msun/src/w_fmodf.c
@@ -25,7 +25,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math_private.h"
- float fmodf(float x, float y) /* wrapper fmodf */
+float
+fmodf(float x, float y) /* wrapper fmodf */
{
#ifdef _IEEE_LIBM
return __ieee754_fmodf(x,y);
diff --git a/lib/msun/src/w_gamma.c b/lib/msun/src/w_gamma.c
index 25a7fdc..eeee1e7 100644
--- a/lib/msun/src/w_gamma.c
+++ b/lib/msun/src/w_gamma.c
@@ -25,7 +25,8 @@ static char rcsid[] = "$FreeBSD$";
extern int signgam;
- double gamma(double x)
+double
+gamma(double x)
{
#ifdef _IEEE_LIBM
return __ieee754_gamma_r(x,&signgam);
diff --git a/lib/msun/src/w_gamma_r.c b/lib/msun/src/w_gamma_r.c
index 6c8e6b4..be7b98c 100644
--- a/lib/msun/src/w_gamma_r.c
+++ b/lib/msun/src/w_gamma_r.c
@@ -22,7 +22,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math_private.h"
- double gamma_r(double x, int *signgamp) /* wrapper lgamma_r */
+double
+gamma_r(double x, int *signgamp) /* wrapper lgamma_r */
{
#ifdef _IEEE_LIBM
return __ieee754_gamma_r(x,signgamp);
diff --git a/lib/msun/src/w_gammaf.c b/lib/msun/src/w_gammaf.c
index 89f8abc..a82c25b 100644
--- a/lib/msun/src/w_gammaf.c
+++ b/lib/msun/src/w_gammaf.c
@@ -22,7 +22,8 @@ static char rcsid[] = "$FreeBSD$";
extern int signgam;
- float gammaf(float x)
+float
+gammaf(float x)
{
#ifdef _IEEE_LIBM
return __ieee754_gammaf_r(x,&signgam);
diff --git a/lib/msun/src/w_gammaf_r.c b/lib/msun/src/w_gammaf_r.c
index 2fdf115..6df7e83 100644
--- a/lib/msun/src/w_gammaf_r.c
+++ b/lib/msun/src/w_gammaf_r.c
@@ -25,7 +25,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math_private.h"
- float gammaf_r(float x, int *signgamp) /* wrapper lgammaf_r */
+float
+gammaf_r(float x, int *signgamp) /* wrapper lgammaf_r */
{
#ifdef _IEEE_LIBM
return __ieee754_gammaf_r(x,signgamp);
diff --git a/lib/msun/src/w_hypot.c b/lib/msun/src/w_hypot.c
index 70715e8..9d03c84 100644
--- a/lib/msun/src/w_hypot.c
+++ b/lib/msun/src/w_hypot.c
@@ -22,7 +22,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math_private.h"
- double hypot(double x, double y)/* wrapper hypot */
+double
+hypot(double x, double y)/* wrapper hypot */
{
#ifdef _IEEE_LIBM
return __ieee754_hypot(x,y);
diff --git a/lib/msun/src/w_hypotf.c b/lib/msun/src/w_hypotf.c
index 893482c..c63146f 100644
--- a/lib/msun/src/w_hypotf.c
+++ b/lib/msun/src/w_hypotf.c
@@ -25,7 +25,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math_private.h"
- float hypotf(float x, float y) /* wrapper hypotf */
+float
+hypotf(float x, float y) /* wrapper hypotf */
{
#ifdef _IEEE_LIBM
return __ieee754_hypotf(x,y);
diff --git a/lib/msun/src/w_j0.c b/lib/msun/src/w_j0.c
index c0e5a02..24df31c 100644
--- a/lib/msun/src/w_j0.c
+++ b/lib/msun/src/w_j0.c
@@ -21,7 +21,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math.h"
#include "math_private.h"
- double j0(double x) /* wrapper j0 */
+double
+j0(double x) /* wrapper j0 */
{
#ifdef _IEEE_LIBM
return __ieee754_j0(x);
diff --git a/lib/msun/src/w_j0f.c b/lib/msun/src/w_j0f.c
index 34c114d..8530626 100644
--- a/lib/msun/src/w_j0f.c
+++ b/lib/msun/src/w_j0f.c
@@ -24,7 +24,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math.h"
#include "math_private.h"
- float j0f(float x) /* wrapper j0f */
+float
+j0f(float x) /* wrapper j0f */
{
#ifdef _IEEE_LIBM
return __ieee754_j0f(x);
diff --git a/lib/msun/src/w_j1.c b/lib/msun/src/w_j1.c
index 39066d1..aab8e68 100644
--- a/lib/msun/src/w_j1.c
+++ b/lib/msun/src/w_j1.c
@@ -21,7 +21,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math.h"
#include "math_private.h"
- double j1(double x) /* wrapper j1 */
+double
+j1(double x) /* wrapper j1 */
{
#ifdef _IEEE_LIBM
return __ieee754_j1(x);
diff --git a/lib/msun/src/w_j1f.c b/lib/msun/src/w_j1f.c
index d379a5a..74c8714 100644
--- a/lib/msun/src/w_j1f.c
+++ b/lib/msun/src/w_j1f.c
@@ -24,7 +24,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math.h"
#include "math_private.h"
- float j1f(float x) /* wrapper j1f */
+float
+j1f(float x) /* wrapper j1f */
{
#ifdef _IEEE_LIBM
return __ieee754_j1f(x);
diff --git a/lib/msun/src/w_jn.c b/lib/msun/src/w_jn.c
index 0c90017..4094892 100644
--- a/lib/msun/src/w_jn.c
+++ b/lib/msun/src/w_jn.c
@@ -21,7 +21,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math.h"
#include "math_private.h"
- double jn(int n, double x) /* wrapper jn */
+double
+jn(int n, double x) /* wrapper jn */
{
#ifdef _IEEE_LIBM
return __ieee754_jn(n,x);
diff --git a/lib/msun/src/w_jnf.c b/lib/msun/src/w_jnf.c
index e54cbac..1c75514 100644
--- a/lib/msun/src/w_jnf.c
+++ b/lib/msun/src/w_jnf.c
@@ -20,7 +20,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math.h"
#include "math_private.h"
- float jnf(int n, float x) /* wrapper jnf */
+float
+jnf(int n, float x) /* wrapper jnf */
{
#ifdef _IEEE_LIBM
return __ieee754_jnf(n,x);
diff --git a/lib/msun/src/w_lgamma.c b/lib/msun/src/w_lgamma.c
index 8d68c9a..b98cfde 100644
--- a/lib/msun/src/w_lgamma.c
+++ b/lib/msun/src/w_lgamma.c
@@ -25,7 +25,8 @@ static char rcsid[] = "$FreeBSD$";
extern int signgam;
- double lgamma(double x)
+double
+lgamma(double x)
{
#ifdef _IEEE_LIBM
return __ieee754_lgamma_r(x,&signgam);
diff --git a/lib/msun/src/w_lgamma_r.c b/lib/msun/src/w_lgamma_r.c
index 6e01a16..34a69d8 100644
--- a/lib/msun/src/w_lgamma_r.c
+++ b/lib/msun/src/w_lgamma_r.c
@@ -22,7 +22,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math_private.h"
- double lgamma_r(double x, int *signgamp) /* wrapper lgamma_r */
+double
+lgamma_r(double x, int *signgamp) /* wrapper lgamma_r */
{
#ifdef _IEEE_LIBM
return __ieee754_lgamma_r(x,signgamp);
diff --git a/lib/msun/src/w_lgammaf.c b/lib/msun/src/w_lgammaf.c
index f738673..0bfd317 100644
--- a/lib/msun/src/w_lgammaf.c
+++ b/lib/msun/src/w_lgammaf.c
@@ -22,7 +22,8 @@ static char rcsid[] = "$FreeBSD$";
extern int signgam;
- float lgammaf(float x)
+float
+lgammaf(float x)
{
#ifdef _IEEE_LIBM
return __ieee754_lgammaf_r(x,&signgam);
diff --git a/lib/msun/src/w_lgammaf_r.c b/lib/msun/src/w_lgammaf_r.c
index e21d915..a10328d 100644
--- a/lib/msun/src/w_lgammaf_r.c
+++ b/lib/msun/src/w_lgammaf_r.c
@@ -25,7 +25,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math_private.h"
- float lgammaf_r(float x, int *signgamp) /* wrapper lgammaf_r */
+float
+lgammaf_r(float x, int *signgamp) /* wrapper lgammaf_r */
{
#ifdef _IEEE_LIBM
return __ieee754_lgammaf_r(x,signgamp);
diff --git a/lib/msun/src/w_log.c b/lib/msun/src/w_log.c
index 2e48d2e..7ee59ea 100644
--- a/lib/msun/src/w_log.c
+++ b/lib/msun/src/w_log.c
@@ -22,7 +22,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math_private.h"
- double log(double x) /* wrapper log */
+double
+log(double x) /* wrapper log */
{
#ifdef _IEEE_LIBM
return __ieee754_log(x);
diff --git a/lib/msun/src/w_log10.c b/lib/msun/src/w_log10.c
index 0b42d3f..f48ad9d 100644
--- a/lib/msun/src/w_log10.c
+++ b/lib/msun/src/w_log10.c
@@ -22,7 +22,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math_private.h"
- double log10(double x) /* wrapper log10 */
+double
+log10(double x) /* wrapper log10 */
{
#ifdef _IEEE_LIBM
return __ieee754_log10(x);
diff --git a/lib/msun/src/w_log10f.c b/lib/msun/src/w_log10f.c
index 688ecac..f25ffd0 100644
--- a/lib/msun/src/w_log10f.c
+++ b/lib/msun/src/w_log10f.c
@@ -25,7 +25,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math_private.h"
- float log10f(float x) /* wrapper log10f */
+float
+log10f(float x) /* wrapper log10f */
{
#ifdef _IEEE_LIBM
return __ieee754_log10f(x);
diff --git a/lib/msun/src/w_logf.c b/lib/msun/src/w_logf.c
index 73521d0..5a9af66 100644
--- a/lib/msun/src/w_logf.c
+++ b/lib/msun/src/w_logf.c
@@ -25,7 +25,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math_private.h"
- float logf(float x) /* wrapper logf */
+float
+logf(float x) /* wrapper logf */
{
#ifdef _IEEE_LIBM
return __ieee754_logf(x);
diff --git a/lib/msun/src/w_powf.c b/lib/msun/src/w_powf.c
index 4af2abd..1ab76a4 100644
--- a/lib/msun/src/w_powf.c
+++ b/lib/msun/src/w_powf.c
@@ -25,7 +25,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math_private.h"
- float powf(float x, float y) /* wrapper powf */
+float
+powf(float x, float y) /* wrapper powf */
{
#ifdef _IEEE_LIBM
return __ieee754_powf(x,y);
diff --git a/lib/msun/src/w_remainder.c b/lib/msun/src/w_remainder.c
index 258d308..12f971f 100644
--- a/lib/msun/src/w_remainder.c
+++ b/lib/msun/src/w_remainder.c
@@ -21,7 +21,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math.h"
#include "math_private.h"
- double remainder(double x, double y) /* wrapper remainder */
+double
+remainder(double x, double y) /* wrapper remainder */
{
#ifdef _IEEE_LIBM
return __ieee754_remainder(x,y);
diff --git a/lib/msun/src/w_remainderf.c b/lib/msun/src/w_remainderf.c
index 043033b..ef5381d 100644
--- a/lib/msun/src/w_remainderf.c
+++ b/lib/msun/src/w_remainderf.c
@@ -24,7 +24,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math.h"
#include "math_private.h"
- float remainderf(float x, float y) /* wrapper remainder */
+float
+remainderf(float x, float y) /* wrapper remainder */
{
#ifdef _IEEE_LIBM
return __ieee754_remainderf(x,y);
diff --git a/lib/msun/src/w_scalb.c b/lib/msun/src/w_scalb.c
index b340eb1..6a20164 100644
--- a/lib/msun/src/w_scalb.c
+++ b/lib/msun/src/w_scalb.c
@@ -26,9 +26,11 @@ static char rcsid[] = "$FreeBSD$";
#include <errno.h>
#ifdef _SCALB_INT
- double scalb(double x, int fn) /* wrapper scalb */
+double
+scalb(double x, int fn) /* wrapper scalb */
#else
- double scalb(double x, double fn) /* wrapper scalb */
+double
+scalb(double x, double fn) /* wrapper scalb */
#endif
{
#ifdef _IEEE_LIBM
diff --git a/lib/msun/src/w_scalbf.c b/lib/msun/src/w_scalbf.c
index 1e19e24..2781833 100644
--- a/lib/msun/src/w_scalbf.c
+++ b/lib/msun/src/w_scalbf.c
@@ -29,9 +29,11 @@ static char rcsid[] = "$FreeBSD$";
#include <errno.h>
#ifdef _SCALB_INT
- float scalbf(float x, int fn) /* wrapper scalbf */
+float
+scalbf(float x, int fn) /* wrapper scalbf */
#else
- float scalbf(float x, float fn) /* wrapper scalbf */
+float
+scalbf(float x, float fn) /* wrapper scalbf */
#endif
{
#ifdef _IEEE_LIBM
diff --git a/lib/msun/src/w_sinh.c b/lib/msun/src/w_sinh.c
index a1d8b9e..ad3a0a4 100644
--- a/lib/msun/src/w_sinh.c
+++ b/lib/msun/src/w_sinh.c
@@ -21,7 +21,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math.h"
#include "math_private.h"
- double sinh(double x) /* wrapper sinh */
+double
+sinh(double x) /* wrapper sinh */
{
#ifdef _IEEE_LIBM
return __ieee754_sinh(x);
diff --git a/lib/msun/src/w_sinhf.c b/lib/msun/src/w_sinhf.c
index 4bf1955..1b3af08 100644
--- a/lib/msun/src/w_sinhf.c
+++ b/lib/msun/src/w_sinhf.c
@@ -24,7 +24,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math.h"
#include "math_private.h"
- float sinhf(float x) /* wrapper sinhf */
+float
+sinhf(float x) /* wrapper sinhf */
{
#ifdef _IEEE_LIBM
return __ieee754_sinhf(x);
diff --git a/lib/msun/src/w_sqrt.c b/lib/msun/src/w_sqrt.c
index 8ce64d7..008c88c 100644
--- a/lib/msun/src/w_sqrt.c
+++ b/lib/msun/src/w_sqrt.c
@@ -21,7 +21,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math.h"
#include "math_private.h"
- double sqrt(double x) /* wrapper sqrt */
+double
+sqrt(double x) /* wrapper sqrt */
{
#ifdef _IEEE_LIBM
return __ieee754_sqrt(x);
diff --git a/lib/msun/src/w_sqrtf.c b/lib/msun/src/w_sqrtf.c
index 57625f4..f497638 100644
--- a/lib/msun/src/w_sqrtf.c
+++ b/lib/msun/src/w_sqrtf.c
@@ -24,7 +24,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math.h"
#include "math_private.h"
- float sqrtf(float x) /* wrapper sqrtf */
+float
+sqrtf(float x) /* wrapper sqrtf */
{
#ifdef _IEEE_LIBM
return __ieee754_sqrtf(x);
diff --git a/lib/msun/src/w_y0.c b/lib/msun/src/w_y0.c
index ed5076f..2d28e1a 100644
--- a/lib/msun/src/w_y0.c
+++ b/lib/msun/src/w_y0.c
@@ -21,7 +21,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math.h"
#include "math_private.h"
- double y0(double x) /* wrapper y0 */
+double
+y0(double x) /* wrapper y0 */
{
#ifdef _IEEE_LIBM
return __ieee754_y0(x);
diff --git a/lib/msun/src/w_y0f.c b/lib/msun/src/w_y0f.c
index 1658aaa..bd4d2c7 100644
--- a/lib/msun/src/w_y0f.c
+++ b/lib/msun/src/w_y0f.c
@@ -24,7 +24,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math.h"
#include "math_private.h"
- float y0f(float x) /* wrapper y0f */
+float
+y0f(float x) /* wrapper y0f */
{
#ifdef _IEEE_LIBM
return __ieee754_y0f(x);
diff --git a/lib/msun/src/w_y1.c b/lib/msun/src/w_y1.c
index 2d94967..76bb3f0 100644
--- a/lib/msun/src/w_y1.c
+++ b/lib/msun/src/w_y1.c
@@ -21,7 +21,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math.h"
#include "math_private.h"
- double y1(double x) /* wrapper y1 */
+double
+y1(double x) /* wrapper y1 */
{
#ifdef _IEEE_LIBM
return __ieee754_y1(x);
diff --git a/lib/msun/src/w_y1f.c b/lib/msun/src/w_y1f.c
index dbd0751..7517039 100644
--- a/lib/msun/src/w_y1f.c
+++ b/lib/msun/src/w_y1f.c
@@ -24,7 +24,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math.h"
#include "math_private.h"
- float y1f(float x) /* wrapper y1f */
+float
+y1f(float x) /* wrapper y1f */
{
#ifdef _IEEE_LIBM
return __ieee754_y1f(x);
diff --git a/lib/msun/src/w_yn.c b/lib/msun/src/w_yn.c
index 12c3f40..ee5942e 100644
--- a/lib/msun/src/w_yn.c
+++ b/lib/msun/src/w_yn.c
@@ -21,7 +21,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math.h"
#include "math_private.h"
- double yn(int n, double x) /* wrapper yn */
+double
+yn(int n, double x) /* wrapper yn */
{
#ifdef _IEEE_LIBM
return __ieee754_yn(n,x);
diff --git a/lib/msun/src/w_ynf.c b/lib/msun/src/w_ynf.c
index bd4a09d..2dc3903 100644
--- a/lib/msun/src/w_ynf.c
+++ b/lib/msun/src/w_ynf.c
@@ -20,7 +20,8 @@ static char rcsid[] = "$FreeBSD$";
#include "math.h"
#include "math_private.h"
- float ynf(int n, float x) /* wrapper ynf */
+float
+ynf(int n, float x) /* wrapper ynf */
{
#ifdef _IEEE_LIBM
return __ieee754_ynf(n,x);
OpenPOWER on IntegriCloud