Home
last modified time | relevance | path

Searched refs:h1 (Results 1 – 25 of 66) sorted by relevance

123

/original-bsd/local/ditroff/ditroff.okeeffe/eqn/
H A Dshift.c26 float shval, d1, h1, b1, h2, b2; local
30 h1 = eht[p1];
48 shval = -(Supshift * (h1-b1)) - b2;
49 if (Supshift*(h1-b1) + h2 < h1-b1) /* raise little super */
50 shval = -(h1-b1) + h2-b2 - d1;
51 eht[yyval] = h1 + max(0, h2 - (1-Supshift)*(h1-b1));
76 h1 = eht[p1]; b1 = ebase[p1];
83 supsh = -Supshift*(h1-b1) - b3;
85 if (h3 < (1-Supshift)*(h1-b1))
86 supsh = -(h1-b1) + (h3-b3) - d2;
[all …]
H A Dfromto.c9 float b, h1, b1, t; local
14 h1 = eht[yyval] = eht[p1];
43 t = h1-b1+ebase[p3];
H A Dparen.c10 float h1, b1, v; local
13 h1 = eht[p1];
17 n = REL(h1,ps) + 0.99; /* ceiling */
/original-bsd/old/eqn/common_source/
H A Dshift.c16 int shval, d1, h1, b1, h2, b2; local
23 h1 = eht[p1];
44 eht[yyval] = h1 + max(0, h2-b1-d1);
61 if( VERT(4*(h1-b1)/10) + h2 < h1-b1 ) /* raise little super */
66 shval = -(h1-b1) + h2-b2 - d1;
68 eht[yyval] = h1 + max(0, h2-VERT((6*(h1-b1))/10));
115 h1 = eht[p1]; b1 = ebase[p1];
130 if( VERT(4*(h1-b1)/10)+h3 < h1-b1 )
134 if( VERT(1)+h3 < h1-b1 )
136 supsh = -(h1-b1) + (h3-b3) - d2;
[all …]
H A Dparen.c15 int n, m, h1, j, b1, v; local
16 h1 = eht[p1]; b1 = ebase[p1];
20 n = (h1+(6*EFFPS(ps)-1))/(6*EFFPS(ps));
22 n = max(b1+VERT(1), h1-b1-VERT(1)) / VERT(1);
33 ebase[yyval] = b1 + (eht[yyval]-h1)/2;
34 v = b1 - h1/2 + VERT( (ps*6*4)/10 );
40 v = b1 - h1/2 + VERT(1);
H A Dfromto.c15 int b, h1, b1, pss; local
18 h1 = eht[yyval] = eht[p1];
51 -(h1-b1+ebase[p3]), yyval, p3, pss, p3, EFFPS(ps), yyval, p3, (h1-b1+ebase[p3]));
/original-bsd/local/ditroff/ditroff.old.okeeffe/eqn/
H A Dparen.c4 int n, m, h1, j, b1, v; local
5 h1 = eht[p1]; b1 = ebase[p1];
8 n = (h1 + EM(1.0, EFFPS(ps)) - 1) / EM(1.0, EFFPS(ps));
17 ebase[yyval] = b1 + (eht[yyval]-h1)/2;
18 v = b1 - h1/2 + VERT( EM(0.4, ps) );
/original-bsd/old/vpr/
H A Dvpac.c348 register struct hent *h1, *h2; variable
351 h1 = *left;
354 r = h1->h_feetpages < h2->h_feetpages ? -1 : h1->h_feetpages > h2->h_feetpages;
356 r = strcmp(h1->h_name, h2->h_name);
/original-bsd/usr.sbin/lpr/pac/
H A Dpac.c374 register struct hent *h1, *h2; local
377 h1 = *(struct hent **)a;
380 r = h1->h_feetpages < h2->h_feetpages ?
381 -1 : h1->h_feetpages > h2->h_feetpages;
383 r = strcmp(h1->h_name, h2->h_name);
/original-bsd/local/ditroff/ditroff.okeeffe/pic/
H A Dpltroff.c259 float h1, v1; local
262 h1 = xconv(x);
264 dh = h1 - hpos;
269 hpos = h1;
/original-bsd/usr.bin/f77/tests/tests/
H A Dfm005.f119 80330 format (1h1,31h this is first line on page)
383 90000 format (1h1)
H A Dfm028.f213 90000 format (1h1)
H A Dfm001.f182 90000 format (1h1)
H A Dfm026.f207 90000 format (1h1)
H A Dfm014.f229 90000 format (1h1)
H A Dfm010.f293 90000 format (1h1)
H A Dfm013.f267 90000 format (1h1)
H A Dfm002.f309 90000 format (1h1)
H A Dfm011.f271 90000 format (1h1)
H A Dfm024.f338 90000 format (1h1)
H A Dfm003.f342 90000 format (1h1)
H A Dfm056.f396 90000 format (1h1)
H A Dfm050.f375 90000 format (1h1)
/original-bsd/local/ditroff/ditroff.old.okeeffe/pic/
H A Dpltroff.c279 int h1, v1; local
282 h1 = xconv(x);
284 dh = h1 - hpos;
301 hpos = h1;
/original-bsd/local/ditroff/ditroff.old.okeeffe/driver/
H A Dvsort.c557 arcbounds(h, v, h1, v1) in arcbounds() argument
558 int h, v, h1, v1; in arcbounds()
561 register int i = ((h >= 0) << 2) | ((h1 < 0) << 1) | ((v + v1) < 0);

123