summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/e_expf.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun/src/e_expf.c')
-rw-r--r--lib/msun/src/e_expf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/msun/src/e_expf.c b/lib/msun/src/e_expf.c
index 19ff4ac..ed26578 100644
--- a/lib/msun/src/e_expf.c
+++ b/lib/msun/src/e_expf.c
@@ -14,7 +14,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: e_expf.c,v 1.1.1.1 1994/08/19 09:39:54 jkh Exp $";
+static char rcsid[] = "$Id: e_expf.c,v 1.2 1995/05/30 05:48:09 rgrimes Exp $";
#endif
#include "math.h"
@@ -49,8 +49,8 @@ P5 = 4.1381369442e-08; /* 0x3331bb4c */
float x;
#endif
{
- float y,hi,lo,c,t;
- int32_t k,xsb;
+ float y,hi=0.0,lo=0.0,c,t;
+ int32_t k=0,xsb;
u_int32_t hx;
GET_FLOAT_WORD(hx,x);
OpenPOWER on IntegriCloud