25 static const float one = 1.0,
Zero[] = {0.0, -0.0,};
39 if(hy==0||(hx>=0x7f800000)||
48 for (ix = -126,i=(hx<<8); i>0; i<<=1) ix -=1;
49 }
else ix = (hx>>23)-127;
53 for (iy = -126,i=(hy<<8); i>=0; i<<=1) iy -=1;
54 }
else iy = (hy>>23)-127;
58 hx = 0x00800000|(0x007fffff&hx);
64 hy = 0x00800000|(0x007fffff&hy);
87 while(hx<0x00800000) {
92 hx = ((hx-0x00800000)|((iy+127)<<23));
#define SET_FLOAT_WORD(d, i)
#define GET_FLOAT_WORD(i, d)
float fmodf(float x, float y)