Lines Matching refs:iy
81 int i, j, nx, ny, ix, iy, iscale = 0; in hypot() local
86 iy = ((int *) &y)[HIWORD] & ~0x80000000; in hypot()
91 if (iy > ix) { in hypot()
95 ix = iy; in hypot()
96 iy = i; in hypot()
105 ny = iy >> 20; in hypot()
114 else if (((iy - 0x7ff00000) | ly) == 0) in hypot()
130 iy -= 768 << 20; in hypot()
138 if ((iy | ly) == 0) in hypot()
154 iy = ((int *) &ay)[HIWORD]; in hypot()
156 iy += 768 << 20; in hypot()
157 j = (ix >> 20) - (iy >> 20); in hypot()
194 ((int *) &yh)[HIWORD] = iy; in hypot()