Remove some unused variables.

Reported by:	Intel C Compiler
This commit is contained in:
David Schultz 2008-08-08 00:21:27 +00:00
parent 3ab696ac5b
commit 941ab616c7
4 changed files with 1 additions and 4 deletions

View File

@ -35,7 +35,7 @@ float
__ieee754_asinf(float x)
{
double s;
float t,w,p,q,c,r;
float t,w,p,q;
int32_t hx,ix;
GET_FLOAT_WORD(hx,x);
ix = hx&0x7fffffff;

View File

@ -20,7 +20,6 @@ __FBSDID("$FreeBSD$");
#include "math_private.h"
static const float
invsqrtpi= 5.6418961287e-01, /* 0x3f106ebb */
two = 2.0000000000e+00, /* 0x40000000 */
one = 1.0000000000e+00; /* 0x3F800000 */

View File

@ -39,7 +39,6 @@ __FBSDID("$FreeBSD$");
static const double
zero = 0.00000000000000000000e+00, /* 0x00000000, 0x00000000 */
half = 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */
two24 = 1.67772160000000000000e+07, /* 0x41700000, 0x00000000 */
invpio2 = 6.36619772367581382433e-01, /* 0x3FE45F30, 0x6DC9C883 */
pio2_1 = 1.57079632673412561417e+00, /* 0x3FF921FB, 0x54400000 */

View File

@ -36,7 +36,6 @@ __FBSDID("$FreeBSD$");
*/
static const double
half = 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */
invpio2 = 6.36619772367581382433e-01, /* 0x3FE45F30, 0x6DC9C883 */
pio2_1 = 1.57079631090164184570e+00, /* 0x3FF921FB, 0x50000000 */
pio2_1t = 1.58932547735281966916e-08; /* 0x3E5110b4, 0x611A6263 */