Searched refs:RowType (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelDAGToDAGHVX.cpp | 341 for (RowType &Row : Table) in PermNetwork() 375 using RowType = std::vector<uint8_t>; typedef 376 std::vector<RowType> Table; 390 bool route(ElemType *P, RowType *T, unsigned Size, unsigned Step); 404 bool route(ElemType *P, RowType *T, unsigned Size, unsigned Step); 420 bool route(ElemType *P, RowType *T, unsigned Size, unsigned Step); 424 bool ForwardDeltaNetwork::route(ElemType *P, RowType *T, unsigned Size, in route() 469 bool ReverseDeltaNetwork::route(ElemType *P, RowType *T, unsigned Size, in route() 541 bool BenesNetwork::route(ElemType *P, RowType *T, unsigned Size, in route()
|
/external/eigen/Eigen/src/SVD/ |
D | JacobiSVD.h | 510 typedef typename internal::plain_row_type<MatrixType>::type RowType;
|