summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/e_j1f.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun/src/e_j1f.c')
-rw-r--r--lib/msun/src/e_j1f.c6
1 files changed, 4 insertions, 2 deletions
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;
OpenPOWER on IntegriCloud