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

/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_sa_multipath_record.c1345 osm_sa_item_t *matrix[2][2]; local
1389 matrix[0][0] =
1393 matrix[0][1] =
1397 matrix[1][0] =
1401 matrix[1][1] =
1406 OSM_LOG(sa->p_log, OSM_LOG_DEBUG, "APM matrix:\n"
1409 matrix[0][0] ? matrix[0][0]->resp.mpr_rec.path_rec.slid : 0,
1410 matrix[0][0] ? matrix[
[all...]
H A Dosm_mesh.c280 * free a square matrix of rank l
298 * allocate a square matrix of rank l
321 "Failed allocating matrix - out of memory\n");
330 * free a square matrix of rank l of polynomials
353 * allocate a square matrix of rank l of polynomials of degree n
383 "Failed allocating matrix - out of memory\n");
394 * compute the determinant of a submatrix of matrix of rank l of polynomials of degree n
398 int ***matrix, int **poly)
434 m[x][y][k] = matrix[i][j][k];
458 * compute the determinant of matrix
397 sub_determinant(lash_t *p_lash, int n, int l, int row, int col, int ***matrix, int **poly) argument
539 char_poly(lash_t *p_lash, int rank, int **matrix, int **poly) argument
[all...]
/freebsd-11-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_mesh.h63 int **matrix; /* distances between adjacant switches */ member in struct:_mesh_node
64 int *poly; /* characteristic polynomial of matrix */
/freebsd-11-stable/sys/dev/sound/pcm/
H A Dfeeder_volume.c53 feed_volume_##SIGN##BIT##ENDIAN(int *vol, int *matrix, \
67 v = FEEDVOLUME_CALC##BIT(x, vol[matrix[i]]); \
100 int matrix[SND_CHN_MAX]; member in struct:feed_volume_info
240 int i, *vol, *matrix; local
252 matrix = info->matrix;
260 if (vol[matrix[--i]] != SND_VOL_FLAT) {
282 info->apply(vol, matrix, info->channels, dst, j);
311 * feeder_volume_apply_matrix(): For given matrix map, apply its configuration
312 * to feeder_volume matrix structur
[all...]
H A Dfeeder_matrix.c35 * + very generic and compact, provided that the supplied matrix map is in a
41 * + 'matrix' is kind of 0x7a69, due to prolong mental block.
80 } matrix[SND_CHN_T_MAX + 1]; member in struct:feed_matrix_info
132 for (i = 0; info->matrix[i].chn[0] != SND_CHN_T_EOF; \
134 if (info->matrix[i].chn[0] == SND_CHN_T_NULL) { \
139 } else if (info->matrix[i].chn[1] == \
142 src + info->matrix[i].chn[0]); \
151 info->matrix[i].chn[j] != SND_CHN_T_EOF; \
154 src + info->matrix[i].chn[j]); \
158 accum = (accum * info->matrix[
[all...]
H A Dfeeder_chain.c41 struct pcmchan_matrix *matrix; /* matrix map */ member in struct:feeder_chain_state
191 cdesc->current.matrix->channels, cdesc->current.matrix->ext);
310 cdesc->target.matrix->channels, cdesc->target.matrix->ext);
320 ret = feeder_matrix_setup(f, cdesc->current.matrix,
321 cdesc->target.matrix);
331 cdesc->current.matrix = cdesc->target.matrix;
[all...]
H A Dchannel.c1209 c->matrix = *feeder_matrix_id_map(SND_CHN_MATRIX_1_0);
1210 c->matrix.id = SND_CHN_MATRIX_PCMCHANNEL;
1342 ("%s(): invalid volume matrix c=%p vc=%d vt=%d val=%d",
1383 ("%s(): invalid volume matrix c=%p vc=%d vt=%d",
1400 return (&c->matrix);
1408 ("%s(): NULL channel or matrix", __func__));
1414 c->matrix = *m;
1415 c->matrix.id = SND_CHN_MATRIX_PCMCHANNEL;
1434 return (feeder_matrix_oss_get_channel_order(&c->matrix, map));
1450 m = c->matrix;
[all...]
H A Dchannel.h164 struct pcmchan_matrix matrix; member in struct:pcm_channel
H A Dsound.h83 #include <dev/sound/pcm/matrix.h>
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_wait_noproc.c143 const int matrix[] = { local
152 const size_t M = (1 << __arraycount(matrix)) - 1;
160 for (n = 0; n < __arraycount(matrix); n++) {
162 rv |= matrix[n];
188 const int matrix[] = { local
211 rv |= matrix[n];
/freebsd-11-stable/contrib/gcc/
H A Dlambda-mat.c1 /* Integer matrix math routines
32 /* Allocate a matrix of M rows x N cols. */
48 /* Copy the elements of M x N matrix MAT1 to MAT2. */
60 /* Store the N x N identity matrix in MAT. */
72 /* Return true if MAT is the identity matrix of SIZE */
95 /* Negate the elements of the M x N matrix MAT1 and store it in MAT2. */
106 /* Take the transpose of matrix MAT1 and store it in MAT2.
107 MAT1 is an M x N matrix, so MAT2 must be N x M. */
146 MAT1 is an M x R matrix, and MAT2 is R x N. The resulting MAT2
167 /* Get column COL from the matrix MA
638 lambda_matrix_vector_mult(lambda_matrix matrix, int m, int n, lambda_vector vec, lambda_vector dest) argument
652 print_lambda_matrix(FILE * outfile, lambda_matrix matrix, int m, int n) argument
[all...]
H A Dlambda.h1 /* Lambda matrix and vector interface.
36 /* An integer matrix. A matrix consists of m vectors of length n (IE
40 /* A transformation matrix, which is a self-contained ROWSIZE x COLSIZE
41 matrix. Rather than use floats, we simply keep a single DENOMINATOR that
42 represents the denominator for every element in the matrix. */
45 lambda_matrix matrix; member in struct:__anon1347
50 #define LTM_MATRIX(T) ((T)->matrix)
355 /* Multiply a vector by a matrix. */
H A Dlambda-code.c46 /* This loop nest code generation is based on non-singular matrix
75 For a dense source space, we take the transformation matrix, decompose it
85 bounds in the target space by simple matrix multiplication.
87 diagonals of the H matrix.
92 spaces directly, we just find a legal transformation matrix that gives you
101 transformation matrix specified by the user (since our matrix transformations
103 (which is dense) plus the composed transformation matrix, to compute the rest
107 space (A), and a matrix (L) that transforms A into B, such that A.L = B.
108 We then compute the composition of L and the user transformation matrix (
973 lambda_matrix matrix, H; local
[all...]
/freebsd-11-stable/sys/mips/adm5120/
H A Dif_admsw.c292 admsw_setvlan(struct admsw_softc *sc, char matrix[6]) argument
296 i = matrix[0] + (matrix[1] << 8) + (matrix[2] << 16) + (matrix[3] << 24);
298 i = matrix[4] + (matrix[5] << 8);
/freebsd-11-stable/sys/dev/sound/pci/hda/
H A Dhdaa.c239 static const struct matrix { struct
350 /* Look for maximal fitting matrix. */
351 for (i = 0; i < sizeof(matrixes) / sizeof(struct matrix); i++) {
367 "%s channel matrix is: %s%d.%d (%s)\n",
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dconfigure8591 Here is a matrix of mmap possibilities:
/freebsd-11-stable/contrib/dialog/
H A Dconfigure5892 Here is a matrix of mmap possibilities:
/freebsd-11-stable/contrib/groff/
H A Dconfigure8846 Here is a matrix of mmap possibilities:
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dconfigure8708 Here is a matrix of mmap possibilities:
/freebsd-11-stable/crypto/heimdal/
H A Dconfigure15573 Here is a matrix of mmap possibilities:
26599 Here is a matrix of mmap possibilities:
/freebsd-11-stable/contrib/binutils/bfd/
H A Dconfigure19814 Here is a matrix of mmap possibilities:
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure32218 Here is a matrix of mmap possibilities:
[all...]

Completed in 471 milliseconds