Searched refs:matrix (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/vczip/tests/
H A Dtvctranspose.c29 Vcchar_t matrix[NROWS][NCOLS], trans[NCOLS][NROWS], *tr; local
34 { matrix[i][j] = 'a' + (i+j)%26;
42 if((i = vcapply(vc, matrix, sizeof(matrix), &tr)) != sizeof(matrix) )
/ast/src/cmd/pzip/
H A Dpin.c239 * allocate an i X i matrix of size_t
243 matrix(int i) function
252 error(ERROR_SYSTEM|3, "out of space [%d X %d matrix]", i, i);
828 siz = matrix(row);
837 * fill in the pair compression size matrix
1142 error(ERROR_SYSTEM|3, "out of space [%d X %d cost matrix]", row, row);
1150 apart = matrix(row);
1151 together = matrix(row);
1154 * compute the Tsp_cost_t matrix
1158 sfprintf(sfstderr, "compute the tsp cost matrix\
[all...]

Completed in 9 milliseconds