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

/freebsd-10.0-release/contrib/groff/src/preproc/pic/
H A Dobject.h189 double end_chop; member in struct:object_spec
H A Dpic.y958 $$->start_chop = $$->end_chop = 0.0;
961 $$->end_chop = 0.0;
974 $$->end_chop = $3;
977 $$->end_chop = $3;
980 $$->start_chop = $$->end_chop = $3;
H A Dobject.cpp1475 end_chop = start_chop;
1484 if (end_chop != 0.0) {
1487 end_chop_vec *= end_chop / hypot(end_chop_vec);

Completed in 75 milliseconds