Home
last modified time | relevance | path

Searched refs:Sh (Results 1 – 25 of 82) sorted by relevance

1234

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A Darm_fp16.td20 def VNEGSH : SInst<"vneg", "11", "Sh">;
23 def SCALAR_FRECPSH : IInst<"vrecps", "111", "Sh">;
24 def FSQRTSH : SInst<"vsqrt", "11", "Sh">;
25 def SCALAR_FRSQRTSH : IInst<"vrsqrts", "111", "Sh">;
28 def SCALAR_FRECPEH : IInst<"vrecpe", "11", "Sh">;
31 def SCALAR_FRECPXH : IInst<"vrecpx", "11", "Sh">;
34 def SCALAR_FRSQRTEH : IInst<"vrsqrte", "11", "Sh">;
37 def FRINTZ_S64H : SInst<"vrnd", "11", "Sh">;
38 def FRINTA_S64H : SInst<"vrnda", "11", "Sh">;
39 def FRINTI_S64H : SInst<"vrndi", "11", "Sh">;
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dinline12.C13 class Sh
17 inline Sh(const char* theName,
19 virtual ~Sh();
22 virtual void setParent(Sh* theParent);
36 Sh();
37 Sh(const Sh&);
38 Sh& operator = (const Sh&);
40 Sh* myParent;
42 class ShZzy : public Sh
51 void addSh(Sh* theSh);
[all …]
/openbsd-src/regress/usr.bin/mandoc/mdoc/Sh/
H A Dtag.out_html4 <section class="Sh">
5 <h2 class="Sh" id="DESCRIPTION~2"><a class="permalink" href="#DESCRIPTION~2">DESCRIPTION</a></h2>
8 <section class="Sh">
9 <h2 class="Sh" id="examples"><a class="permalink" href="#examples">EXAMPLES</a></h2>
20 <section class="Sh">
21 <h2 class="Sh" id="WEIRD_SECTION"><a class="permalink" href="#WEIRD_SECTION">
25 <section class="Sh">
26 <h2 class="Sh">&#x00A0;</h2>
H A Dorder.out_lint1 mandoc: order.in:10:2: WARNING: sections out of conventional order: Sh SYNOPSIS
2 mandoc: order.in:11:2: WARNING: duplicate section title: Sh SYNOPSIS
3 mandoc: order.in:12:2: WARNING: unexpected section: Sh ERRORS for 2, 3, 4, 9 only
H A Dparborder.out_lint1 mandoc: parborder.in:9:2: WARNING: skipping paragraph macro: Pp after Sh
2 mandoc: parborder.in:11:2: WARNING: skipping paragraph macro: Pp at the end of Sh
7 mandoc: parborder.in:13:2: WARNING: skipping paragraph macro: Pp after Sh
H A Dparagraph.out_html8 <section class="Sh">
9 <h2 class="Sh" id="EXAMPLES"><a class="permalink" href="#EXAMPLES">EXAMPLES</a></h2>
H A Dparbefore.out_lint1 mandoc: parbefore.in:5:2: WARNING: skipping paragraph macro: Pp before Sh
H A Dfirst.out_lint1 mandoc: first.in:5:2: WARNING: first section is not "NAME": Sh DESCRIPTION
H A Dempty.out_lint1 mandoc: empty.in:10:2: ERROR: inserting missing end of block: Sh breaks Xo
/openbsd-src/regress/usr.bin/mandoc/man/SH/
H A Dparagraph.out_html2 <section class="Sh">
3 <h2 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h2>
7 <section class="Sh">
8 <h2 class="Sh" id="EXAMPLES"><a class="permalink" href="#EXAMPLES">EXAMPLES</a></h2>
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp253 BT::RegisterCell &BT::RegisterCell::rol(uint16_t Sh) { in rol() argument
257 Sh = Sh % W; in rol()
258 if (Sh == 0) in rol()
261 RegisterCell Tmp(W-Sh); in rol()
263 for (uint16_t i = 0; i < W-Sh; ++i) in rol()
266 for (uint16_t i = 0; i < Sh; ++i) in rol()
267 Bits[i] = Bits[W-Sh+i]; in rol()
269 for (uint16_t i = 0; i < W-Sh; ++i) in rol()
270 Bits[i+Sh] = Tmp.Bits[i]; in rol()
519 uint16_t Sh) const { in eASL()
[all …]
/openbsd-src/etc/
H A DMAKEDEV.man55 .Sh NAME
58 .Sh SYNOPSIS
61 .Sh DESCRIPTION
86 .Sh FILES
91 .Sh SEE ALSO
/openbsd-src/regress/usr.bin/mandoc/man/TP/
H A Dvert.out_html2 <section class="Sh">
3 <h2 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h2>
/openbsd-src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/
H A Dloc_ig.t92 ok($objIg->eq("sh", "Sh"));
93 ok($objIg->eq("Sh", "SH"));
119 ok($objIg->lt("sh", "Sh"));
120 ok($objIg->lt("Sh", "SH"));
164 ok($objIg->gt("sh", "Sh"));
165 ok($objIg->gt("Sh", "SH"));
H A Dloc_ha.t60 ok($objHa->eq("sh", "Sh"));
61 ok($objHa->eq("Sh", "SH"));
81 ok($objHa->lt("sh", "Sh"));
82 ok($objHa->lt("Sh", "SH"));
H A Dloc_sq.t94 ok($objSq->eq("sH", "Sh"));
95 ok($objSq->eq("Sh", "SH"));
128 ok($objSq->lt("sH", "Sh"));
129 ok($objSq->lt("Sh", "SH"));
169 ok($objSq->gt("sH", "Sh"));
170 ok($objSq->gt("Sh", "SH"));
H A Dloc_om.t59 ok($objOm->eq("sh", "Sh"));
75 ok($objOm->lt("sh", "Sh"));
91 ok($objOm->gt("sh", "Sh"));
/openbsd-src/regress/usr.bin/mandoc/mdoc/Er/
H A Dtag.out_html7 <section class="Sh">
8 <h2 class="Sh" id="ERRORS"><a class="permalink" href="#ERRORS">ERRORS</a></h2>
/openbsd-src/regress/usr.bin/mandoc/mdoc/Tg/
H A Dwarn.out_html9 <section class="Sh">
10 <h2 class="Sh" id="examples"><a class="permalink" href="#examples">EXAMPLES</a></h2>
/openbsd-src/regress/usr.bin/mandoc/mdoc/blank/
H A Dline.out_lint21 mandoc: line.in:82:2: WARNING: skipping paragraph macro: sp after Sh
22 mandoc: line.in:84:2: WARNING: skipping paragraph macro: Pp at the end of Sh
25 mandoc: line.in:86:2: WARNING: skipping paragraph macro: Pp after Sh
H A Dline.out_ascii66 Sh sp 2v:
69 Pp Sh Pp:
/openbsd-src/regress/usr.bin/mandoc/mdoc/Rs/
H A Dparagraph.out_html7 <section class="Sh">
8 <h2 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
/openbsd-src/usr.bin/mandoc/
H A Dmandoc.css83 section.Sh { }
84 h2.Sh { margin-top: 1.2em;
275 h2.Sh, h3.Ss { position: relative; }
305 h2.Sh::before { content: "Sh"; }
320 h2.Sh::before, h3.Ss::before, .St::before, .Sx::before, .Sy::before,
341 .Rs:hover::before, h2.Sh:hover::before, h3.Ss:hover::before, .St:hover::before,
351 h2.Sh, h3.Ss { margin-left: 0em; }
/openbsd-src/regress/usr.bin/mandoc/mdoc/Bl/
H A Dbreak.out_lint9 mandoc: break.in:59:2: ERROR: inserting missing end of block: Sh breaks Bd
13 mandoc: break.in:74:2: ERROR: inserting missing end of block: Sh breaks Bo
/openbsd-src/regress/usr.bin/mandoc/mdoc/Nm/
H A Dbreak.out_lint1 mandoc: break.in:10:2: ERROR: inserting missing end of block: Sh breaks Bo

1234