Home
last modified time | relevance | path

Searched refs:grid_matrix (Results 1 – 12 of 12) sorted by relevance

/dports/biology/avida/avida-2.12.4-src/avida-core/source/utils/process_map/
H A Dprocess_map.cc148 tMatrix<int> grid_matrix(num_files, num_cells); in main() local
177 grid_matrix(file_id, pos) = cur_id; in main()
196 const int gen_id = grid_matrix(frame_id, pos); in main()
241 const int gen_id = grid_matrix(frame_id, pos); in main()
272 const int gen_id = grid_matrix(frame_id, cell_id); in main()
/dports/science/py-phonopy/phonopy-2.11.0/test/structure/
H A Dtest_grid_points.py180 grgp.grid_matrix, [[0, 16, 16], [16, 0, 16], [6, 6, 0]])
197 grgp.grid_matrix, [[16, 0, 0], [0, 16, 0], [0, 0, 6]])
/dports/science/phonopy/phonopy-2.11.0/test/structure/
H A Dtest_grid_points.py180 grgp.grid_matrix, [[0, 16, 16], [16, 0, 16], [6, 6, 0]])
197 grgp.grid_matrix, [[16, 0, 0], [0, 16, 0], [0, 0, 6]])
/dports/graphics/blender/blender-2.91.0/intern/cycles/render/
H A Dimage_vdb.cpp139 openvdb::math::Mat4f grid_matrix = grid->transform().baseMap()->getAffineMap()->getMat4(); in load_metadata() local
143 index_to_object[row][col] = (float)grid_matrix[col][row]; in load_metadata()
/dports/science/ergo/ergo-3.8/source/dft/
H A DMakefile.am36 grid_matrix.h \
H A DMakefile.in341 grid_matrix.h \
/dports/science/py-phonopy/phonopy-2.11.0/phonopy/structure/
H A Dgrid_points.py508 def grid_matrix(self): member in GeneralizedRegularGridPoints
/dports/science/phonopy/phonopy-2.11.0/phonopy/structure/
H A Dgrid_points.py508 def grid_matrix(self): member in GeneralizedRegularGridPoints
/dports/print/limereport/LimeReport-1.5.35/3rdparty/zint-2.6.1/backend/
H A Dlibrary.c203 extern int grid_matrix(struct zint_symbol *symbol, const unsigned char source[], size_t length); /*…
608 case BARCODE_GRIDMATRIX: error_number = grid_matrix(symbol, source, length); in extended_charset()
H A Dgridmtx.c1002 int grid_matrix(struct zint_symbol *symbol, const unsigned char source[], size_t length) { in grid_matrix() function
/dports/graphics/zint/zint-2.10.0-src/backend/
H A Dlibrary.c194 INTERNAL int grid_matrix(struct zint_symbol *symbol, unsigned char source[], int length); /* Grid M…
551 case BARCODE_GRIDMATRIX: error_number = grid_matrix(symbol, source, length); in extended_or_reduced_charset()
H A Dgridmtx.c1001 INTERNAL int grid_matrix(struct zint_symbol *symbol, unsigned char source[], int length) { in grid_matrix() function