Lines Matching defs:ny
72 int j, nx, ny, nz;
77 ny = py[2];
78 if (ny > nx) {
82 nz = ny;
83 ny = nx;
85 } /* force nx >= ny */
86 if (nx - ny >= 66)
88 if (nx < 0x5ff3 && ny > 0x205b) { /* medium x,y */
114 if (nx == k || ny == k) { /* x or y is INF or NaN */
115 /* since nx >= ny; nx is always k within this block */
118 else if (ny == k && py[1] == 0x80000000 && py[0] == 0)
123 if (ny == 0) {