Home
last modified time | relevance | path

Searched refs:cent (Results 1 – 25 of 102) sorted by relevance

12345

/netbsd-src/external/gpl2/groff/dist/src/preproc/pic/
H A Dcommon.cpp28 void common_output::dashed_circle(const position &cent, double rad, in dashed_circle() argument
47 circle(cent, rad, slt, -1.0); in dashed_circle()
57 solid_arc(cent, rad, start_angle, start_angle + dash_angle, lt); in dashed_circle()
63 void common_output::dotted_circle(const position &cent, double rad, in dotted_circle() argument
80 dot(cent + position(cos(ang), sin(ang))*rad, lt); in dotted_circle()
85 void common_output::ellipse_arc(const position &cent, in ellipse_arc() argument
117 solid_arc(M + cent, rho, phi0, phi1, lt); in ellipse_arc()
119 ellipse_arc(cent, z0, zm, dim, lt); in ellipse_arc()
120 ellipse_arc(cent, zm, z1, dim, lt); in ellipse_arc()
126 void common_output::dashed_ellipse(const position &cent, const distance &dim, in dashed_ellipse() argument
[all …]
H A Dtroff.cpp67 void simple_output::arc(const position &start, const position &cent, in arc() argument
73 simple_arc(start, cent, end); in arc()
78 dashed_arc(start, cent, end, lt); in arc()
81 dotted_arc(start, cent, end, lt); in arc()
162 void simple_output::circle(const position &cent, double rad, in circle() argument
168 simple_circle(1, cent, rad); in circle()
175 dashed_circle(cent, rad, lt); in circle()
178 dotted_circle(cent, rad, lt); in circle()
181 simple_circle(0, cent, rad); in circle()
188 void simple_output::ellipse(const position &cent, const distance &dim, in ellipse() argument
[all …]
H A Dobject.cpp663 position cent; member in rectangle_object
669 position origin() { return cent; } in origin()
670 position center() { return cent; } in center()
671 position north() { return position(cent.x, cent.y + dim.y/2.0); } in north()
672 position south() { return position(cent.x, cent.y - dim.y/2.0); } in south()
673 position east() { return position(cent.x + dim.x/2.0, cent.y); } in east()
674 position west() { return position(cent.x - dim.x/2.0, cent.y); } in west()
675 position north_east() { return position(cent.x + dim.x/2.0, cent.y + dim.y/2.0); } in north_east()
676 position north_west() { return position(cent.x - dim.x/2.0, cent.y + dim.y/2.0); } in north_west()
677 position south_east() { return position(cent.x + dim.x/2.0, cent.y - dim.y/2.0); } in south_east()
[all …]
H A Dtex.cpp61 void solid_arc(const position &cent, double rad, double start_angle,
242 void tex_output::solid_arc(const position &cent, double rad, in solid_arc() argument
247 position c = transform(cent); in solid_arc()
258 void tex_output::arc(const position &start, const position &cent, in arc() argument
265 dashed_arc(start, cent, end, lt); in arc()
268 dotted_arc(start, cent, end, lt); in arc()
273 if (!compute_arc_center(start, cent, end, &c)) { in arc()
278 hypot(cent - start), in arc()
287 void tex_output::circle(const position &cent, double rad, in circle() argument
295 ellipse(cent, position(rad*2.0, rad*2.0), ilt, fill); in circle()
[all …]
H A Dcommon.h29 void dash_arc(const position &cent, double rad,
34 void dot_arc(const position &cent, double rad,
50 virtual void solid_arc(const position &cent, double rad, double start_angle,
80 int compute_arc_center(const position &start, const position &cent,
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/typeinfo/
H A Dti_cent.d16 static if (is(cent)):
37 return *cast(cent *)p1 == *cast(cent *)p2; in equals()
42 if (*cast(cent *)p1 < *cast(cent *)p2) in compare()
44 else if (*cast(cent *)p1 > *cast(cent *)p2) in compare()
51 return cent.sizeof; in tsize()
56 return (cast(void *)null)[0 .. cent.sizeof]; in initializer()
61 cent t; in swap()
63 t = *cast(cent *)p1; in swap()
64 *cast(cent *)p1 = *cast(cent *)p2; in swap()
65 *cast(cent *)p2 = t; in swap()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Dcheckedint.d124 static if (is(cent))
128 cent adds()(cent x, cent y, ref bool overflow) in pragma()
130 cent r = cast(ucent)x + cast(ucent)y; in pragma()
140 assert(adds(cast(cent)2L, 3L, overflow) == 5);
142 assert(adds(1L, cent.max - 1, overflow) == cent.max);
144 assert(adds(cent.min + 1, -1, overflow) == cent.min);
146 assert(adds(cent.max, 1, overflow) == cent.min);
149 assert(adds(cent.min, -1, overflow) == cent.max);
151 assert(adds(cast(cent)0L, 0L, overflow) == 0);
371 static if (is(cent))
[all …]
/netbsd-src/sys/dev/ic/
H A Dmc146818.c82 int s, timeout, cent, year; in mc146818_gettime_ymdhms() local
108 cent = (*sc->sc_getcent)(sc); in mc146818_gettime_ymdhms()
109 year += cent * 100; in mc146818_gettime_ymdhms()
134 int s, cent, year; in mc146818_settime_ymdhms() local
158 cent = year / 100; in mc146818_settime_ymdhms()
159 (*sc->sc_setcent)(sc, cent); in mc146818_settime_ymdhms()
160 year -= cent * 100; in mc146818_settime_ymdhms()
H A Dmk48txx.c159 int cent; in mk48txx_settime_ymdhms() local
165 cent = 0; in mk48txx_settime_ymdhms()
171 cent = dt->dt_year / 100; in mk48txx_settime_ymdhms()
193 && (csr & MK48TXX_CSR_CENT_MASK) != bintobcd(cent)) { in mk48txx_settime_ymdhms()
195 csr |= MK48TXX_CSR_CENT_MASK & bintobcd(cent); in mk48txx_settime_ymdhms()
/netbsd-src/sys/arch/sparc64/dev/
H A Drtc.c198 rtc_setcent(struct mc146818_softc *sc, u_int cent) in rtc_setcent() argument
201 rtc_write_reg(sc, MC_CENT, cent); in rtc_setcent()
/netbsd-src/share/wscons/keymaps/
H A Dpckbd.br.abnt29 keycode 6 = 5 percent cent
H A Dpckbd.de_CH.iso8859-112 keycode 9 = 8 parenleft cent
H A Dpckbd.fr_CH.iso8859-112 keycode 9 = 8 parenleft cent
/netbsd-src/external/gpl2/groff/dist/font/devps/
H A Dtext.enc143 cent 162
H A DCR155 ct 600,614,49 2 162 cent
H A DCI156 ct 600,614,49,38,-101,38 2 162 cent
H A DCB155 ct 600,614,49 2 162 cent
H A DCBI156 ct 600,614,49,54,-71,54 2 162 cent
H A DBMI248 ct 620,715,29,26,-98,26 2 162 cent
H A DBMR244 ct 620,651 0 162 cent
H A DPBI282 ct 500,547,105,6,-2,6 0 162 cent
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dia64-gen.c2118 struct disent *cent = disinsntable; in print_dis_table() local
2131 while (cent != NULL) in print_dis_table()
2133 struct disent *ent = cent; in print_dis_table()
2142 cent = cent->next_ent; in print_dis_table()
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dia64-gen.c2125 struct disent *cent = disinsntable; in print_dis_table() local
2138 while (cent != NULL) in print_dis_table()
2140 struct disent *ent = cent; in print_dis_table()
2149 cent = cent->next_ent; in print_dis_table()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/util/
H A Dtypeinfo.d427 static if (is(cent)) class TypeInfo_zi : TypeInfoGeneric!cent {}
/netbsd-src/external/gpl2/groff/dist/font/devlbp/
H A DEI159 ct 1900 0 0x9b -- 4,19 # cent

12345