Lines Matching defs:ahx
138 int hx, lx, hy, ly, ahx, ahy;
147 ahx = hx & ~0x80000000;
155 else if (ahx > 0x7fff0000 || (ahx == 0x7fff0000 && lx != 0) ||
197 if (((ahx - 0x3fff0000) | lx) == 0) {
204 } else if (ahx >= 0x3fff0000)
217 if (!((ahx | lx) == 0 || ((ahx - 0x7fff0000) | lx) ==
225 if (ahx == 0x7fff0000 || ahx == 0 || ahx == 0x3fff0000) {
231 if (ahx == 0x3fff0000 && yisint == 0)