HomeSort by relevance Sort by last modified time
    Searched refs:Col (Results 1 - 25 of 38) sorted by null

1 2

  /external/clang/test/SemaCXX/
constexpr-nqueens.cpp 13 constexpr Board addQueen(int Row, int Col) {
14 return Board(State | ((uint64_t)Row << (Col * 4)));
16 constexpr int getQueenRow(int Col) {
17 return (State >> (Col * 4)) & 0xf;
19 constexpr bool ok(int Row, int Col) {
20 return okRecurse(Row, Col, 0);
22 constexpr bool okRecurse(int Row, int Col, int CheckCol) {
23 return Col == CheckCol ? true :
25 getQueenRow(CheckCol) == Row + (Col - CheckCol) ? false :
26 getQueenRow(CheckCol) == Row + (CheckCol - Col) ? false
    [all...]
  /external/eigen/Eigen/src/OrderingMethods/
Eigen_Colamd.h 126 #define COL_IS_DEAD(c) (Col [c].start < ALIVE)
127 #define COL_IS_ALIVE(c) (Col [c].start >= ALIVE)
128 #define COL_IS_DEAD_PRINCIPAL(c) (Col [c].start == DEAD_PRINCIPAL)
130 #define KILL_PRINCIPAL_COL(c) { Col [c].start = DEAD_PRINCIPAL ; }
131 #define KILL_NON_PRINCIPAL_COL(c) { Col [c].start = DEAD_NON_PRINCIPAL ; }
147 /* col, if the column is alive */
153 Index score ; /* the score used to maintain heap, if col is alive */
154 Index order ; /* pivot ordering of this column, if col is dead */
158 Index headhash ; /* head of a hash bucket, if col is at the head of */
160 Index hash ; /* hash value, if col is not in a degree list *
504 Index col ; \/* a column index *\/ local
975 Index col ; \/* a column index *\/ local
1577 Index col ; \/* a column index in the row to check *\/ local
    [all...]
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p10.cpp 39 template<typename eT> class Col : public Mat<eT> {
41 using Col<eT>::operator();
  /external/clang/include/clang/Frontend/
SerializedDiagnosticReader.h 49 unsigned Col;
51 Location(unsigned FileID, unsigned Line, unsigned Col, unsigned Offset)
52 : FileID(FileID), Line(Line), Col(Col), Offset(Offset) {}
  /external/llvm/tools/llvm-cov/
SourceCoverageView.cpp 35 unsigned Col = 1;
37 unsigned End = std::min(S->Col, static_cast<unsigned>(Line.size()) + 1);
40 << Line.substr(Col - 1, End - Col);
42 HighlightedRanges.push_back(std::make_pair(Col, End));
43 Col = End;
44 if (Col == ExpansionCol)
55 << Line.substr(Col - 1, Line.size() - Col + 1);
63 errs() << "Highlighted line " << LineNumber << ", " << Col << " -> ?\n"
    [all...]
  /external/clang/unittests/Tooling/
CommentHandlerTest.cpp 16 Comment(const std::string &Message, unsigned Line, unsigned Col)
17 : Message(Message), Line(Line), Col(Col) { }
20 unsigned Line, Col;
108 << Current->Col;
112 void Match(const char *Message, unsigned Line, unsigned Col) {
117 EXPECT_TRUE(C.Message == Message && C.Line == Line && C.Col == Col)
119 << "\" at line " << Line << ", column " << Col
121 << "\" at line " << C.Line << ", column " << C.Col;
    [all...]
  /external/llvm/lib/IR/
DebugLoc.cpp 59 DebugLoc DebugLoc::get(unsigned Line, unsigned Col, const MDNode *Scope,
65 return DILocation::get(Scope->getContext(), Line, Col,
  /external/llvm/include/llvm/ProfileData/
CoverageMapping.h 333 unsigned Col;
341 CoverageSegment(unsigned Line, unsigned Col, bool IsRegionEntry)
342 : Line(Line), Col(Col), Count(0), HasCount(false),
345 CoverageSegment(unsigned Line, unsigned Col, uint64_t Count,
347 : Line(Line), Col(Col), Count(Count), HasCount(true),
351 return std::tie(L.Line, L.Col, L.Count, L.HasCount, L.IsRegionEntry) ==
352 std::tie(R.Line, R.Col, R.Count, R.HasCount, R.IsRegionEntry);
  /external/llvm/lib/ProfileData/
CoverageMapping.cpp 277 void startSegment(unsigned Line, unsigned Col) {
278 DEBUG(dbgs() << "Top level segment at " << Line << ":" << Col << "\n");
279 Segments.emplace_back(Line, Col, /*IsRegionEntry=*/false);
283 void startSegment(unsigned Line, unsigned Col, bool IsRegionEntry,
286 Segments.emplace_back(Line, Col, IsRegionEntry);
289 if (S.Line != Line || S.Col != Col) {
290 Segments.emplace_back(Line, Col, IsRegionEntry);
293 DEBUG(dbgs() << "Segment at " << Line << ":" << Col);
311 unsigned Line = Active->LineEnd, Col = Active->ColumnEnd
    [all...]
  /external/gemmlowp/internal/
single_thread_gemm.h 41 typedef VectorMap<const int32_t, VectorShape::Col> OffsetColMap;
43 typedef VectorDup<const int32_t, VectorShape::Col> OffsetColDup;
output_neon.h 50 OutputType Eval(InputType input, int row, int col) const {
55 impl_int32x4.Eval(input.data.val[i], row + 4 * i, col);
93 OutputStageQuantizeDownInt32ToUint8ScalePC<VectorShape::Col>,
97 typedef OutputStageQuantizeDownInt32ToUint8ScalePC<VectorShape::Col>
102 OutputType Eval(InputType input, int row, int col) const {
132 OutputType Eval(InputType input, int row, int col) const {
137 vld1q_s32(output_stage.result_mult_int.data(col));
200 OutputType Eval(InputType input, int row, int col) const {
203 bias = vdupq_n_s32(output_stage.bias_vector(col));
245 int col) {
    [all...]
output.h 126 OutputStageQuantizeDownInt32ToUint8ScalePC<VectorShape::Col>,
130 typedef OutputStageQuantizeDownInt32ToUint8ScalePC<VectorShape::Col>
135 OutputType Eval(InputType input, int row, int col) const {
159 OutputType Eval(InputType input, int row, int col) const {
161 const std::int32_t result_mult_int = output_stage.result_mult_int(col);
162 const std::int32_t result_offset = output_stage.result_offset(col);
198 OutputType Eval(InputType input, int row, int col) const {
200 return input + output_stage.bias_vector(col);
356 OutputType Eval(InputType input, int row, int col) const {
358 FirstStageOutputType first_stage_output = head_impl.Eval(input, row, col);
    [all...]
  /external/llvm/bindings/go/llvm/
IRBindings.h 55 unsigned Col, LLVMMetadataRef Scope,
IRBindings.cpp 95 unsigned Col, LLVMMetadataRef Scope,
98 DebugLoc::get(Line, Col, Scope ? unwrap<MDNode>(Scope) : nullptr,
  /external/llvm/include/llvm/IR/
DebugLoc.h 84 /// Create a new DebugLoc at the specified line/col and scope/inline. This
90 static DebugLoc get(unsigned Line, unsigned Col, const MDNode *Scope,
120 /// \brief prints source location /path/to/file.exe:line:col @[inlined at]
  /external/clang/include/clang/Basic/
SourceLocation.h 358 unsigned Line, Col;
363 : Filename(FN), Line(Ln), Col(Co), IncludeLoc(IL) {
386 unsigned getColumn() const { return Col; }
  /external/gemmlowp/public/
map.h 58 Scalar* data(int row, int col) const {
59 return data_ + row * rows_stride() + col * cols_stride();
61 Scalar& operator()(int row, int col) const { return *data(row, col); }
75 enum class VectorShape { Col, Row };
  /external/sonivox/jet_tools/JetCreator/
JetDialogs.py 46 for Lbl, Text, Row, Col, Len, Min, Max, Id, Lst, Fct, Enabled, HelpText in ctrls:
50 self.ctrls[Text] = wx.Button(panel, Id, Lbl, wx.Point(Col, Row), size=Len)
58 self.ctrls[Text] = wx.TextCtrl(panel, Id, "", wx.Point(Col, Row + LBL_OFFSET +3), wx.Size(Len,-1))
60 self.ctrls[Text] = JetSpinOneBased(panel, Id, "", wx.Point(Col, Row + LBL_OFFSET), wx.Size(Len,-1), min=Min, max=Max)
62 self.ctrls[Text] = JetSpin(panel, Id, "", wx.Point(Col, Row + LBL_OFFSET), wx.Size(Len,-1), min=Min, max=Max)
64 self.ctrls[Text] = wx.ComboBox(panel, Id, "", wx.Point(Col, Row + LBL_OFFSET), wx.Size(Len,-1), Lst, wx.CB_DROPDOWN | wx.CB_READONLY )
69 self.ctrls[Text] = TimeCtrl(panel, pos=(Col, Row + LBL_OFFSET), ctlName=Text)
71 self.ctrls[Text] = JetFileCombo(panel, pos=(Col, Row + LBL_OFFSET), size=wx.Size(Len,-1), title=Lbl, spec=Lst, id=Id)
73 self.ctrls[Text] = JetFileText(panel, pos=(Col, Row + LBL_OFFSET), size=wx.Size(Len,-1), title=Lbl, spec=Lst, id=Id)
75 self.ctrls[Text] = wx.StaticBox(parent=panel, id=wx.ID_ANY, label=Lbl, pos=(Row, Col), size=Len)
    [all...]
  /external/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp 837 RECORD_SOURCE_RANGE, FileLookup[Start.FileID], Start.Line, Start.Col,
838 Start.Offset, FileLookup[End.FileID], End.Line, End.Col, End.Offset};
849 Location.Col, Location.Offset, CategoryLookup[Category],
862 Start.Line, Start.Col, Start.Offset,
863 FileLookup[End.FileID], End.Line, End.Col,
    [all...]
  /external/llvm/lib/Support/
SourceMgr.cpp 233 int Line, int Col, SourceMgr::DiagKind Kind,
237 : SM(&sm), Loc(L), Filename(FN), LineNo(Line), ColumnNo(Col), Kind(Kind),
  /external/llvm/include/llvm/Support/
SourceMgr.h 254 int Line, int Col, SourceMgr::DiagKind Kind,
  /external/clang/lib/Basic/
SourceManager.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/Chapter8/
toy.cpp 102 int Col;
112 LexLoc.Col = 0;
114 LexLoc.Col++;
208 int getCol() const { return Loc.Col; }
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_PredictReconCoefIntra_s.s 173 SMULBB tempPred,temp,absCoeffDC ;// tempPred=pPredBufRow(Col)[0]*32767/dcScaler
175 LSR tempPred,tempPred,#15 ;// tempPred=pPredBufRow(Col)[0]/dcScaler
178 MLA Rem,negdcScaler,tempPred,absCoeffDC ;// Rem = pPredBufRow(Col)[0]-tempPred*dcScaler
185 RSBLT tempPred,tempPred,#0 ;/ if pPredBufRow(Col)[0]<0; tempPred=-tempPred
  /external/libgdx/gdx/jni/gdx2d/
jpgd.cpp 154 struct Col
215 struct Col<1>
300 case 1: Col<1>::idct(pDst_ptr, pTemp); break;
301 case 2: Col<2>::idct(pDst_ptr, pTemp); break;
302 case 3: Col<3>::idct(pDst_ptr, pTemp); break;
303 case 4: Col<4>::idct(pDst_ptr, pTemp); break;
304 case 5: Col<5>::idct(pDst_ptr, pTemp); break;
305 case 6: Col<6>::idct(pDst_ptr, pTemp); break;
306 case 7: Col<7>::idct(pDst_ptr, pTemp); break;
307 case 8: Col<8>::idct(pDst_ptr, pTemp); break
    [all...]

Completed in 1389 milliseconds

1 2