Searched defs:ny (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwrefresh.c82 int wy, wx, ny, nx, dx, value; local
96 for (wy = 0, ny = w->_begy; wy < w->_maxy; ++wy, ++ny) {
109 (void) __m_cc_erase(ns, ny, nx, ny, nx);
110 (void) __m_cc_erase(ns, ny, nx+dx-1, ny, nx+dx-1);
113 &ns->_line[ny][nx], &w->_line[wy][wx],
117 if (!ns->_line[ny][nx]._f) {
122 (void) __m_cc_erase(ns, ny,
[all...]
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwrefresh.c82 int wy, wx, ny, nx, dx, value; local
97 for (wy = 0, ny = w->_begy; wy < w->_maxy; ++wy, ++ny) {
111 (void) memcpy(&ns->_line[ny][nx], &w->_line[wy][wx],
115 if (ns->_first[ny] > nx)
116 ns->_first[ny] = (short) nx;
118 if (ns->_last[ny] < (nx + dx))
119 ns->_last[ny] = (short) (nx + dx);
121 if (!ns->_line[ny][nx]._f) {
127 (void) __m_cc_erase(ns, ny,
[all...]
H A Dmvcur.c487 mvcur(int oy, int ox, int ny, int nx) argument
489 return (__m_mvcur(oy, ox, ny, nx, __m_outc));
/illumos-gate/usr/src/lib/libm/common/C/
H A Dfmod.c46 int nd, k, ny; local
64 * ny = true exponent of y
69 ny = iy >> 52;
71 if (ny == 0) {
73 ny = 1;
75 ny -= 1;
78 nd = k - ny;
90 nd = k - ny;
111 ny -= 1;
114 ny
[all...]
H A Dhypot.c81 int i, j, nx, ny, ix, iy, iscale = 0; local
105 ny = iy >> 20;
106 j = nx - ny;
135 else if (ny < 0x23d) {
151 if (ny == 0) {
/illumos-gate/usr/src/lib/libm/common/LD/
H A Dhypotl.c72 int j, nx, ny, nz; local
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; n
[all...]
/illumos-gate/usr/src/lib/libm/common/R/
H A Dfmodf.c46 int hx, ix, iy, iz, k, ny, nd; local
65 * ny = exponent of y
69 ny = iy >> 23;
73 if (ny == 0) {
74 ny = 1;
76 ny -= 1;
79 nd = k - ny;
90 nd = k - ny;
160 ny -= 1;
163 ny
[all...]
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dfmod.c120 int ny, nr; local
133 ny = ilogb(y);
136 if (nr == ny)
139 z = scalbn(y, nr - ny - 1);
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dhypotl.c73 int j, k, nx, ny, nz; local
91 ny = py[n0] & k;
92 if (ny > nx) {
96 nz = ny;
97 ny = nx;
100 if ((nx - ny) >= 0x00730000)
102 if (nx < 0x5ff30000 && ny > 0x205b0000) { /* medium x,y */
128 if (nx == k || ny == k) { /* x or y is INF or NaN */
137 if (ny == 0) {
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dcabs.c54 int i, j, nx, ny, ix, iy, iscale = 0; local
80 ny = iy >> 20;
81 j = nx - ny;
105 } else if (ny < 0x23d) {
123 if (ny == 0) {
H A Dk_clog_r.c251 int n, k, ix, iy, iz, nx, ny, nz, i, j; local
265 nx = ix >> 20; ny = iy >> 20;
278 if ((((ix - 0x3ff00000) | lx) == 0) && ny < (0x3ff - 35)) {
280 if (ny >= 565) { /* compute er = tail of t2 */
301 ny = (iy >> 20) - 120;
306 } else if (ny == 0) { /* y subnormal, scale it */
310 ny = (iy >> 20) - 120;
312 n = nx - ny;
H A Dk_clog_rl.c412 int n, k, ix, iy, iz, nx, ny, nz, i; local
429 nx = ix >> 16; ny = iy >> 16;
444 if (x == 1.0L && ny < (0x3fff - 46)) {
446 if (x == 1.0L && ny < (0x3fff - 70)) {
450 if (ny >= 8305) { /* compute er = tail of t2 */
474 ny = (iy >> 16) - 240;
479 } else if (ny == 0) { /* y subnormal, scale it */
482 ny = (iy >> 16) - 240;
484 n = nx - ny;
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dremquof.c58 int hx, ix, iy, iz, k, ny, nd, m, sq; local
82 * ny = exponent of y
86 ny = iy >> 23;
90 if (ny == 0) {
91 ny = 1;
93 ny -= 1;
96 nd = k - ny;
106 nd = k - ny;
196 ny -= 1;
199 ny
[all...]
/illumos-gate/usr/src/ucblib/libcurses/
H A Drefresh.c322 domvcur(int oy, int ox, int ny, int nx) argument
328 (void) mvcur(oy, ox, ny, nx);
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dmvcur.c186 _homefirst(int ny, int nx, int type, int doit) argument
204 return (cost + _mvrel(cy, 0, ny, nx, FALSE));
207 return (_mvrel(cy, 0, ny, nx, TRUE));
213 _mvrel(int cy, int cx, int ny, int nx, int doit) argument
218 cv = _mvvert(cy, ny, doit);
227 _mvvert(int cy, int ny, int doit) argument
232 if (cy == ny)
236 if (cy < ny) {
237 dy = ny-cy;
241 dy = cy-ny;
[all...]
/illumos-gate/usr/src/common/mpi/
H A Dmpi.c1972 mp_size ny = mp_trailing_zeros(&yc); local
1973 mp_size n = MP_MIN(nx, ny);

Completed in 113 milliseconds