Home
last modified time | relevance | path

Searched refs:qn (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/cmd/refer/
H A Dmkey1.c43 char *name, qn[200]; in main() local
94 while (fgets(qn, 200, ff)) { in main()
95 trimnl(qn); in main()
96 f = fopen(qn, "r"); in main()
98 dofile(f, qn); in main()
100 fprintf(stderr, gettext("Can't read %s\n"), qn); in main()
/illumos-gate/usr/src/lib/libm/common/C/
H A Dpow.c94 double f, s, z, qn, h, t; in log2_x() local
108 qn = one / (two + f); in log2_x()
109 s = f * qn; /* |s|<2**-6 */ in log2_x()
113 t = qn * (((f - two * h) - h * f1) - h * (f - f1)); in log2_x()
134 qn = one / (x + z); in log2_x()
136 s = f * qn; in log2_x()
138 t = qn * ((f - (h + h) * z) - h * f); in log2_x()
143 qn = h * A1_hi; in log2_x()
145 h = qn + s; in log2_x()
146 t += _TBL_log2_lo[j] - ((h - s) - qn); in log2_x()
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dpowl.c68 long double f, f1, v, s, z, qn, h, t; in logl_x() local
82 qn = one / (two + f); in logl_x()
83 s = f * qn; /* |s|<2**-6 */ in logl_x()
87 t = ((two * (f - h) - h * f1) - h * (f - f1)) * qn + in logl_x()
106 qn = one / (x + z); in logl_x()
108 s = f * qn; in logl_x()
111 t = qn * ((two * (f - z * h) - h * f1) - h * (f - f1)); in logl_x()
114 qn = (long double) n; in logl_x()
115 t += qn * ln2lo + _TBL_logl_lo[j]; in logl_x()
118 v = qn * ln2hi + _TBL_logl_hi[j]; in logl_x()
H A Dlogl.c108 long double f, s, z, qn, h, t; in logl() local
167 qn = (long double) n; in logl()
168 t = qn * ln2lo + _TBL_logl_lo[j]; in logl()
169 h = qn * ln2hi + _TBL_logl_hi[j]; in logl()
H A Dlog1pl.c143 long double f, s, z, qn, h, t, y, g; in log1pl() local
211 qn = (long double) n; in log1pl()
212 t = qn * ln2lo + _TBL_logl_lo[j]; in log1pl()
213 h = qn * ln2hi + _TBL_logl_hi[j]; in log1pl()
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs_iomb.h760 #define GET_OQ_ENTRY(hwp, qn, ix, o) \ argument
761 &hwp->oqp[qn][QI2O(ix, o, hwp->ioq_depth) >> 2]
763 #define STEP_OQ_ENTRY(hwp, qn, ix, n) ix = ADDQI(ix, n, hwp->ioq_depth) argument
765 #define SYNC_OQ_ENTRY(hwp, qn, ci, pi) \ argument
766 pmcs_wr_oqci(hwp, qn, ci); \
767 (hwp)->oqci[qn] = ci; \
768 (hwp)->oqpi[qn] = pi
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DStreamListener.java89 int qn = config.getServerSocketQueueLength(); in StreamListener() local
95 qn, in StreamListener()
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dspaceanal.tcl252 regsub ' $tbl '' qn
254 set n [mem eval "SELECT count(*) FROM space_used WHERE tblname='$qn'"]
256 subreport "Table $name and all its indices" "tblname='$qn'"
257 subreport "Table $name w/o any indices" "name='$qn'"
258 subreport "Indices of table $name" "tblname='$qn' AND is_index"
260 subreport "Table $name" "name='$qn'"
429 regsub ' $x(name) '' qn
431 puts -nonewline "'$qn','$qtn',"
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/dtraceUtil/
H A Dtst.ZeroNameProbes.d.ksh49 -qn BEGIN'{printf("I am done"); exit(0);}'
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/usdt/
H A Dtst.deadstub.ksh156 dtrace -qn BEGIN"{printf(\"$raf\"); exit(0)}"
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dqueue.c6026 int qn;
6073 return qn;
6083 return qn;
6093 return qn;
6107 return qn;
6133 return qn;
6271 ++qn;
6327 ++qn;
6329 return qn;
6870 int qn; in init_shm()
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/perf/
H A Dperf.shlib332 typeset -l max_arc_size=$(dtrace -qn 'BEGIN {
344 typeset -l max_dbuf_cache_size=$(dtrace -qn 'BEGIN {
360 dtrace -qn 'BEGIN{
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c3978 int qn; in dump_queue_statistics() local
3987 for (qn = 0, qp = udp->queue_head; qn < QHASHSIZE; qn++, qp++) { in dump_queue_statistics()
3991 if (fprintf(stderr, "%5d %12llu%12u%12u\n", qn, in dump_queue_statistics()
4000 for (qn = 0; qn < QHASHSIZE; qn++, qp++) { in dump_queue_statistics()
4004 if (fprintf(stderr, "%5d %12llu%12u%12u\n", qn, in dump_queue_statistics()
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppproto.c610 int qn = 0; in lex() local
768 qn = n; in lex()
788 while (qn > 0) in lex()
790 qn--; in lex()
804 while (qn > 0) in lex()
806 qn--; in lex()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dmagic.c1955 int qn = 0; in load() local
1971 qn++; in load()
1977 qn++; in load()
1983 qn++; in load()
1988 if (qe == n && qn > 0) in load()
1989 qn--; in load()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dproto.c2876 int qn = 0; local
3034 qn = n;
3054 while (qn > 0)
3056 qn--;
3070 while (qn > 0)
3072 qn--;