/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/ |
H A D | Math.h | 1 //===- Math.h - PBQP Vector and Matrix classes ------------------*- C++ -*-===// 120 /// PBQP Matrix class 121 class Matrix { 123 friend hash_code hash_value(const Matrix &); 126 /// Construct a PBQP Matrix with the given dimensions. 127 Matrix(unsigned Rows, unsigned Cols) : in Matrix() function 131 /// Construct a PBQP Matrix with the given dimensions and initial 133 Matrix(unsigned Rows, unsigned Cols, PBQPNum InitVal) in Matrix() function 139 /// Copy construct a PBQP matrix. 140 Matrix(const Matrix &M) in Matrix() function [all …]
|
H A D | ReductionRules.h | 34 using Matrix = typename GraphT::Matrix; in applyR1() local 43 const Matrix &ECosts = G.getEdgeCosts(EId); in applyR1() 78 using Matrix = typename GraphT::Matrix; in applyR2() local 96 const Matrix *YXECosts = FlipEdge1 ? in applyR2() 97 new Matrix(G.getEdgeCosts(YXEId).transpose()) : in applyR2() 100 const Matrix *ZXECosts = FlipEdge2 ? in applyR2() 101 new Matrix(G.getEdgeCosts(ZXEId).transpose()) : in applyR2() 134 const Matrix &YZECosts = G.getEdgeCosts(YZEId); in applyR2() 182 using Matrix = typename GraphT::Matrix; in backpropagate() local 203 const Matrix& edgeCosts = G.getEdgeCosts(EId); in backpropagate()
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | atmel-matrix.txt | 1 * Device tree bindings for Atmel Bus Matrix 3 The Bus Matrix registers are used to configure Atmel SoCs internal bus 8 "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", "sysco [all...] |
H A D | tc3589x.txt | 50 - 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
|
/freebsd/.github/workflows/ |
H A D | cross-bootstrap-tools.yml | 15 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/sys/dev/sound/pcm/ |
H A D | feeder_matrix.c | 37 * + very generic and compact, provided that the supplied matrix map is in a 43 * + 'matrix' is kind of 0x7a69, due to prolong mental block. 80 } matrix[SND_CHN_T_MAX + 1]; member 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 D | feeder_volume.c | 53 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() 320 * feeder_volume_apply_matrix(): For given matrix ma [all...] |
H A D | feeder_chain.c | 41 struct pcmchan_matrix *matrix; /* matrix map */ member 191 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() 320 ret = feeder_matrix_setup(f, cdesc->current.matrix, in feeder_build_matrix() 321 cdesc->target.matrix); in feeder_build_matrix() 331 cdesc->current.matrix = cdesc->target.matrix; in feeder_build_matrix() [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | MatrixBuilder.h | 1 //===- llvm/MatrixBuilder.h - Builder to lower matrix ops -------*- C++ -*-===// 10 // to lower matrix operations to LLVM IR. 40 "One of the operands must be a matrix (embedded in a vector)"); in splatScalarOperandIfNeeded() 60 /// Create a column major, strided matrix load. 61 /// \p EltTy - Matrix element type 62 /// \p DataPtr - Start address of the matrix read 63 /// \p Rows - Number of rows in matrix (must be a constant) 64 /// \p Columns - Number of columns in matrix (must be a constant) 85 /// Create a column major, strided matrix store. 86 /// \p Matrix - Matrix to store [all …]
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_sa_multipath_record.c | 1345 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() 1406 OSM_LOG(sa->p_log, OSM_LOG_DEBUG, "APM matrix:\n" 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() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/input/ |
H A D | gpio-matrix-keypad.txt | 1 * 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 D | qcom,pm8xxx-keypad.txt | 29 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/contrib/file/magic/Magdir/ |
H A D | mathematica | 127 # 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 141 # branch for Little-Endian variant of Matlab MATrix version 4 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 163 …e header with 5 long integers that contains information describing certain attributes of the Matrix 174 # namlen; the length of the matrix name [all …]
|
H A D | ti-8x | 21 >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 …]
|
/freebsd/crypto/openssh/.github/workflows/ |
H A D | selfhosted.yml | 10 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 D | upstream.yml | 14 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 D | c-cpp.yml | 14 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/sys/contrib/device-tree/Bindings/iio/ |
H A D | mount-matrix.txt | 5 * 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 …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InterleavedAccess.cpp | 75 /// Performs matrix transposition on a 4x4 matrix \p InputVectors and 319 ArrayRef<Instruction *> Matrix, in interleave8bitStride4VF8() argument 322 // Matrix[0]= c0 c1 c2 c3 c4 ... c7 in interleave8bitStride4VF8() 323 // Matrix[1]= m0 m1 m2 m3 m4 ... m7 in interleave8bitStride4VF8() 324 // Matrix[2]= y0 y1 y2 y3 y4 ... y7 in interleave8bitStride4VF8() 325 // Matrix[3]= k0 k1 k2 k3 k4 ... k7 in interleave8bitStride4VF8() 345 Builder.CreateShuffleVector(Matrix[0], Matrix[1], MaskLow); in interleave8bitStride4VF8() 347 Builder.CreateShuffleVector(Matrix[2], Matrix[3], MaskLow); in interleave8bitStride4VF8() 359 ArrayRef<Instruction *> Matrix, SmallVectorImpl<Value *> &TransposedMatrix, in interleave8bitStride4() argument 362 // Matrix[0]= c0 c1 c2 c3 c4 ... c31 in interleave8bitStride4() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LowerMatrixIntrinsics.cpp | 1 //===- LowerMatrixIntrinsics.cpp - Lower matrix intrinsics -----*- C++ -*-===// 9 // Lower matrix intrinsics to vector operations. 53 #define DEBUG_TYPE "lower-matrix-intrinsics" 56 FuseMatrix("fuse-matrix", cl::init(true), cl::Hidden, 57 cl::desc("Enable/disable fusing matrix instructions.")); 60 "fuse-matrix-tile-size", cl::init(4), cl::Hidden, 62 "Tile size for matrix instruction fusion using square-shaped tiles.")); 63 static cl::opt<bool> TileUseLoops("fuse-matrix-use-loops", cl::init(false), 67 "force-fuse-matrix", cl::init(false), cl::Hidden, 68 cl::desc("Force matrix instruction fusion even if not profitable.")); [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | LiveRegMatrix.cpp | 40 "Live Register Matrix", false, false) 44 "Live Register Matrix", false, false) in INITIALIZE_PASS_DEPENDENCY() 61 if (NumRegUnits != Matrix.size()) in runOnMachineFunction() 63 Matrix.init(LIUAlloc, NumRegUnits); in runOnMachineFunction() 71 for (unsigned i = 0, e = Matrix.size(); i != e; ++i) { in releaseMemory() 72 Matrix[i].clear(); in releaseMemory() 113 Matrix[Unit].unify(VirtReg, Range); in assign() 130 Matrix[Unit].extract(VirtReg, Range); in unassign() 140 if (!Matrix[Unit].empty()) in isPhysRegUsed() 181 Q.init(UserTag, LR, Matrix[RegUnit]); in query() [all …]
|
/freebsd/contrib/googletest/googlemock/src/ |
H A D | gmock-matchers.cc | 371 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 …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | MatrixUtils.h | 1 //===- MatrixUtils.h - Utilities to lower matrix intrinsics -----*- C++ -*-===// 9 // Utilities for generating tiled loops for matrix operations. 32 /// Number of rows of the matrix. 35 /// Number of columns of the matrix. 38 /// Number of columns of the first matrix of a multiply / 39 /// number of rows of the second matrix of a multiply.
|
/freebsd/sys/contrib/openzfs/.github/workflows/ |
H A D | codeql.yml | 22 matrix: 36 config-file: .github/codeql-${{ matrix.language }}.yml 37 languages: ${{ matrix.language }} 45 category: "/language:${{matrix.language}}"
|
/freebsd/contrib/googletest/ |
H A D | .travis.yml | 1 # Build matrix / environment variable are explained on: 9 # Define the matrix explicitly, manually expanding the combinations of (os, compiler, env). 11 matrix: 57 # These are the install and build (script) phases for the most common entries in the matrix. They … 58 # in each entry in the matrix, but that is just repetitive.
|