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

/freebsd-10.0-release/contrib/groff/src/preproc/pic/
H A Dobject.cpp775 distance dim2 = dim/2.0; local
777 vec[0] = cent + position(dim2.x, -dim2.y);
778 vec[1] = cent + position(dim2.x, dim2.y);
779 vec[2] = cent + position(-dim2.x, dim2.y);
780 vec[3] = cent + position(-dim2.x, -dim2.y);
/freebsd-10.0-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c601 Dwarf_Die dim2; local
604 if ((dim2 = die_sibling(dw, dim)) == NULL) {
606 } else if (die_tag(dw, dim2) == DW_TAG_subrange_type) {
610 die_off(dw, dim2), ctdp->t_id);
611 tdesc_array_create(dw, dim2, arrtdp, ctdp);
614 die_off(dw, dim2));

Completed in 225 milliseconds