Home | History | Annotate | Download | only in src

Lines Matching defs:hx

39 	int32_t hx, lx, ix;
41 GET_HIGH_WORD(hx, x);
42 hx &= 0x7fffffff;
43 if (hx < 0x00100000) {
45 if ((hx | lx) == 0) {
49 if (hx == 0) {
52 for (ix = -1022, hx <<= 11; hx > 0; hx <<= 1) ix -= 1;
57 if (hx < 0x7ff00000) {
58 return (hx >> 20) - 1023;