summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/e_lgammaf_r.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun/src/e_lgammaf_r.c')
-rw-r--r--lib/msun/src/e_lgammaf_r.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/lib/msun/src/e_lgammaf_r.c b/lib/msun/src/e_lgammaf_r.c
index 0e57888..9ea94c1 100644
--- a/lib/msun/src/e_lgammaf_r.c
+++ b/lib/msun/src/e_lgammaf_r.c
@@ -20,11 +20,7 @@ static char rcsid[] = "$FreeBSD$";
#include "math.h"
#include "math_private.h"
-#ifdef __STDC__
static const float
-#else
-static float
-#endif
two23= 8.3886080000e+06, /* 0x4b000000 */
half= 5.0000000000e-01, /* 0x3f000000 */
one = 1.0000000000e+00, /* 0x3f800000 */
@@ -92,18 +88,9 @@ w4 = -5.9518753551e-04, /* 0xba1c065c */
w5 = 8.3633989561e-04, /* 0x3a5b3dd2 */
w6 = -1.6309292987e-03; /* 0xbad5c4e8 */
-#ifdef __STDC__
static const float zero= 0.0000000000e+00;
-#else
-static float zero= 0.0000000000e+00;
-#endif
-#ifdef __STDC__
static float sin_pif(float x)
-#else
- static float sin_pif(x)
- float x;
-#endif
{
float y,z;
int n,ix;
@@ -148,12 +135,7 @@ static float zero= 0.0000000000e+00;
}
-#ifdef __STDC__
float __ieee754_lgammaf_r(float x, int *signgamp)
-#else
- float __ieee754_lgammaf_r(x,signgamp)
- float x; int *signgamp;
-#endif
{
float t,y,z,nadj,p,p1,p2,p3,q,r,w;
int i,hx,ix;
OpenPOWER on IntegriCloud