Home
last modified time | relevance | path

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

12345678910>>...12

/freebsd/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 …]
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_sa_multipath_record.c1389 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()
1411 matrix[0][0] ? matrix[0][0]->resp.mpr_rec.hops : 0, in mpr_rcv_get_apm_paths()
1414 matrix[0][1] ? matrix[0][1]->resp.mpr_rec.hops : 0, in mpr_rcv_get_apm_paths()
1417 matrix[1][0] ? matrix[1][0]->resp.mpr_rec.hops : 0, in mpr_rcv_get_apm_paths()
1420 matrix[1][1] ? matrix[1][1]->resp.mpr_rec.hops : 0); in mpr_rcv_get_apm_paths()
1458 matrix[0][0] ? matrix[0][0]->resp.mpr_rec.hops : 0, in mpr_rcv_get_apm_paths()
1461 matrix[1][1] ? matrix[1][1]->resp.mpr_rec.hops : 0); in mpr_rcv_get_apm_paths()
1475 matrix[0][1] ? matrix[0][1]->resp.mpr_rec.hops : 0, in mpr_rcv_get_apm_paths()
[all …]
/freebsd/.github/workflows/
H A Dcross-bootstrap-tools.yml15 name: ${{ matrix.target_arch }} ${{ matrix.os }} (${{ matrix.compiler }})
16 runs-on: ${{ matrix.os }}
19 matrix:
46 sudo apt-get -yq --no-install-suggests --no-install-recommends install ${{ matrix.pkgs }}
51 brew install ${{ matrix.pkgs }} || true
55 if [ -n "${{ matrix.cross-bindir }}" ]; then
56 echo "EXTRA_BUILD_ARGS=--cross-bindir=${{ matrix.cross-bindir }}" >> $GITHUB_ENV
63 …tools/build/make.py --debug $EXTRA_BUILD_ARGS TARGET=${{ matrix.target }} TARGET_ARCH=${{ matrix.t…
65 …tools/build/make.py --debug $EXTRA_BUILD_ARGS TARGET=${{ matrix.target }} TARGET_ARCH=${{ matrix.t…
67 …tools/build/make.py --debug $EXTRA_BUILD_ARGS TARGET=${{ matrix.target }} TARGET_ARCH=${{ matrix.t…
/freebsd/contrib/googletest/googlemock/src/
H A Dgmock-matchers.cc373 if (matrix.LhsSize() == 0 && matrix.RhsSize() == 0) { in VerifyMatchMatrix()
378 if (matrix.LhsSize() != matrix.RhsSize()) { in VerifyMatchMatrix()
391 ::std::vector<char> element_matched(matrix.LhsSize(), 0); in VerifyMatchMatrix()
392 ::std::vector<char> matcher_matched(matrix.RhsSize(), 0); in VerifyMatchMatrix()
394 for (size_t ilhs = 0; ilhs < matrix.LhsSize(); ilhs++) { in VerifyMatchMatrix()
395 for (size_t irhs = 0; irhs < matrix.RhsSize(); irhs++) { in VerifyMatchMatrix()
396 char matched = matrix.HasEdge(ilhs, irhs); in VerifyMatchMatrix()
443 max_flow < matrix.RhsSize()) { in FindPairing()
447 << max_flow << " of " << matrix.RhsSize() in FindPairing()
454 max_flow < matrix.LhsSize()) { in FindPairing()
[all …]
/freebsd/sys/dev/sound/pcm/
H A Dfeeder_matrix.c80 } matrix[SND_CHN_T_MAX + 1]; member
159 info->matrix[i].shift; \
239 info->matrix[i].mul = 1; in feed_matrix_reset()
240 info->matrix[i].shift = 0; in feed_matrix_reset()
260 } else if (info->matrix[i].chn[1] == in feed_matrix_apply_generic()
277 info->matrix[i].shift; in feed_matrix_apply_generic()
345 info->matrix[ch].chn[j++] = in feed_matrix_setup()
348 info->matrix[ch].chn[j++] = in feed_matrix_setup()
369 info->matrix[ch].mul = mul; in feed_matrix_setup()
370 info->matrix[ch].shift = shift; in feed_matrix_setup()
[all …]
H A Dfeeder_chain.c191 cdesc->current.matrix->channels, cdesc->current.matrix->ext); in feeder_build_formatne()
310 cdesc->target.matrix->channels, cdesc->target.matrix->ext); in feeder_build_matrix()
321 cdesc->target.matrix); in feeder_build_matrix()
331 cdesc->current.matrix = cdesc->target.matrix; in feeder_build_matrix()
668 softmatrix = &c->matrix; in feeder_chain()
674 softmatrix = &c->matrix; in feeder_chain()
678 c->matrix = *softmatrix; in feeder_chain()
733 cdesc.target.matrix) != 0) in feeder_chain()
802 FEEDER_BUILD(matrix); in feeder_chain()
808 FEEDER_BUILD(matrix); in feeder_chain()
[all …]
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
241 int i, *matrix; in feed_volume_feed() local
256 matrix = info->matrix; in feed_volume_feed()
264 if (vol[matrix[i]] != SND_VOL_FLAT || in feed_volume_feed()
265 muted[matrix[i]] != 0) { in feed_volume_feed()
291 info->apply(temp_vol, matrix, info->channels, dst, j); in feed_volume_feed()
340 for (i = 0; i < nitems(info->matrix); i++) { in feeder_volume_apply_matrix()
342 info->matrix[i] = m->map[i].type; in feeder_volume_apply_matrix()
[all …]
/freebsd/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.
/freebsd/crypto/openssh/.github/workflows/
H A Dselfhosted.yml10 runs-on: ${{ matrix.host }}
13 HOST: ${{ matrix.host }}
14 TARGET_HOST: ${{ matrix.target }}
15 TARGET_CONFIG: ${{ matrix.config }}
18 # We use a matrix in two parts: firstly all of the VMs are tested with the
21 matrix:
99 run: vmrun ./.github/configure.sh ${{ matrix.config }}
103 name: ${{ matrix.target }}-${{ matrix.config }}-config
110 run: vmrun ./.github/run_test.sh ${{ matrix.config }}
116 name: ${{ matrix.target }}-${{ matrix.config }}-logs
H A Dupstream.yml14 TARGET_HOST: ${{ matrix.target }}
15 TARGET_CONFIG: ${{ matrix.config }}
18 matrix:
34 …run: vmrun "cd /usr/src/usr.bin/ssh && case ${{ matrix.config }} in without-openssl) make OPENSSL=…
38 …run: vmrun "cd /usr/src/regress/usr.bin/ssh && case ${{ matrix.config }} in without-openssl) make …
46 name: ${{ matrix.target }}-${{ matrix.config }}-logs
H A Dc-cpp.yml14 matrix:
103 runs-on: ${{ matrix.target }}
106 if: ${{ startsWith(matrix.target, 'windows') }}
109 if: ${{ startsWith(matrix.target, 'windows') }}
113 run: sh ./.github/setup_ci.sh ${{ matrix.config }}
117 run: sh ./.github/configure.sh ${{ matrix.config }}
121 name: ${{ matrix.target }}-${{ matrix.config }}-config
128 run: sh ./.github/run_test.sh ${{ matrix.config }}
136 name: ${{ matrix.target }}-${{ matrix.config }}-logs
/freebsd/contrib/libfido2/.github/workflows/
H A Dcifuzz_oss.yml23 matrix:
26 - name: build fuzzers (${{ matrix.sanitizer }})
31 sanitizer: ${{ matrix.sanitizer }}
33 - name: run fuzzers (${{ matrix.sanitizer }})
38 sanitizer: ${{ matrix.sanitizer }}
45 name: ${{ matrix.sanitizer }}-artifacts
H A Dwindows_builds.yml19 runs-on: ${{ matrix.os }}
22 matrix:
31 .\windows\build.ps1 -Fido2Flags '/analyze' -Arch ${{ matrix.arch }} `
32 -Type ${{ matrix.type }} -Config ${{ matrix.config }}
H A Dlinux_fuzz.yml19 runs-on: ${{ matrix.os }}
22 matrix:
34 CC: ${{ matrix.cc }}
39 CC: ${{ matrix.cc }}
40 SANITIZER: ${{ matrix.sanitizer }}
H A Dopenssl3.yml19 runs-on: ${{ matrix.os }}
22 matrix:
34 CC: ${{ matrix.cc }}
50 CC: ${{ matrix.cc }}
H A Dcygwin_builds.yml19 runs-on: ${{ matrix.os }}
22 matrix:
30 .\windows\cygwin.ps1 -Config ${{ matrix.config }}
/freebsd/sys/contrib/openzfs/.github/workflows/
H A Dzfs-linux.yml13 matrix:
15 runs-on: ubuntu-${{ matrix.os }}
23 run: tar czf modules-${{ matrix.os }}.tgz *.deb .github tests/test-runner tests/ImageOS.txt
26 name: modules-${{ matrix.os }}
27 path: modules-${{ matrix.os }}.tgz
34 matrix:
39 os: ${{ matrix.os }}
H A Dcodeql.yml18 matrix:
32 config-file: .github/codeql-${{ matrix.language }}.yml
33 languages: ${{ matrix.language }}
41 category: "/language:${{matrix.language}}"
/freebsd/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
174 # namlen; the length of the matrix name
181 # T indicates the matrix type: 0~numeric 1~text 2~sparse
186 # mrows; number of rows in the matrix like: 1 3 8
188 # ncols; number of columns in the matrix like: 1 3 4 5 9 43
190 # imagf; imaginary flag; 1~matrix has an imaginary part 0~only real data
[all …]
/freebsd/sys/contrib/device-tree/Bindings/iio/
H A Dmount-matrix.txt10 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
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,
165 The mounting matrix has the layout:
178 producing the transformation matrix.
185 mount-matrix = "1", "0", "0",
192 mount-matrix = "1", "0", "0",
[all …]
/freebsd/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",
/freebsd/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()
/freebsd/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]
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)
656 outvector = matrix \ vector
701 matrix[i,1+j] = x^j
[all …]
/freebsd/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 */

12345678910>>...12