HomeSort by: relevance | last modified time | path
    Searched defs:matrix (Results 1 - 12 of 12) sorted by relevancy

  /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/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/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/
atom.h 196 u32 matrix[12]; member in struct:nv50_wndw_atom::__anon5123
  /src/sys/external/bsd/drm2/dist/include/uapi/drm/
drm_mode.h 628 * Conversion matrix in S31.32 sign-magnitude
631 __u64 matrix[9]; member in struct:drm_color_ctm
  /src/external/gpl3/gcc/dist/gcc/
tree-parloops.cc 994 /* A transformation matrix, which is a self-contained ROWSIZE x COLSIZE
995 matrix. Rather than use floats, we simply keep a single DENOMINATOR that
996 represents the denominator for every element in the matrix. */
999 lambda_matrix matrix; member in struct:lambda_trans_matrix_s
1004 #define LTM_MATRIX(T) ((T)->matrix)
1009 /* Allocate a new transformation matrix. */
1026 /* Multiply a vector VEC by a matrix MAT.
1027 MAT is an M*N matrix, and VEC is a vector with length N. The result
1031 lambda_matrix_vector_mult (lambda_matrix matrix, int m, int n,
1039 dest[i] += matrix[i][j] * vec[j]
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-parloops.cc 994 /* A transformation matrix, which is a self-contained ROWSIZE x COLSIZE
995 matrix. Rather than use floats, we simply keep a single DENOMINATOR that
996 represents the denominator for every element in the matrix. */
999 lambda_matrix matrix; member in struct:lambda_trans_matrix_s
1004 #define LTM_MATRIX(T) ((T)->matrix)
1009 /* Allocate a new transformation matrix. */
1026 /* Multiply a vector VEC by a matrix MAT.
1027 MAT is an M*N matrix, and VEC is a vector with length N. The result
1031 lambda_matrix_vector_mult (lambda_matrix matrix, int m, int n,
1039 dest[i] += matrix[i][j] * vec[j]
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
gmock-matchers.h 2854 // Connectivity matrix of (elements X matchers), in element-major order.
2875 // Treating the connectivity matrix as a (LhsSize()*RhsSize())-bit number,
2894 // a (ilhs, irhs) matrix coordinate into an offset.
2935 const MatchMatrix& matrix,
2938 bool FindPairing(const MatchMatrix& matrix,
2998 MatchMatrix matrix = variable
3002 if (matrix.LhsSize() == 0 && matrix.RhsSize() == 0) {
3007 if (matrix.LhsSize() != matrix.RhsSize())
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dc_hw_types.h 420 uint16_t matrix[12]; member in struct:dc_csc_transform
dc_types.h 760 struct fixed31_32 matrix[12]; member in struct:colorspace_transform
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/
svga3d_cmd.h 920 float matrix[16]; member in struct:__anon5601

Completed in 33 milliseconds