Searched refs:dim (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-10.3-release/contrib/groff/src/preproc/pic/
H A Dcommon.cpp85 const distance &dim, const line_type &lt)
88 assert(dim.x != 0 && dim.y != 0);
93 double psi = atan2(zml.y / dim.y, zml.x / dim.x);
94 position zm = position(dim.x * cos(psi), dim.y * sin(psi));
97 double a_2 = dim.x * dim.x;
99 double b_2 = dim
83 ellipse_arc(const position &cent, const position &z0, const position &z1, const distance &dim, const line_type &lt) argument
124 dashed_ellipse(const position &cent, const distance &dim, const line_type &lt) argument
183 dotted_ellipse(const position &cent, const distance &dim, const line_type &lt) argument
321 rounded_box(const position &cent, const distance &dim, double rad, const line_type &lt, double fill) argument
344 dashed_rounded_box(const position &cent, const distance &dim, double rad, const line_type &lt) argument
482 dotted_rounded_box(const position &cent, const distance &dim, double rad, const line_type &lt) argument
591 solid_rounded_box(const position &cent, const distance &dim, double rad, const line_type &lt) argument
626 filled_rounded_box(const position &cent, const distance &dim, double rad, double fill) argument
[all...]
H A Dobject.cpp72 distance dim = ur - ll; local
76 if (dim.x == 0.0)
79 sc = dim.x/desired_width;
82 if (dim.y == 0.0)
85 double tem = dim.y/desired_height;
95 distance sdim = dim/sc;
102 double xscale = dim.x/max_width;
103 double yscale = dim.y/max_height;
662 position dim; member in class:rectangle_object
665 double width() { return dim
949 position dim; local
[all...]
H A Dtroff.cpp186 void simple_output::ellipse(const position &cent, const distance &dim, argument
192 simple_ellipse(1, cent, dim);
200 dotted_ellipse(cent, dim, lt);
203 dashed_ellipse(cent, dim, lt);
206 simple_ellipse(0, cent, dim);
336 const distance &dim)
343 c.x - dim.x/(2.0*scale),
346 dim.x/scale, dim.y/scale);
335 simple_ellipse(int filled, const position &cent, const distance &dim) argument
H A Dtex.cpp312 void tex_output::ellipse(const position &cent, const distance &dim, argument
334 milliinches(dim.x/(2.0*scale)),
335 milliinches(dim.y/(2.0*scale)));
338 dashed_ellipse(cent, dim / scale, lt);
341 dotted_ellipse(cent, dim / scale, lt);
/freebsd-10.3-release/lib/clang/
H A Dclang.lib.mk1 # $FreeBSD: releng/10.3/lib/clang/clang.lib.mk 239614 2012-08-23 17:08:07Z dim $
/freebsd-10.3-release/contrib/llvm/lib/Target/R600/
H A DAMDGPUSubtarget.cpp82 AMDGPUSubtarget::getDefaultSize(uint32_t dim) const {
83 if (dim > 3) {
86 return DefaultSize[dim];
H A DAMDGPUSubtarget.h80 virtual size_t getDefaultSize(uint32_t dim) const;
/freebsd-10.3-release/usr.bin/clang/
H A Dclang.prog.mk1 # $FreeBSD: releng/10.3/usr.bin/clang/clang.prog.mk 263508 2014-03-21 17:53:59Z dim $
/freebsd-10.3-release/contrib/binutils/binutils/
H A Drdcoff.c172 unsigned short *dim;
180 dim = pauxent->x_sym.x_fcnary.x_ary.x_dimen;
181 n = dim[0];
182 for (i = 0; *dim != 0 && i < DIMNUM - 1; i++, dim++)
183 *dim = *(dim + 1);
184 *dim = 0;
171 unsigned short *dim; local
H A Dcoffgrok.h134 int dim; member in struct:coff_type::__anon259::__anon266
H A Dcoffdump.c143 printf ("array [%d] of", p->u.array.dim);
H A Dcoffgrok.c437 ptr->u.array.dim = els;
/freebsd-10.3-release/contrib/bmake/unit-tests/
H A Dcond1.mk95 C=dim
/freebsd-10.3-release/share/mk/
H A Dbsd.compiler.mk1 # $FreeBSD: releng/10.3/share/mk/bsd.compiler.mk 293109 2016-01-03 17:19:17Z dim $
/freebsd-10.3-release/contrib/groff/src/roff/troff/
H A Dtoken.h32 units dim; member in class:token
/freebsd-10.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c638 tdesc_array_create(dwarf_t *dw, Dwarf_Die dim, tdesc_t *arrtdp, argument
647 if ((dim2 = die_sibling(dw, dim)) == NULL) {
674 if (die_unsigned(dw, dim, DW_AT_upper_bound, &uval, 0))
676 else if (die_signed(dw, dim, DW_AT_upper_bound, &sval, 0))
678 else if (die_unsigned(dw, dim, DW_AT_count, &uval, 0))
680 else if (die_signed(dw, dim, DW_AT_count, &sval, 0))
708 Dwarf_Die dim; local
712 if ((dim = die_child(dw, arr)) == NULL ||
713 die_tag(dw, dim) != DW_TAG_subrange_type)
716 tdesc_array_create(dw, dim, arrtd
[all...]
/freebsd-10.3-release/contrib/gdb/gdb/
H A Dcoffread.c1720 unsigned short *dim;
1729 dim = &aux->x_sym.x_fcnary.x_ary.x_dimen[0];
1731 n = dim[0];
1732 for (i = 0; *dim && i < DIMNUM - 1; i++, dim++)
1733 *dim = *(dim + 1);
1734 *dim = 0;
1709 unsigned short *dim; local
/freebsd-10.3-release/contrib/libpcap/pcap/
H A Dpcap.h424 int pcap_setbuff(pcap_t *p, int dim);
/freebsd-10.3-release/contrib/libpcap/
H A Dsavefile.c119 sf_setbuff(pcap_t *p, int dim) argument
H A Dpcap-win32.c133 pcap_setbuff_win32(pcap_t *p, int dim) argument
135 if(PacketSetBuff(p->adapter,dim)==FALSE)
H A Dpcap.c1464 pcap_setbuff(pcap_t *p, int dim) argument
1466 return (p->setbuff_op(p, dim));
1470 pcap_setbuff_dead(pcap_t *p, int dim) argument
/freebsd-10.3-release/contrib/gcc/
H A Dtree-data-ref.c2645 tree *last_conflicts, int dim)
2662 (dim, integer_zero_node,
2665 (dim, integer_zero_node,
2829 unsigned nb_vars_a, nb_vars_b, dim;
2860 dim = nb_vars_a + nb_vars_b;
2861 U = lambda_matrix_new (dim, dim);
2862 A = lambda_matrix_new (dim, 1);
2863 S = lambda_matrix_new (dim, 1);
2929 lambda_matrix_right_hermite (A, dim,
2639 compute_overlap_steps_for_affine_univar(int niter, int step_a, int step_b, tree *overlaps_a, tree *overlaps_b, tree *last_conflicts, int dim) argument
2825 unsigned nb_vars_a, nb_vars_b, dim; local
[all...]
/freebsd-10.3-release/contrib/gcclibs/libiberty/
H A Dcp-demangle.c2041 struct demangle_component *dim; local
2048 dim = NULL;
2060 dim = d_make_name (di, s, d_str (di) - s);
2061 if (dim == NULL)
2066 dim = d_expression (di);
2067 if (dim == NULL)
2074 return d_make_comp (di, DEMANGLE_COMPONENT_ARRAY_TYPE, dim,
/freebsd-10.3-release/contrib/binutils/libiberty/
H A Dcp-demangle.c2087 struct demangle_component *dim; local
2094 dim = NULL;
2106 dim = d_make_name (di, s, d_str (di) - s);
2107 if (dim == NULL)
2112 dim = d_expression (di);
2113 if (dim == NULL)
2120 return d_make_comp (di, DEMANGLE_COMPONENT_ARRAY_TYPE, dim,
/freebsd-10.3-release/lib/libstand/
H A Ddosfs.c598 u_int dim; member in struct:__anon6063
609 for (p = (u_char *)xde + ix[n].off, x = ix[n].dim; x;

Completed in 313 milliseconds

12