Home
last modified time | relevance | path

Searched refs:matrix (Results 1 – 25 of 205) sorted by relevance

123456789

/src/sys/contrib/device-tree/Bindings/mfd/
H A Datmel-matrix.txt8 "atmel,at91sam9260-matrix", "syscon"
9 "atmel,at91sam9261-matrix", "syscon"
10 "atmel,at91sam9263-matrix", "syscon"
11 "atmel,at91sam9rl-matrix", "syscon"
12 "atmel,at91sam9g45-matrix", "syscon"
13 "atmel,at91sam9n12-matrix", "syscon"
14 "atmel,at91sam9x5-matrix", "syscon"
15 "atmel,sama5d3-matrix", "syscon"
16 "microchip,sam9x60-matrix", "syscon"
17 "microchip,sam9x7-matrix", "atmel,at91sam9x5-matrix", "syscon"
[all …]
H A Dtc3589x.txt50 - keypad,num-rows : number of rows in the matrix, see
51 bindings/input/matrix-keymap.txt
52 - keypad,num-columns : number of columns in the matrix, see
53 bindings/input/matrix-keymap.txt
55 bindings/input/matrix-keymap.txt
/src/contrib/ofed/opensm/opensm/
H A Dosm_sa_multipath_record.c1345 osm_sa_item_t *matrix[2][2]; in mpr_rcv_get_apm_paths() local
1389 matrix[0][0] = in mpr_rcv_get_apm_paths()
1393 matrix[0][1] = in mpr_rcv_get_apm_paths()
1397 matrix[1][0] = in mpr_rcv_get_apm_paths()
1401 matrix[1][1] = in mpr_rcv_get_apm_paths()
1409 matrix[0][0] ? matrix[0][0]->resp.mpr_rec.path_rec.slid : 0, in mpr_rcv_get_apm_paths()
1410 matrix[0][0] ? matrix[0][0]->resp.mpr_rec.path_rec.dlid : 0, in mpr_rcv_get_apm_paths()
1411 matrix[0][0] ? matrix[0][0]->resp.mpr_rec.hops : 0, in mpr_rcv_get_apm_paths()
1412 matrix[0][1] ? matrix[0][1]->resp.mpr_rec.path_rec.slid : 0, in mpr_rcv_get_apm_paths()
1413 matrix[0][1] ? matrix[0][1]->resp.mpr_rec.path_rec.dlid : 0, in mpr_rcv_get_apm_paths()
[all …]
H A Dosm_mesh.c398 int ***matrix, int **poly) in sub_determinant() argument
434 m[x][y][k] = matrix[i][j][k]; in sub_determinant()
539 static int char_poly(lash_t *p_lash, int rank, int **matrix, int **poly) in char_poly() argument
551 if (!matrix) in char_poly()
565 m[i][j][0] = matrix[i][j]; in char_poly()
661 node->matrix = m; in get_switch_metric()
847 if (!node->matrix || !node->dimension) in seed_axes()
868 if (node->matrix[i][j] != 2) in seed_axes()
901 if (!s->node->matrix) in opposite()
909 if (s->node->matrix[i][j] != 2) in opposite()
[all …]
/src/contrib/googletest/googlemock/src/
H A Dgmock-matchers.cc371 const MatchMatrix& matrix, MatchResultListener* listener) const { in VerifyMatchMatrix() argument
372 if (matrix.LhsSize() == 0 && matrix.RhsSize() == 0) { in VerifyMatchMatrix()
378 matrix.LhsSize() != matrix.RhsSize(); in VerifyMatchMatrix()
384 if (matrix.LhsSize() != 0 && listener->IsInterested()) { in VerifyMatchMatrix()
385 *listener << "which has " << Elements(matrix.LhsSize()) << "\n"; in VerifyMatchMatrix()
390 ::std::vector<char> element_matched(matrix.LhsSize(), 0); in VerifyMatchMatrix()
391 ::std::vector<char> matcher_matched(matrix.RhsSize(), 0); in VerifyMatchMatrix()
393 for (size_t ilhs = 0; ilhs < matrix.LhsSize(); ilhs++) { in VerifyMatchMatrix()
394 for (size_t irhs = 0; irhs < matrix.RhsSize(); irhs++) { in VerifyMatchMatrix()
395 char matched = matrix.HasEdge(ilhs, irhs); in VerifyMatchMatrix()
[all …]
/src/sys/dev/sound/pcm/
H A Dfeeder_matrix.c75 } matrix[SND_CHN_T_MAX + 1]; member
126 for (i = 0; info->matrix[i].chn[0] != SND_CHN_T_EOF; i++) { in feed_matrix_apply()
127 if (info->matrix[i].chn[0] == SND_CHN_T_NULL) { in feed_matrix_apply()
131 } else if (info->matrix[i].chn[1] == SND_CHN_T_EOF) { in feed_matrix_apply()
133 info->matrix[i].chn[0], fmt); in feed_matrix_apply()
140 for (j = 0; info->matrix[i].chn[j] != SND_CHN_T_EOF; in feed_matrix_apply()
143 info->matrix[i].chn[j], fmt); in feed_matrix_apply()
147 accum = (accum * info->matrix[i].mul) >> in feed_matrix_apply()
148 info->matrix[i].shift; in feed_matrix_apply()
165 for (i = 0; i < nitems(info->matrix); i++) { in feed_matrix_reset()
[all …]
H A Dfeeder_chain.c41 struct pcmchan_matrix *matrix; /* matrix map */ member
191 cdesc->current.matrix->channels, cdesc->current.matrix->ext); in feeder_build_formatne()
306 cdesc->target.matrix->channels, cdesc->target.matrix->ext); in feeder_build_matrix()
316 ret = feeder_matrix_setup(f, cdesc->current.matrix, in feeder_build_matrix()
317 cdesc->target.matrix); in feeder_build_matrix()
327 cdesc->current.matrix = cdesc->target.matrix; in feeder_build_matrix()
385 ret = feeder_volume_apply_matrix(f, cdesc->current.matrix); in feeder_build_volume()
519 #define FEEDER_BW(c, t) ((c)->t.matrix->channels * (c)->t.rate)
525 #define FEEDMATRIX_UP(c) ((c)->target.matrix->channels > \
526 (c)->current.matrix->channels)
[all …]
H A Dfeeder_volume.c53 feed_volume_##SIGN##BIT##ENDIAN(int *vol, int *matrix, \
68 v = FEEDVOLUME_CALC##BIT(x, vol[matrix[i]]); \
105 int matrix[SND_CHN_MAX]; member
248 int i, *matrix; in feed_volume_feed() local
264 matrix = info->matrix; in feed_volume_feed()
272 if (vol[matrix[i]] != SND_VOL_FLAT || in feed_volume_feed()
273 muted[matrix[i]] != 0) { in feed_volume_feed()
305 info->apply(temp_vol, matrix, info->channels, dst, j); in feed_volume_feed()
349 for (i = 0; i < nitems(info->matrix); i++) { in feeder_volume_apply_matrix()
351 info->matrix[i] = m->map[i].type; in feeder_volume_apply_matrix()
[all …]
/src/sys/contrib/device-tree/Bindings/input/
H A Dgpio-matrix-keypad.txt1 * GPIO driven matrix keypad device tree bindings
3 GPIO driven matrix keypad is used to interface a SoC with a matrix keypad.
4 The matrix keypad supports multiple row and column lines, a key can be
5 placed at each intersection of a unique row and a unique column. The matrix
10 - compatible: Should be "gpio-matrix-keypad"
18 bindings/input/matrix-keymap.txt
31 matrix-keypad {
32 compatible = "gpio-matrix-keypad";
H A Dqcom,pm8xxx-keypad.txt29 input/matrix-keymap.txt.
46 in input/matrix-keymap.txt.
52 found in input/matrix-keymap.txt.
64 of the matrix array.
70 the matrix array.
H A Dstmpe-keypad.txt5 - linux,keymap : See ./matrix-keymap.txt
11 - keypad,num-rows : See ./matrix-keymap.txt
12 - keypad,num-columns : See ./matrix-keymap.txt
/src/contrib/file/magic/Magdir/
H A Dmathematica127 # check for valid imaginary flag of Matlab matrix version 4
129 # check for valid ASCII matrix name
138 # no example for 8-bit and 16-bit integers matrix
146 # no misidentified little endian MATrix example with "short" matrix name
149 # by check for non zero matrix name length
152 # little endian MATrix with "long" matrix name or some misidentified samples
154 # skip TileCacheLogo-*.dat with invalid 2nd character \001 of matrix name with length 96
174 # namlen; the length of the matrix name
177 # nul terminated matrix name like: fit_params testmatrix testsparsecomplex teststringarray
181 # T indicates the matrix type: 0~numeric 1~text 2~sparse
[all …]
H A Dti-8x21 >0x00003B byte 0x02 (matrix)
39 >0x00003B byte 0x02 (matrix)
56 >0x00003B byte 0x02 (matrix)
74 >0x00003B byte 0x02 (matrix)
99 >0x00003B byte 0x06 (real matrix)
100 >0x00003B byte 0x07 (complex matrix)
132 >0x00003B byte 0x06 (real matrix)
133 >0x00003B byte 0x07 (complex matrix)
159 >0x000048 byte 0x06 (matrix)
177 >0x000048 byte 0x06 (matrix)
[all …]
/src/sys/contrib/device-tree/Bindings/iio/
H A Dmount-matrix.txt5 * should we have HOWTO engineer a correct matrix for a new device (without comparing to a different…
10 Mounting matrix
12 The mounting matrix is a device tree property used to orient any device
16 The purpose of the mounting matrix is to translate the sensor frame of
17 reference into the device frame of reference using a translation matrix as
43 to this world. When using the mounting matrix, the sensor and device orientation
154 To achieve this, use the device tree property "mount-matrix" for the sensor.
156 This supplies a 3x3 rotation matrix in the strict linear algebraic sense,
159 multiplied by this matrix to give the proper vectors values in three-dimensional
165 The mounting matrix has the layout:
[all …]
/src/contrib/arm-optimized-routines/math/tools/
H A Dremez.jl369 matrix = array2d(BigFloat, n+d+1, n+d+1)
376 matrix[row, 1+j] = sums[1+i+j, 1]
379 matrix[row, 1+n+j] = -sums[1+i+j, 2]
388 matrix[row, 1+j] = sums[1+i+j, 2]
391 matrix[row, 1+n+j] = -sums[1+i+j, 3]
396 @debug("leastsquares", "matrix=", repr(matrix))
400 all_coeffs = matrix \ vector
639 matrix = array2d(BigFloat, n+2, n+2)
645 matrix[i,1+j] = x^j
649 matrix[i, n+2] = currsign / w(x,y)
[all …]
/src/sys/contrib/device-tree/Bindings/iio/accel/
H A Dkionix,kxcjk1013.txt14 - mount-matrix: an optional 3x3 mounting rotation matrix
21 mount-matrix = "0", "1", "0",
/src/contrib/netbsd-tests/lib/libc/sys/
H A Dt_wait_noproc.c143 const int matrix[] = { in get_options6() local
152 const size_t M = (1 << __arraycount(matrix)) - 1; in get_options6()
160 for (n = 0; n < __arraycount(matrix); n++) { in get_options6()
162 rv |= matrix[n]; in get_options6()
188 const int matrix[] = { in get_options4() local
211 rv |= matrix[n]; in get_options4()
/src/crypto/openssl/test/recipes/30-test_evp_data/
H A Devppkey_ml_kem_768_encap.txt1917 # Rho leads to frequent rejection on matrix expansion
1925 # Rho leads to frequent rejection on matrix expansion
1933 # Rho leads to frequent rejection on matrix expansion
1941 # Rho leads to frequent rejection on matrix expansion
1949 # Rho leads to frequent rejection on matrix expansion
1957 # Rho leads to frequent rejection on matrix expansion
1965 # Rho leads to frequent rejection on matrix expansion
1973 # Rho leads to frequent rejection on matrix expansion
1981 # Rho leads to frequent rejection on matrix expansion
1989 # Rho leads to frequent rejection on matrix expansion
[all …]
H A Devppkey_ml_kem_1024_encap.txt1917 # Rho leads to frequent rejection on matrix expansion
1925 # Rho leads to frequent rejection on matrix expansion
1933 # Rho leads to frequent rejection on matrix expansion
1941 # Rho leads to frequent rejection on matrix expansion
1949 # Rho leads to frequent rejection on matrix expansion
1957 # Rho leads to frequent rejection on matrix expansion
1965 # Rho leads to frequent rejection on matrix expansion
1973 # Rho leads to frequent rejection on matrix expansion
1981 # Rho leads to frequent rejection on matrix expansion
1989 # Rho leads to frequent rejection on matrix expansion
[all …]
H A Devppkey_ml_kem_1024_decap.txt2008 # Rho leads to frequent rejection on matrix expansion
2015 # Rho leads to frequent rejection on matrix expansion
2022 # Rho leads to frequent rejection on matrix expansion
2029 # Rho leads to frequent rejection on matrix expansion
2036 # Rho leads to frequent rejection on matrix expansion
2043 # Rho leads to frequent rejection on matrix expansion
2050 # Rho leads to frequent rejection on matrix expansion
2057 # Rho leads to frequent rejection on matrix expansion
2064 # Rho leads to frequent rejection on matrix expansion
2071 # Rho leads to frequent rejection on matrix expansion
[all …]
H A Devppkey_ml_kem_768_decap.txt2008 # Rho leads to frequent rejection on matrix expansion
2015 # Rho leads to frequent rejection on matrix expansion
2022 # Rho leads to frequent rejection on matrix expansion
2029 # Rho leads to frequent rejection on matrix expansion
2036 # Rho leads to frequent rejection on matrix expansion
2043 # Rho leads to frequent rejection on matrix expansion
2050 # Rho leads to frequent rejection on matrix expansion
2057 # Rho leads to frequent rejection on matrix expansion
2064 # Rho leads to frequent rejection on matrix expansion
2071 # Rho leads to frequent rejection on matrix expansion
[all …]
/src/sys/contrib/device-tree/Bindings/iio/magnetometer/
H A Dak8975.txt12 - mount-matrix: an optional 3x3 mounting rotation matrix
21 mount-matrix = "-0.984807753012208", /* x0 */
/src/crypto/openssl/doc/designs/quic-design/images/
H A Dquic-concurrency-models.svg1matrix(.33343 0 0 .33343 -.5 -.5)" clip-rule="evenodd"/></clipPath><clipPath clipPathUnits="userSp…
/src/crypto/openssl/doc/designs/
H A DML-KEM.md37 Instead of the bulky "A" ("m" in the code) matrix, which represents the majority
39 key, holds a 32-byte seed from which the the matrix is regenerated by the recipient
41 In the OpenSSL implementation, the matrix is *eagerly* evaluated as part of
44 Since the private key includes the public key as one of its components, the matrix
48 possible to save space and compute the matrix elements *just-in-time*, as each
49 matrix element is used exactly once.
50 This is not currently implemented, and the matrix is pre-computed in full.
52 However, the same matrix is used both during key generation and decapsulation
55 If we wanted to do *just-in-time* matrix computation for decapsulation, we'd
57 is known, and to change the algorithm code to generate matrix elements on
[all …]
/src/sys/contrib/device-tree/Bindings/
H A Dnuma.txt44 - distance-matrix
45 This property defines a matrix to describe the relative distances
55 3. distance-matrix should have entries in lexicographical ascending
60 distance-matrix is used.
83 and dt presentation for this distance matrix is,
87 distance-matrix = <0 0 10>,
131 distance-matrix = <0 0 10>,
316 distance-matrix = <0 0 10>,

123456789