| /netbsd-src/external/apache2/llvm/dist/clang/docs/ |
| H A D | MatrixTypes.rst | 23 A matrix type is a scalar type with an underlying *element type*, a constant 25 element type, rows, and columns are the same type. A value of a matrix type 33 Currently, the element type of a matrix is only permitted to be one of the 47 of the *typedef* must be a valid matrix element type. The 51 type of the *typedef* becomes a matrix type with the given dimensions and an 66 A value of matrix type can be converted to another matrix type if the number of 68 element type of the result type. The result is a matrix where each element is 71 A value of any real type (as in C2x 6.2.5p17) can be converted to a matrix type 72 if it can be converted to the element type of the matrix. The result is a 73 matrix where all elements are the converted original value. [all …]
|
| /netbsd-src/external/lgpl3/gmp/dist/tests/mpn/ |
| H A D | t-matrix22.c | 26 struct matrix { struct 33 matrix_init (struct matrix *M, mp_size_t n) in matrix_init() argument 45 matrix_clear (struct matrix *M) in matrix_clear() 51 matrix_copy (struct matrix *R, const struct matrix *M) in matrix_copy() 62 matrix_equal_p (const struct matrix *A, const struct matrix *B) in matrix_equal_p() 72 matrix_random(struct matrix *M, mp_size_t n, gmp_randstate_ptr rands) in matrix_random() 89 ref_matrix22_mul (struct matrix *R, in ref_matrix22_mul() 90 const struct matrix *A, in ref_matrix22_mul() 91 const struct matrix *B, mp_ptr tp) in ref_matrix22_mul() 134 one_test (const struct matrix *A, const struct matrix *B, int i) in one_test() [all …]
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-runtime/doc/ |
| H A D | ChangeLog | 11 * matrix.texi: Update. 39 * matrix.texi: Update. 52 * matrix.texi: Update. 61 * matrix.texi: Update. 70 * matrix.texi: Update. 79 * matrix.texi: Update. 88 * matrix.texi: Update. 92 * matrix.texi: Update. 115 * matrix.texi: Update. 123 * matrix.texi: Update. [all …]
|
| H A D | nls.texi | 221 matrix shows the current state of internationalization, as of 222 @value{STATUS}. The matrix shows, in regard of each package, for which 226 @include matrix.texi 228 Some counters in the preceding matrix are higher than the number of visible 232 For a PO file in the matrix above to be effective, the package to which 239 up-to-date matrix with full percentage details can be found at 240 @file{http://www.iro.umontreal.ca/contrib/po/HTML/matrix.html}.
|
| H A D | Makefile.am | 23 EXTRA_DIST += nls.texi matrix.texi
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/src/ |
| H A D | gmock-matchers.cc | 372 const MatchMatrix& matrix, MatchResultListener* listener) const { in VerifyMatchMatrix() argument 374 ::std::vector<char> element_matched(matrix.LhsSize(), 0); in VerifyMatchMatrix() 375 ::std::vector<char> matcher_matched(matrix.RhsSize(), 0); in VerifyMatchMatrix() 377 for (size_t ilhs = 0; ilhs < matrix.LhsSize(); ilhs++) { in VerifyMatchMatrix() 378 for (size_t irhs = 0; irhs < matrix.RhsSize(); irhs++) { in VerifyMatchMatrix() 379 char matched = matrix.HasEdge(ilhs, irhs); in VerifyMatchMatrix() 421 const MatchMatrix& matrix, MatchResultListener* listener) const { in FindPairing() argument 422 ElementMatcherPairs matches = FindMaxBipartiteMatching(matrix); in FindPairing() 426 max_flow < matrix.RhsSize()) { in FindPairing() 430 << max_flow << " of " << matrix.RhsSize() in FindPairing() [all …]
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/ |
| H A D | altivec-abi.c | 43 array_of_vector_func (vector signed short *matrix) in array_of_vector_func() argument 45 matrix[0] = vec_add (matrix[0], matrix[1]); in array_of_vector_func() 46 matrix[2] = vec_add (matrix[2], matrix[3]); in array_of_vector_func()
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/ |
| H A D | altivec-abi.c | 43 array_of_vector_func (vector signed short *matrix) in array_of_vector_func() argument 45 matrix[0] = vec_add (matrix[0], matrix[1]); in array_of_vector_func() 46 matrix[2] = vec_add (matrix[2], matrix[3]); in array_of_vector_func()
|
| /netbsd-src/external/bsd/file/dist/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 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 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 …]
|
| /netbsd-src/tests/lib/libc/sys/ |
| H A D | t_wait_noproc.c | 143 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() 186 const int matrix[] = { in get_options4() local 209 rv |= matrix[n]; in get_options4()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/ |
| H A D | nouveau_dispnv50_base907c.c | 121 u32 *val = &asyw->csc.matrix[j * 4 + i]; in base907c_csc() 127 *val = csc_drm_to_base(ctm->matrix[j * 3 + i]); in base907c_csc() 150 evo_data(push, asyw->csc.matrix[0] | 0x80000000); in base907c_csc_set() 152 evo_data(push, asyw->csc.matrix[i]); in base907c_csc_set()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm_color.c | 167 struct fixed31_32 *matrix) in __drm_ctm_to_dc_matrix() argument 183 matrix[i] = dc_fixpt_zero; in __drm_ctm_to_dc_matrix() 188 val = ctm->matrix[i - (i / 4)]; in __drm_ctm_to_dc_matrix() 193 matrix[i].value = val; in __drm_ctm_to_dc_matrix() 399 __drm_ctm_to_dc_matrix(ctm, stream->gamut_remap_matrix.matrix); in amdgpu_dm_update_crtc_color_mgmt()
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/examples/mxv-pthreads/ |
| H A D | README.md | 1 # README for the matrix-vector multiplication demo code 5 This program implements the multiplication of a matrix and a vector. It is 7 model. Each thread gets assigned a contiguous set of rows of the matrix to 10 The code initializes the data, executes the matrix-vector multiplication, and 42 * Create and execute the threads. Each thread performs the matrix-vector 110 As an example, these are the options to compute the product of a 2000x1000 matrix 117 Initialized matrix and vectors
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/basics/ |
| H A D | amdgpu_conversion.c | 89 uint16_t *matrix, in convert_float_matrix() argument 109 matrix[i] = (uint16_t)reg_value; in convert_float_matrix()
|
| H A D | conversion.h | 39 uint16_t *matrix,
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | at91sam9261.dtsi | 104 atmel,matrix = <&matrix>; 150 atmel,matrix = <&matrix>; 288 matrix: matrix@ffffee00 { label 289 compatible = "atmel,at91sam9261-matrix", "syscon";
|
| H A D | at91sam9263.dtsi | 132 matrix: matrix@ffffec00 { label 133 compatible = "atmel,at91sam9263-matrix", "syscon"; 780 atmel,matrix = <&matrix>; 805 atmel,matrix = <&matrix>;
|
| /netbsd-src/external/gpl2/groff/dist/src/preproc/eqn/ |
| H A D | TODO | 20 Provide a nicer matrix syntax, eg 21 matrix ccc {
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/ |
| H A D | comparison.d | 1031 auto cIns = j == 0 ? CostType.max : matrix(i,j - 1); in path() 1032 auto cDel = i == 0 ? CostType.max : matrix(i - 1,j); in path() 1035 : matrix(i - 1,j - 1); in path() 1039 result ~= matrix(i - 1,j - 1) == matrix(i,j) in path() 1071 ref CostType matrix(size_t row, size_t col) { return _matrix[row * cols + col]; } in matrix() function 1103 matrix(r,0) = r * _deletionIncrement; in InitMatrix() 1105 matrix(0,c) = c * _insertionIncrement; in InitMatrix() 1130 auto cSub = matrix(i - 1,j - 1) in distanceWithPath() 1133 auto cIns = matrix(i,j - 1) + _insertionIncrement; in distanceWithPath() 1134 auto cDel = matrix(i - 1,j) + _deletionIncrement; in distanceWithPath() [all …]
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/doc/ |
| H A D | ChangeLog.0 | 41 * matrix.texi: Update. 77 * matrix.texi: Update. 115 * matrix.texi: Update. 145 * matrix.texi: Update. 184 * matrix.texi: Update. 205 * matrix.texi: Update. 308 * matrix.texi: Update. 358 * matrix.texi: Update. 434 * matrix.texi: Update. 553 * matrix.texi: Update. [all …]
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| H A D | pointers.c | 67 int matrix[2][3] = { { 0, 1, 2}, {3, 4, 5}}; variable 68 int (*rptr)[3] = matrix;
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| H A D | pointers.c | 67 int matrix[2][3] = { { 0, 1, 2}, {3, 4, 5}}; variable 68 int (*rptr)[3] = matrix;
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/ |
| H A D | comparison.d | 1267 auto cIns = j == 0 ? CostType.max : matrix(i,j - 1); in path() 1268 auto cDel = i == 0 ? CostType.max : matrix(i - 1,j); in path() 1271 : matrix(i - 1,j - 1); in path() 1275 result ~= matrix(i - 1,j - 1) == matrix(i,j) in path() 1307 ref CostType matrix(size_t row, size_t col) { return _matrix[row * cols + col]; } in matrix() function 1341 matrix(r,0) = r * _deletionIncrement; in InitMatrix() 1343 matrix(0,c) = c * _insertionIncrement; in InitMatrix() 1368 auto cSub = matrix(i - 1,j - 1) in distanceWithPath() 1371 auto cIns = matrix(i,j - 1) + _insertionIncrement; in distanceWithPath() 1372 auto cDel = matrix(i - 1,j) + _deletionIncrement; in distanceWithPath() [all …]
|
| /netbsd-src/sys/arch/mips/adm5120/dev/ |
| H A D | if_admsw.c | 236 admsw_setvlan(struct admsw_softc *sc, char matrix[6]) in admsw_setvlan() 240 i = matrix[0] + (matrix[1] << 8) + (matrix[2] << 16) in admsw_setvlan() 241 + (matrix[3] << 24); in admsw_setvlan() 243 i = matrix[4] + (matrix[5] << 8); in admsw_setvlan()
|