Home | History | Annotate | Download | only in src

Lines Matching defs:hx

37 	int32_t hx,hp;
41 EXTRACT_WORDS(hx,lx,x);
43 sx = hx&0x80000000;
45 hx &= 0x7fffffff;
49 if((hx>=0x7ff00000)|| /* x not finite */
56 if (((hx-hp)|(lx-lp))==0) return zero*x;
71 GET_HIGH_WORD(hx,x);
72 if ((hx&0x7fffffff)==0) hx = 0;
73 SET_HIGH_WORD(x,hx^sx);