Lines Matching refs:n0
68 int n0, n1, n2, n3; in hypotl() local
76 n0 = 0; in hypotl()
81 n0 = 3; in hypotl()
87 px[n0] &= 0x7fffffff; /* clear sign bit of x and y */ in hypotl()
88 py[n0] &= 0x7fffffff; in hypotl()
90 nx = px[n0] & k; /* exponent of x and y */ in hypotl()
91 ny = py[n0] & k; in hypotl()
107 pt1[n0] = px[n0]; in hypotl()
114 py1[n0] = py[n0]; in hypotl()
118 pt1[n0] = px[n0]; in hypotl()
146 px[n0] -= j; in hypotl()
147 py[n0] -= j; in hypotl()
148 pt1[n0] = nx; in hypotl()