Searched defs:xc (Results 1 - 8 of 8) sorted by relevance
/osnet-11/usr/src/lib/libplot/t300/common/ |
H A D | arc.c | 52 short flg, m, xc, yc, xs, ys, qs, qf, qt, qtctr = 0; local 66 xc = xs = x0; 102 xc = (short)(m * sqrt(pc) + x); 103 if (((x < xs) && (x >= xc)) || 104 ((x > xs) && (x <= xc)) || 116 cont(xc, yc); 117 xs = xc; 134 xc += del; 135 else xc -= del; 136 dx = xc [all...] |
/osnet-11/usr/src/lib/libplot/t300s/common/ |
H A D | arc.c | 68 int flg, m, xc, yc, xs, ys, qs, qf, qt, qtctr = 0; local 82 xc = xs = x0; 118 xc = (int)(m * sqrt(pc) + x); 119 if (((x < xs) && (x >= xc)) || 120 ((x > xs) && (x <= xc)) || 132 cont((short)xc, (short)yc); 133 xs = xc; 150 xc += del; 151 else xc -= del; 152 dx = xc [all...] |
/osnet-11/usr/src/lib/libplot/t4014/common/ |
H A D | arc.c | 71 int flg, m, xc, yc, xs, ys, qs, qf, qt, qtctr = 0; local 85 xc = xs = x0; 121 xc = (int)(m * sqrt(pc) + x); 122 if (((x < xs) && (x >= xc)) || 123 ((x > xs) && (x <= xc)) || 135 cont((short)xc, (short)yc); 136 xs = xc; 153 xc += del; 154 else xc -= del; 155 dx = xc [all...] |
/osnet-11/usr/src/lib/libplot/t450/common/ |
H A D | arc.c | 74 short xs, ys, xc, yc; local 87 xc = xs = x0; 123 xc = (int)(m * sqrt(pc) + x); 124 if (((x < xs) && (x >= xc)) || 125 ((x > xs) && (x <= xc)) || 137 cont(xc, yc); 138 xs = xc; 155 xc += del; 156 else xc -= del; 157 dx = xc [all...] |
/osnet-11/usr/src/cmd/sendmail/libmilter/ |
H A D | smfi.c | 652 const char *xc; local 671 xc = xcode; 676 xc = "4.0.0"; 678 xc = "5.0.0"; 682 len += strlen(xc) + 1; 712 (void) sm_strlcpyn(buf, len, 3, rcode, args == 1 ? " " : "-", xc); 714 xc, " ");
|
/osnet-11/usr/src/lib/libdtrace/common/ |
H A D | dt_provider.c | 240 int i, nc, xc; local 268 xc = i; 276 xargs = dt_probe_alloc_args(pvp, xc); 279 if ((xc != 0 && xargs == NULL) || (nc != 0 && nargs == NULL)) 292 nargs, nc, xargs, xc)) == NULL) { 304 for (adp = adv, i = 0; i < xc; i++, adp++) {
|
/osnet-11/usr/src/lib/libast/common/regex/ |
H A D | regcomp.c | 1431 Cchr_t* xc; local 1637 xc = (tc = (Cchr_t*)dtprev(dt, cc)) && !strcasecmp((char*)tc->nam, (char*)cc->nam) ? tc : cc; 1644 strcpy((char*)ce->beg, (char*)xc->key); 1654 if (!strcasecmp((char*)xc->nam, (char*)cc->nam) && (tc = (Cchr_t*)dtnext(dt, cc)))
|
/osnet-11/usr/src/common/mpi/ |
H A D | mpi.c | 2109 mp_int gx, xc, yc, u, v, A, B, C, D; local 2132 MP_CHECKOK( mp_init_copy(&xc, a) ); 2133 clean[++last] = &xc; 2134 mp_abs(&xc, &xc); 2142 while(mp_iseven(&xc) && mp_iseven(&yc)) { 2143 mp_size nx = mp_trailing_zeros(&xc); 2146 s_mp_div_2d(&xc,n); 2151 mp_copy(&xc, &u); 2165 MP_CHECKOK( mp_sub(&B, &xc, [all...] |
Completed in 48 milliseconds