| /src/external/gpl2/gettext/dist/gettext-runtime/doc/ |
| Makefile.am | 23 EXTRA_DIST += nls.texi matrix.texi
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.ada/ |
| enum_idx_packed.exp | 102 set matrix "\\(" 105 append matrix ", " 107 append matrix $base 109 append matrix "\\)" 114 gdb_test "print multi_multi" " = \\($matrix, $matrix\\)" 122 gdb_test "print multi_multi(2)" " = $matrix"
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/ |
| enum_idx_packed.exp | 101 set matrix "\\(" 104 append matrix ", " 106 append matrix $base 108 append matrix "\\)" 113 gdb_test "print multi_multi" " = \\($matrix, $matrix\\)" 121 gdb_test "print multi_multi(2)" " = $matrix"
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/basics/ |
| conversion.h | 39 uint16_t *matrix,
|
| amdgpu_conversion.c | 89 uint16_t *matrix, 109 matrix[i] = (uint16_t)reg_value;
|
| /src/external/lgpl3/gmp/dist/tests/mpn/ |
| t-matrix22.c | 26 struct matrix { struct 33 matrix_init (struct matrix *M, mp_size_t n) 45 matrix_clear (struct matrix *M) 51 matrix_copy (struct matrix *R, const struct matrix *M) 62 matrix_equal_p (const struct matrix *A, const struct matrix *B) 72 matrix_random(struct matrix *M, mp_size_t n, gmp_randstate_ptr rands) 89 ref_matrix22_mul (struct matrix *R, 90 const struct matrix *A [all...] |
| /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/src/ |
| gmock-matchers.cc | 372 const MatchMatrix& matrix, MatchResultListener* listener) const { 374 ::std::vector<char> element_matched(matrix.LhsSize(), 0); 375 ::std::vector<char> matcher_matched(matrix.RhsSize(), 0); 377 for (size_t ilhs = 0; ilhs < matrix.LhsSize(); ilhs++) { 378 for (size_t irhs = 0; irhs < matrix.RhsSize(); irhs++) { 379 char matched = matrix.HasEdge(ilhs, irhs); 421 const MatchMatrix& matrix, MatchResultListener* listener) const { 422 ElementMatcherPairs matches = FindMaxBipartiteMatching(matrix); 426 max_flow < matrix.RhsSize()) { 430 << max_flow << " of " << matrix.RhsSize( [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/ |
| altivec-abi.c | 43 array_of_vector_func (vector signed short *matrix) 45 matrix[0] = vec_add (matrix[0], matrix[1]); 46 matrix[2] = vec_add (matrix[2], matrix[3]);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/ |
| altivec-abi.c | 43 array_of_vector_func (vector signed short *matrix) 45 matrix[0] = vec_add (matrix[0], matrix[1]); 46 matrix[2] = vec_add (matrix[2], matrix[3]);
|
| /src/tests/lib/libc/sys/ |
| t_wait_noproc.c | 143 const int matrix[] = { local 152 const size_t M = (1 << __arraycount(matrix)) - 1; 160 for (n = 0; n < __arraycount(matrix); n++) { 162 rv |= matrix[n]; 186 const int matrix[] = { local 209 rv |= matrix[n];
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/ |
| amdgpu_dm_color.c | 163 * Converts a DRM CTM to a DC CSC float matrix. 164 * The matrix needs to be a 3x4 (12 entry) matrix. 167 struct fixed31_32 *matrix) 173 * DRM gives a 3x3 matrix, but DC wants 3x4. Assuming we're operating 174 * with homogeneous coordinates, augment the matrix with 0's. 183 matrix[i] = dc_fixpt_zero; 188 val = ctm->matrix[i - (i / 4)]; 193 matrix[i].value = val; 396 * conversion matrix - so just use the gamut remap bloc [all...] |
| /src/external/gpl2/gettext/dist/gettext-runtime/ |
| Makefile.am | 45 ABOUT-NLS: $(srcdir)/doc/nls.texi $(srcdir)/doc/matrix.texi
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| pointers.c | 67 int matrix[2][3] = { { 0, 1, 2}, {3, 4, 5}}; variable 68 int (*rptr)[3] = matrix;
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| pointers.c | 67 int matrix[2][3] = { { 0, 1, 2}, {3, 4, 5}}; variable 68 int (*rptr)[3] = matrix;
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/ |
| nouveau_dispnv50_base907c.c | 121 u32 *val = &asyw->csc.matrix[j * 4 + i]; 127 *val = csc_drm_to_base(ctm->matrix[j * 3 + i]); 150 evo_data(push, asyw->csc.matrix[0] | 0x80000000); 152 evo_data(push, asyw->csc.matrix[i]);
|
| atom.h | 196 u32 matrix[12]; member in struct:nv50_wndw_atom::__anon5123
|
| /src/external/mit/xorg/lib/pixman/test/ |
| Makefile | 30 matrix-test \
|
| /src/external/mit/xorg/server/xorg-server/render/ |
| Makefile | 9 SRCS= animcur.c filter.c glyph.c matrix.c miindex.c mipict.c \
|
| /src/external/mit/xorg/server/xorg-server.old/render/ |
| Makefile | 9 SRCS= animcur.c filter.c glyph.c matrix.c miindex.c mipict.c \
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/ |
| dcn20_hwseq.h | 49 uint16_t *matrix,
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/ |
| hw_sequencer.h | 141 uint16_t *matrix, int opp_id);
|
| /src/external/mit/xorg/lib/pixman/ |
| Makefile | 30 pixman-matrix.c \
|
| /src/external/mit/isl/dist/doc/ |
| manual.tex | 15 \usetikzlibrary{matrix,fit,backgrounds,decorations.pathmorphing,positioning}
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/ |
| comparison.d | 1267 auto cIns = j == 0 ? CostType.max : matrix(i,j - 1); 1268 auto cDel = i == 0 ? CostType.max : matrix(i - 1,j); 1271 : matrix(i - 1,j - 1); 1275 result ~= matrix(i - 1,j - 1) == matrix(i,j) 1307 ref CostType matrix(size_t row, size_t col) { return _matrix[row * cols + col]; } 1314 ~ " of matrix elements"); 1323 ~ " number of bytes of matrix"); 1341 matrix(r,0) = r * _deletionIncrement; 1343 matrix(0,c) = c * _insertionIncrement [all...] |
| /src/sys/arch/mips/adm5120/dev/ |
| if_admsw.c | 236 admsw_setvlan(struct admsw_softc *sc, char matrix[6]) 240 i = matrix[0] + (matrix[1] << 8) + (matrix[2] << 16) 241 + (matrix[3] << 24); 243 i = matrix[4] + (matrix[5] << 8);
|