Searched refs:nrow (Results 1 – 5 of 5) sorted by relevance
/third_party/node/benchmark/ |
D | compare.R | 117 nrow(statistics), 118 nrow(statistics) * 0.05, 119 nrow(statistics) * 0.01, 120 nrow(statistics) * 0.001))
|
/third_party/mtdev/src/ |
D | match.h | 41 int nrow, int ncol);
|
D | match.c | 386 void mtdev_match(int ix[DIM_FINGER], int A[DIM2_FINGER], int nrow, int ncol) in mtdev_match() argument 388 ixoptimal(ix, A, nrow, ncol); in mtdev_match()
|
/third_party/boost/boost/histogram/ |
D | ostream.hpp | 266 const int nrow = std::max(1, 65 / w_item); in ostream() local 279 if (nrow > 0 && irow == nrow) irow = 0; in ostream()
|
/third_party/boost/libs/format/tools/ |
D | format_matrix.cpp | 340 void cell(std::size_t nrow, std::size_t ncol) in cell() argument 342 const interop_row& row(interop_matrix[nrow]); in cell()
|