Home
last modified time | relevance | path

Searched refs:nrow (Results 1 – 5 of 5) sorted by relevance

/third_party/node/benchmark/
Dcompare.R117 nrow(statistics),
118 nrow(statistics) * 0.05,
119 nrow(statistics) * 0.01,
120 nrow(statistics) * 0.001))
/third_party/mtdev/src/
Dmatch.h41 int nrow, int ncol);
Dmatch.c386 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/
Dostream.hpp266 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/
Dformat_matrix.cpp340 void cell(std::size_t nrow, std::size_t ncol) in cell() argument
342 const interop_row& row(interop_matrix[nrow]); in cell()