HomeSort by: relevance | last modified time | path
    Searched refs:cent (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
wchar.exp 39 set cent "\\\\242"
44 # With Windows code page 1252 (Latin 1), the cent
46 set cent "\u00A2"
54 gdb_test "print repeat" "= L\"A\", '$cent' <repeats 21 times>, \"B.*"
58 "= $hex L\"A\", '$cent' <repeats 21 times>, \"B\""
62 gdb_test "print repeat" "= L\"A\", '$cent' <repeats 21 times>, \"B\"" \
67 gdb_test "print repeat" "= L\"A$cent$cent\"\.\.\." \
70 gdb_test "print repeat_p" "= $hex L\"A$cent$cent\"\.\.\."
    [all...]
wchar.c 34 wchar_t *cent = L"\242"; local
41 wcscat (repeat, cent);
charset.c 40 [69] --- the `cent' character
98 unsigned char cent,
112 string[69] = cent;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
wchar.exp 39 set cent "\\\\242"
44 # With Windows code page 1252 (Latin 1), the cent
46 set cent "\u00A2"
54 gdb_test "print repeat" "= L\"A\", '$cent' <repeats 21 times>, \"B.*"
58 "= $hex L\"A\", '$cent' <repeats 21 times>, \"B\""
62 gdb_test "print repeat" "= L\"A\", '$cent' <repeats 21 times>, \"B\"" \
67 gdb_test "print repeat" "= L\"A$cent$cent\"\.\.\." \
70 gdb_test "print repeat_p" "= $hex L\"A$cent$cent\"\.\.\."
    [all...]
wchar.c 34 wchar_t *cent = L"\242"; local
41 wcscat (repeat, cent);
charset.c 40 [69] --- the `cent' character
98 unsigned char cent,
112 string[69] = cent;
  /src/external/gpl2/groff/dist/src/preproc/pic/
common.cpp 28 void common_output::dashed_circle(const position &cent, double rad,
47 circle(cent, rad, slt, -1.0);
57 solid_arc(cent, rad, start_angle, start_angle + dash_angle, lt);
63 void common_output::dotted_circle(const position &cent, double rad,
80 dot(cent + position(cos(ang), sin(ang))*rad, lt);
85 void common_output::ellipse_arc(const position &cent,
117 solid_arc(M + cent, rho, phi0, phi1, lt);
119 ellipse_arc(cent, z0, zm, dim, lt);
120 ellipse_arc(cent, zm, z1, dim, lt);
126 void common_output::dashed_ellipse(const position &cent, const distance &dim
    [all...]
common.h 29 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,
troff.cpp 67 void simple_output::arc(const position &start, const position &cent,
73 simple_arc(start, cent, end);
78 dashed_arc(start, cent, end, lt);
81 dotted_arc(start, cent, end, lt);
162 void simple_output::circle(const position &cent, double rad,
168 simple_circle(1, cent, rad);
175 dashed_circle(cent, rad, lt);
178 dotted_circle(cent, rad, lt);
181 simple_circle(0, cent, rad);
188 void simple_output::ellipse(const position &cent, const distance &dim
    [all...]
object.cpp 663 position cent; member in class:rectangle_object
669 position origin() { return cent; }
670 position center() { return cent; }
671 position north() { return position(cent.x, cent.y + dim.y/2.0); }
672 position south() { return position(cent.x, cent.y - dim.y/2.0); }
673 position east() { return position(cent.x + dim.x/2.0, cent.y); }
674 position west() { return position(cent.x - dim.x/2.0, cent.y);
1516 position cent; member in class:arc_object
    [all...]
tex.cpp 61 void solid_arc(const position &cent, double rad, double start_angle,
242 void tex_output::solid_arc(const position &cent, double rad,
247 position c = transform(cent);
258 void tex_output::arc(const position &start, const position &cent,
265 dashed_arc(start, cent, end, lt);
268 dotted_arc(start, cent, end, lt);
273 if (!compute_arc_center(start, cent, end, &c)) {
278 hypot(cent - start),
287 void tex_output::circle(const position &cent, double rad,
295 ellipse(cent, position(rad*2.0, rad*2.0), ilt, fill)
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/
checkedint.d 124 static if (is(cent))
128 cent adds()(cent x, cent y, ref bool overflow)
130 cent r = cast(ucent)x + cast(ucent)y;
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)
    [all...]
  /src/sys/dev/ic/
mc146818.c 82 int s, timeout, cent, year; local
106 cent = (*sc->sc_getcent)(sc);
107 year += cent * 100;
132 int s, cent, year; local
154 cent = year / 100;
155 (*sc->sc_setcent)(sc, cent);
156 year -= cent * 100;
mk48txx.c 157 int cent; local
162 cent = 0;
168 cent = dt->dt_year / 100;
190 && (csr & MK48TXX_CSR_CENT_MASK) != bintobcd(cent)) {
192 csr |= MK48TXX_CSR_CENT_MASK & bintobcd(cent);
  /src/sys/arch/sparc64/dev/
rtc.c 198 rtc_setcent(struct mc146818_softc *sc, u_int cent)
201 rtc_write_reg(sc, MC_CENT, cent);
  /src/external/gpl2/groff/dist/font/devps/
text.enc 143 cent 162
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/util/
typeinfo.d 427 static if (is(cent)) class TypeInfo_zi : TypeInfoGeneric!cent {}
  /src/external/gpl3/binutils/dist/opcodes/
ia64-gen.c 2130 struct disent *cent = disinsntable;
2143 while (cent != NULL)
2145 struct disent *ent = cent;
2154 cent = cent->next_ent;
2118 struct disent *cent = disinsntable; local
  /src/external/gpl3/binutils.old/dist/opcodes/
ia64-gen.c 2130 struct disent *cent = disinsntable;
2143 while (cent != NULL)
2145 struct disent *ent = cent;
2154 cent = cent->next_ent;
2118 struct disent *cent = disinsntable; local
  /src/external/gpl3/gdb.old/dist/opcodes/
ia64-gen.c 2130 struct disent *cent = disinsntable;
2143 while (cent != NULL)
2145 struct disent *ent = cent;
2154 cent = cent->next_ent;
2118 struct disent *cent = disinsntable; local
  /src/external/gpl3/gdb/dist/opcodes/
ia64-gen.c 2130 struct disent *cent = disinsntable;
2143 while (cent != NULL)
2145 struct disent *ent = cent;
2154 cent = cent->next_ent;
2118 struct disent *cent = disinsntable; local
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
stdint.d 42 alias int128_t = cent; ///
  /src/external/zlib/pigz/dist/
pigz.c 938 unsigned long cent; local
967 cent = 46;
974 cent += g.name == NULL ? 1 : strlen(g.name);
982 cent += 9;
990 PUT4L(tail + 12, cent); /* size of central directory */
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
traits.d 189 alias CentTypeList = AliasSeq!(cent, ucent);
190 alias SignedCentTypeList = AliasSeq!(cent);
4970 else static if (is(cent) && is(T == cent))
5088 else static if (is(cent) && is(T == cent))
8066 static if (is(ucent) && is(T == cent )) alias Impl = ucent;
8117 alias U4 = Unsigned!cent;
8118 alias U5 = Unsigned!(const(cent));
8119 alias U6 = Unsigned!(immutable(cent));
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/doc/
texinfo.tex 10080 \gdefchar^^a2{{\tcfont \char162}} % cent
10526 \DeclareUnicodeCharacter{00A2}{{\tcfont \char162}}% 0242=cent

Completed in 57 milliseconds

1 2