Searched refs:rowsize (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/usr.bin/yacc/
H A Dwarshall.c49 int rowsize; local
59 rowsize = WORDSIZE(n);
60 relend = R + n*rowsize;
75 rend = rowj + rowsize;
81 rowj += rowsize;
84 ccol += rowsize;
93 rowi += rowsize;
100 int rowsize; local
107 rowsize = WORDSIZE(n);
108 relend = R + n*rowsize;
[all...]
H A Dclosure.c66 int rowsize; local
70 rowsize = WORDSIZE(nvars);
71 EFF = NEW2(nvars * rowsize, unsigned);
86 row += rowsize;
/freebsd-9.3-release/contrib/gcc/
H A Dlambda-trans.c34 lambda_trans_matrix_new (int colsize, int rowsize) argument
39 LTM_MATRIX (ret) = lambda_matrix_new (rowsize, colsize);
40 LTM_ROWSIZE (ret) = rowsize;
H A Dlambda-mat.c573 STARTROW. Otherwise return rowsize. */
576 lambda_matrix_first_nz_vec (lambda_matrix mat, int rowsize, int colsize, argument
582 for (j = startrow; (j < rowsize) && !found; j++)
591 return rowsize;
597 lambda_matrix_project_to_null (lambda_matrix B, int rowsize, argument
607 lambda_matrix_transpose (B, M1, rowsize, colsize);
611 lambda_matrix_mult (B, M1, M2, rowsize, colsize, rowsize);
615 determinant = lambda_matrix_inverse (M2, M3, rowsize);
618 lambda_matrix_mult (M1, M3, M2, colsize, rowsize, rowsiz
[all...]
H A Dlambda.h46 int rowsize; member in struct:__anon1185
51 #define LTM_ROWSIZE(T) ((T)->rowsize)

Completed in 76 milliseconds