/third_party/mtdev/src/ |
D | match.c | 56 static void buildixvector(int *ix, mat_t mstar, int nrows, int ncols) in buildixvector() argument 59 for (row = 0; row < nrows; row++) { in buildixvector() 73 mat_t mprime, col_t ccol, col_t crow, int nrows, int ncols, 76 mat_t mprime, col_t ccol, col_t crow, int nrows, int ncols, 79 mat_t mprime, col_t ccol, col_t crow, int nrows, int ncols, 82 mat_t mprime, col_t ccol, col_t crow, int nrows, int ncols, 85 mat_t mprime, col_t ccol, col_t crow, int nrows, int ncols, 88 static void ixoptimal(int *ix, int *mdist, int nrows, int ncols) in ixoptimal() argument 102 for (row = 0; row < nrows; row++) in ixoptimal() 105 mdistEnd = mdist + nrows * ncols; in ixoptimal() [all …]
|
/third_party/python/Lib/ |
D | cmd.py | 366 for nrows in range(1, len(list)): 367 ncols = (size+nrows-1) // nrows 372 for row in range(nrows): 373 i = row + nrows*col 385 nrows = len(list) 388 for row in range(nrows): 391 i = row + nrows*col
|
/third_party/boost/libs/hana/example/cppcon_2014/ |
D | matrix.cpp | 35 BOOST_HANA_CONSTEXPR_CHECK(v.nrows() == 4ul); in main() 67 BOOST_HANA_CONSTEXPR_CHECK(m.nrows() == 2ul); in main()
|
/third_party/boost/libs/hana/example/cppcon_2014/matrix/ |
D | matrix.hpp | 40 constexpr auto nrows() const in nrows() function 44 { return nrows() * ncolumns(); } in size()
|
/third_party/boost/libs/graph/example/ |
D | minimum_degree_ordering.cpp | 89 inline int nrows() const { return M; } in nrows() function 123 int n = hbs.nrows(); in main()
|
/third_party/boost/boost/graph/ |
D | matrix_as_graph.hpp | 51 return std::make_pair(VIter(0), VIter(g.nrows())); \ 78 return g.nrows(); \
|
/third_party/optimized-routines/math/tools/ |
D | plot.py | 48 fig, (ax0,ax1) = plt.subplots(nrows=2)
|
/third_party/flutter/skia/third_party/externals/libpng/ |
D | pngwrite.c | 908 png_set_flush(png_structrp png_ptr, int nrows) in png_set_flush() argument 915 png_ptr->flush_dist = (nrows < 0 ? 0 : (png_uint_32)nrows); in png_set_flush()
|
D | png.h | 1358 PNG_EXPORT(51, void, png_set_flush, (png_structrp png_ptr, int nrows));
|
D | libpng-manual.txt | 3591 png_set_flush(png_ptr, nrows); 3598 If nrows is too small (less than about 10 lines for a 640 pixel wide
|
/third_party/skia/third_party/externals/libpng/ |
D | pngwrite.c | 908 png_set_flush(png_structrp png_ptr, int nrows) in png_set_flush() argument 915 png_ptr->flush_dist = (nrows < 0 ? 0 : (png_uint_32)nrows); in png_set_flush()
|
D | png.h | 1358 PNG_EXPORT(51, void, png_set_flush, (png_structrp png_ptr, int nrows));
|
D | libpng-manual.txt | 3591 png_set_flush(png_ptr, nrows); 3598 If nrows is too small (less than about 10 lines for a 640 pixel wide
|
/third_party/libpng/ |
D | pngwrite.c | 908 png_set_flush(png_structrp png_ptr, int nrows) in png_set_flush() argument 915 png_ptr->flush_dist = (nrows < 0 ? 0 : (png_uint_32)nrows); in png_set_flush()
|
D | png.h | 1358 PNG_EXPORT(51, void, png_set_flush, (png_structrp png_ptr, int nrows));
|
D | libpng-manual.txt | 3591 png_set_flush(png_ptr, nrows); 3598 If nrows is too small (less than about 10 lines for a 640 pixel wide
|