Searched refs:quant (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/time/
H A Dtime.c57 static clock_t quant[] = { 10, 10, 10, 6, 10, 6, 10, 10, 10 }; variable
99 quant[0] = clock_tick/10;
150 a /= quant[0]; /* Divide away the accuracy we don't care about */
157 digit[i] = a % quant[i];
158 a /= quant[i];
/illumos-gate/usr/src/cmd/troff/
H A Dn9.c98 length = quant(atoi(), HOR);
262 i = quant(atoi(), VERT);
348 dx[i] = quant(atoi(), HOR);
359 dy[i] = quant(atoi(), VERT);
H A Dn4.c812 i = quant(i, res);
822 quant(n, m) function
H A Dn7.c134 un += quant(nel / 2, HOR);
381 if ((i = quant(nel / 2, HOR)) > 0)
/illumos-gate/usr/src/cmd/troff/nroff.d/
H A Dn6.c344 i = makem(quant(n, j));
498 i = quant(atoi(), VERT);
/illumos-gate/usr/src/cmd/tip/
H A Dcmds.c28 int quant[] = { 60, 60, 24 }; variable
730 nums[i] = (int)(a % quant[i]);
731 a /= quant[i];
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dt6.c573 i = makem(quant(n, j));
850 i = quant(atoi(), VERT);

Completed in 84 milliseconds