| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/ |
| H A D | stack1.C | 34 struct matrix { struct 35 inline matrix () : size2_ (3) {} in matrix() argument 55 inline iterator1 (matrix *m): in iterator1() argument 69 adaptor (matrix<> &m) : m(&m), upper_ (1) {} in adaptor() argument 75 matrix<> &data () { return *m; } in data() 89 a_iterator1 (adaptor &a, const matrix<>::iterator1 &it1): in a_iterator1() 96 matrix<>::iterator1 dead1; 116 matrix<> *m; 122 adaptor<>::a_iterator1 it1 (bam1,matrix<>::iterator1(bam1.m)), in matrix_swap() 123 it2 (bam2,matrix<>::iterator1(bam2.m)); in matrix_swap() [all …]
|
| /openbsd-src/gnu/llvm/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 …]
|
| /openbsd-src/gnu/usr.bin/binutils/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()
|
| /openbsd-src/regress/lib/libc/sys/ |
| H A D | t_wait_noproc.c | 145 const int matrix[] = { variable 156 const size_t M = (1 << __arraycount(matrix)) - 1; 163 for (n = 0; n < __arraycount(matrix); n++) { 165 rv |= matrix[n]; 191 const int matrix[] = { in get_options4() local 218 rv |= matrix[n]; in get_options4()
|
| /openbsd-src/usr.bin/file/magdir/ |
| 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 …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/ |
| H A D | template9.C | 17 namespace matrix { 38 double **m=matrix::alloc<double>(10,20); in main()
|
| /openbsd-src/sys/dev/pci/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm_color.c | 183 struct fixed31_32 *matrix) in __drm_ctm_to_dc_matrix() argument 199 matrix[i] = dc_fixpt_zero; in __drm_ctm_to_dc_matrix() 204 val = ctm->matrix[i - (i / 4)]; in __drm_ctm_to_dc_matrix() 209 matrix[i].value = val; in __drm_ctm_to_dc_matrix() 485 __drm_ctm_to_dc_matrix(ctm, stream->gamut_remap_matrix.matrix); in amdgpu_dm_update_crtc_color_mgmt()
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | cpu-i960.c | 144 static const unsigned long matrix[MAX_ARCH+1][MAX_ARCH+1] = local 157 if (a->arch != b->arch || matrix[a->mach][b->mach] == ERROR) 163 return (a->mach == matrix[a->mach][b->mach]) ? a : b;
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | cpu-i960.c | 144 static const unsigned long matrix[MAX_ARCH+1][MAX_ARCH+1] = local 157 if (a->arch != b->arch || matrix[a->mach][b->mach] == ERROR) 163 return (a->mach == matrix[a->mach][b->mach]) ? a : b;
|
| /openbsd-src/sys/dev/pci/drm/amd/display/dc/basics/ |
| H A D | conversion.c | 80 uint16_t *matrix, in convert_float_matrix() argument 100 matrix[i] = (uint16_t)reg_value; in convert_float_matrix()
|
| H A D | conversion.h | 37 uint16_t *matrix,
|
| /openbsd-src/gnu/usr.bin/binutils/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;
|
| /openbsd-src/gnu/llvm/lldb/docs/resources/ |
| H A D | bots.rst | 26 * `lldb-cmake-matrix <http://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake-matrix/>`_
|
| /openbsd-src/sys/dev/wscons/ |
| H A D | wsmouse.c | 1220 * Find a minimum-weight matching for an m-by-n matrix. in wsmouse_id_to_slot() 1240 wsmouse_matching(int *matrix, int m, int n, int *buffer) 1256 for (i = 0, p = matrix + col; i < m; i++, p += n) { in wsmouse_matching() 1274 for (i = 0, p = matrix; i < m; i++, p += n) in wsmouse_matching() 1321 if (mt->num_slots == 0 || mt->matrix == NULL) in wsmouse_mtframe() 1325 p = mt->matrix; in wsmouse_mtframe() 1346 wsmouse_matching(mt->matrix, m, n, p); in wsmouse_mtframe() 1352 for (i = 0, p = mt->matrix; i < m; i++, p += n) in wsmouse_mtframe() 1394 input->mt.matrix = NULL; in free_mt_slots() 1423 input->mt.matrix in wsmouse_mt_init() 1243 wsmouse_matching(int * matrix,int m,int n,int * buffer) wsmouse_matching() argument 1683 int num_slots, *matrix; wsmouse_input_reset() local [all...] |
| H A D | wsmouseinput.h | 100 int *matrix; member
|
| /openbsd-src/regress/usr.bin/mandoc/eqn/ |
| H A D | Makefile | 3 SUBDIR = fromto define delim matrix nullary over size subsup unary
|
| /openbsd-src/sys/dev/pci/drm/apple/ |
| H A D | iomfb_template.c | 1408 mat.r[0] = ctm->matrix[0]; in DCP_FW_NAME() 1409 mat.r[1] = ctm->matrix[1]; in DCP_FW_NAME() 1410 mat.r[2] = ctm->matrix[2]; in DCP_FW_NAME() 1411 mat.g[0] = ctm->matrix[3]; in DCP_FW_NAME() 1412 mat.g[1] = ctm->matrix[4]; in DCP_FW_NAME() 1413 mat.g[2] = ctm->matrix[5]; in DCP_FW_NAME() 1414 mat.b[0] = ctm->matrix[6]; in DCP_FW_NAME() 1415 mat.b[1] = ctm->matrix[7]; in DCP_FW_NAME() 1416 mat.b[2] = ctm->matrix[8]; in DCP_FW_NAME()
|
| /openbsd-src/gnu/usr.bin/cvs/diff/ |
| H A D | diagmeet.note | 1 Here is a comparison matrix which shows a case in which
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | lambda-mat.c | 638 lambda_matrix_vector_mult (lambda_matrix matrix, int m, int n, in lambda_matrix_vector_mult() argument 646 dest[i] += matrix[i][j] * vec[j]; in lambda_matrix_vector_mult() 652 print_lambda_matrix (FILE * outfile, lambda_matrix matrix, int m, int n) in print_lambda_matrix() argument 657 print_lambda_vector (outfile, matrix[i], n); in print_lambda_matrix()
|
| H A D | lambda.h | 45 lambda_matrix matrix; member 50 #define LTM_MATRIX(T) ((T)->matrix)
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | ABOUT-NLS | 167 matrix shows the current state of internationalization, as of September 168 2001. The matrix shows, in regard of each package, for which languages 290 Some counters in the preceding matrix are higher than the number of 295 For a PO file in the matrix above to be effective, the package to 303 up-to-date matrix with full percentage details can be found at 304 `http://www.iro.umontreal.ca/contrib/po/HTML/matrix.html'.
|
| /openbsd-src/gnu/usr.bin/texinfo/ |
| H A D | ABOUT-NLS | 181 matrix shows the current state of internationalization, as of January 182 2004. The matrix shows, in regard of each package, for which languages 734 Some counters in the preceding matrix are higher than the number of 739 For a PO file in the matrix above to be effective, the package to 747 matrix with full percentage details can be found at 748 `http://www.iro.umontreal.ca/contrib/po/HTML/matrix.html'.
|
| /openbsd-src/sys/dev/pci/drm/amd/display/dc/dce60/ |
| H A D | dce60_hw_sequencer.c | 296 pipe_ctx->stream->csc_color_matrix.matrix[i]; in dce60_program_front_end_for_pipe() 307 pipe_ctx->stream->gamut_remap_matrix.matrix[i]; in dce60_program_front_end_for_pipe()
|
| /openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn10/ |
| H A D | dcn10_hw_sequencer.c | 2497 pipe_ctx->stream->gamut_remap_matrix.matrix[i]; in dcn10_program_gamut_remap() 2503 pipe_ctx->plane_state->gamut_remap_matrix.matrix[i]; in dcn10_program_gamut_remap() 2525 static void dcn10_set_csc_adjustment_rgb_mpo_fix(struct pipe_ctx *pipe_ctx, uint16_t *matrix) in dcn10_set_csc_adjustment_rgb_mpo_fix() argument 2528 uint16_t rgb_bias = matrix[3]; in dcn10_set_csc_adjustment_rgb_mpo_fix() 2530 matrix[3] = 0; in dcn10_set_csc_adjustment_rgb_mpo_fix() 2531 matrix[7] = 0; in dcn10_set_csc_adjustment_rgb_mpo_fix() 2532 matrix[11] = 0; in dcn10_set_csc_adjustment_rgb_mpo_fix() 2533 pipe_ctx->plane_res.dpp->funcs->dpp_set_csc_adjustment(pipe_ctx->plane_res.dpp, matrix); in dcn10_set_csc_adjustment_rgb_mpo_fix() 2534 matrix[3] = rgb_bias; in dcn10_set_csc_adjustment_rgb_mpo_fix() 2535 matrix[ in dcn10_set_csc_adjustment_rgb_mpo_fix() 2542 dcn10_program_output_csc(struct dc * dc,struct pipe_ctx * pipe_ctx,enum dc_color_space colorspace,uint16_t * matrix,int opp_id) dcn10_program_output_csc() argument [all...] |
| /openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn20/ |
| H A D | dcn20_hwseq.h | 50 uint16_t *matrix,
|