Lines Matching defs:hx
28 int32_t hx,hp;32 GET_FLOAT_WORD(hx,x);34 sx = hx&0x80000000;36 hx &= 0x7fffffff;40 if((hx>=0x7f800000)|| /* x not finite */46 if ((hx-hp)==0) return zero*x;61 GET_FLOAT_WORD(hx,x);62 if ((hx&0x7fffffff)==0) hx = 0;63 SET_FLOAT_WORD(x,hx^sx);