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

12

/freebsd-11.0-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-11.0-release/lib/clang/
H A Dclang.lib.mk1 # $FreeBSD: releng/11.0/lib/clang/clang.lib.mk 296417 2016-03-05 20:24:31Z dim $
H A Dclang.build.mk1 # $FreeBSD: releng/11.0/lib/clang/clang.build.mk 304261 2016-08-17 07:07:29Z dim $
/freebsd-11.0-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-11.0-release/contrib/bmake/unit-tests/
H A Dcond1.mk95 C=dim
/freebsd-11.0-release/contrib/groff/src/roff/troff/
H A Dtoken.h32 units dim; member in class:token
/freebsd-11.0-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c646 tdesc_array_create(dwarf_t *dw, Dwarf_Die dim, tdesc_t *arrtdp, argument
655 if ((dim2 = die_sibling(dw, dim)) == NULL) {
682 if (die_unsigned(dw, dim, DW_AT_upper_bound, &uval, 0))
684 else if (die_signed(dw, dim, DW_AT_upper_bound, &sval, 0))
686 else if (die_unsigned(dw, dim, DW_AT_count, &uval, 0))
688 else if (die_signed(dw, dim, DW_AT_count, &sval, 0))
716 Dwarf_Die dim; local
720 if ((dim = die_child(dw, arr)) == NULL ||
721 die_tag(dw, dim) != DW_TAG_subrange_type)
724 tdesc_array_create(dw, dim, arrtd
[all...]
/freebsd-11.0-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-11.0-release/contrib/libpcap/pcap/
H A Dpcap.h444 int pcap_setbuff(pcap_t *p, int dim);
/freebsd-11.0-release/contrib/libpcap/
H A Dsavefile.c114 sf_setbuff(pcap_t *p, int dim) argument
H A Dpcap-win32.c152 pcap_setbuff_win32(pcap_t *p, int dim) argument
154 if(PacketSetBuff(p->adapter,dim)==FALSE)
H A Dpcap.c1639 pcap_setbuff(pcap_t *p, int dim) argument
1641 return (p->setbuff_op(p, dim));
1645 pcap_setbuff_dead(pcap_t *p, int dim) argument
/freebsd-11.0-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-11.0-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-11.0-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-11.0-release/lib/libstand/
H A Ddosfs.c679 u_int dim; member in struct:__anon6863
690 for (p = (u_char *)xde + ix[n].off, x = ix[n].dim; x;
/freebsd-11.0-release/usr.bin/xlint/lint1/
H A Ddecl.c1206 * If a dimension was specified, dim is 1, otherwise 0
1210 addarray(sym_t *decl, int dim, int n) argument
1229 } else if (n == 0 && dim) {
1231 c99ism(322, dim);
1232 } else if (n == 0 && !dim) {
H A Dtree.c3685 int dim; local
3724 dim = ln->tn_left->tn_type->t_dim + (amper ? 1 : 0);
3729 } else if (dim > 0 && (uint64_t)con >= dim) {
3731 warning(168, dim - 1, (long)con);
/freebsd-11.0-release/sys/dev/drm2/radeon/
H A Devergreen_cs.c766 unsigned dim, llevel, mslice, width, height, depth, i; local
778 dim = G_030000_DIM(texdw[0]);
803 switch (dim) {
821 __func__, __LINE__, dim);
853 if (dim == SQ_TEX_DIM_3D) {
913 if (dim == SQ_TEX_DIM_3D) {

Completed in 586 milliseconds

12