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

12

/freebsd-9.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-9.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-9.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::__anon389::__anon396
H A Dcoffdump.c143 printf ("array [%d] of", p->u.array.dim);
H A Dcoffgrok.c437 ptr->u.array.dim = els;
/freebsd-9.3-release/contrib/groff/src/roff/troff/
H A Dtoken.h32 units dim; member in class:token
/freebsd-9.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))
704 Dwarf_Die dim; local
708 if ((dim = die_child(dw, arr)) == NULL ||
709 die_tag(dw, dim) != DW_TAG_subrange_type)
712 tdesc_array_create(dw, dim, arrtdp, tdp);
/freebsd-9.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-9.3-release/contrib/libpcap/pcap/
H A Dpcap.h424 int pcap_setbuff(pcap_t *p, int dim);
/freebsd-9.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.c1457 pcap_setbuff(pcap_t *p, int dim) argument
1459 return (p->setbuff_op(p, dim));
1463 pcap_setbuff_dead(pcap_t *p, int dim) argument
/freebsd-9.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-9.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-9.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-9.3-release/lib/libstand/
H A Ddosfs.c598 u_int dim; member in struct:__anon5309
609 for (p = (u_char *)xde + ix[n].off, x = ix[n].dim; x;
/freebsd-9.3-release/usr.bin/calendar/calendars/
H A Dcalendar.freebsd10 01/01 Dimitry Andric <dim@FreeBSD.org> born in Utrecht, the Netherlands, 1969
/freebsd-9.3-release/contrib/ncurses/misc/
H A Dterminfo.src371 ansi+sgrbold|ansi graphic renditions; assuming terminal has bold; not dim,
375 ansi+sgrdim|ansi graphic renditions; assuming terminal has dim; not bold,
376 dim=\E[2m,
719 cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m,
839 dim=\E[2m, invis=\E[8m, op=\E[37;40m, rmso=\E[27m,
878 dch1=\E[P, dim=\E[2m, dl=\E[%p1%dM, dl1=\E[M,
984 # The <dim=\E[2m> isn't documented and therefore may not be reliable.
994 cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m,
1016 dch1=\E[1P, dim=\E[2m, dl1=\E[1M, ed=\E[0J, el=\E[0K,
1148 cuu1=\E[A, dch1=\E[P, dim
[all...]
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Devergreen_cs.c762 unsigned dim, llevel, mslice, width, height, depth, i; local
774 dim = G_030000_DIM(texdw[0]);
799 switch (dim) {
817 __func__, __LINE__, dim);
849 if (dim == SQ_TEX_DIM_3D) {
909 if (dim == SQ_TEX_DIM_3D) {
/freebsd-9.3-release/usr.bin/xlint/lint1/
H A Dtree.c3579 int dim; local
3618 dim = ln->tn_left->tn_type->t_dim + (amper ? 1 : 0);
3623 } else if (dim > 0 && (uint64_t)con >= dim) {
3625 warning(168, dim - 1, (long)con);

Completed in 393 milliseconds

12