Lines Matching refs:col
2785 for (int col = 0; col < Cols; ++col)
2788 ret[col][row] = -iargs.a[col][row];
2831 for (int col = 0; col < Cols; ++col)
2834 ret[col][row] = this->doGetScalarFunc().apply(ctx,
2835 iargs.a[col][row],
2836 iargs.b[col][row]);
2887 for (int col = 0; col < Cols; ++col)
2890 ret[col][row] = this->doGetScalarFunc().apply(ctx, iargs.a[col][row], iargs.b);
3630 for (int col = 0; col < RightCols; ++col)
3636 call<Mul>(ctx, left[ndx][row], right[col][ndx]));
3638 ret[col][row] = element;
3664 for (int col = 0; col < Cols; ++col)
3669 element = call<Add>(ctx, element, call<Mul>(ctx, left[row], right[col][row]));
3671 ret[col] = element;
3721 for (int col = 0; col < Cols; ++col)
3722 ret[col][row] = call<Mul>(ctx, iargs.a[row], iargs.b[col]);
3792 for (int col = 0; col < 3; ++col)
3793 minorColumns[col] = mat[col < ndx ? col : col + 1];
3795 for (int col = 0; col < 3; ++col)
3796 columns[col] = vec3(minorColumns[0][col+1],
3797 minorColumns[1][col+1],
3798 minorColumns[2][col+1]);
4944 for (int col = 0; col < Cols; ++col)
4946 if (inputLess(mat1[col], mat2[col]))
4948 if (inputLess(mat2[col], mat1[col]))