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

/freebsd-10.0-release/contrib/groff/src/preproc/pic/
H A Dobject.cpp218 double hyp = hypot(dir); local
219 if (hyp == 0.0) {
224 base *= aht.height/hyp;
226 n *= aht.width/(hyp*2.0);
1266 double hyp = hypot(base); local
1267 if (hyp == 0.0) {
1272 base *= aht.height / hyp;
1277 base *= fabs(lt.thickness) / hyp / 72 / 4;
1285 double hyp = hypot(base); local
1286 if (hyp
1371 double hyp = hypot(base); local
1390 double hyp = hypot(base); local
[all...]

Completed in 107 milliseconds