Searched refs:MATRIX_A (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/bsd/libfido2/dist/fuzz/ |
H A D | prng.c | 52 #define MATRIX_A 0x9908b0dfUL /* constant vector a */ macro 82 static unsigned long mag01[2]={0x0UL, MATRIX_A}; in genrand_int32()
|
/netbsd-src/external/lgpl3/gmp/dist/rand/ |
H A D | randmt.c | 177 mt[kk] = mt[kk + M] ^ (y >> 1) ^ ((y & 0x01) != 0 ? MATRIX_A : 0); in __gmp_mt_recalc_buffer() 182 mt[kk] = mt[kk - (N - M)] ^ (y >> 1) ^ ((y & 0x01) != 0 ? MATRIX_A : 0); in __gmp_mt_recalc_buffer() 186 mt[N - 1] = mt[M - 1] ^ (y >> 1) ^ ((y & 0x01) != 0 ? MATRIX_A : 0); in __gmp_mt_recalc_buffer()
|
H A D | randmt.h | 38 #define MATRIX_A 0x9908B0DF /* Constant vector a. */ macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | intrinsic.texi | 10198 @code{RESULT = MATMUL(MATRIX_A, MATRIX_B)} 10202 @item @var{MATRIX_A} @tab An array of @code{INTEGER}, 10206 @code{REAL}, or @code{COMPLEX} type if @var{MATRIX_A} is of a numeric 10209 equal to the last (or only) dimension of @var{MATRIX_A}. 10210 @var{MATRIX_A} and @var{MATRIX_B} shall not both be rank one arrays. 10214 The matrix product of @var{MATRIX_A} and @var{MATRIX_B}. The type and
|
H A D | gfortran.info | 15577 'RESULT = MATMUL(MATRIX_A, MATRIX_B)' 15580 MATRIX_A An array of 'INTEGER', 'REAL', 'COMPLEX', or 15583 if MATRIX_A is of a numeric type; otherwise, an 15587 dimension of MATRIX_A. MATRIX_A and MATRIX_B 15591 The matrix product of MATRIX_A and MATRIX_B. The type and kind of
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | intrinsic.texi | 10152 @code{RESULT = MATMUL(MATRIX_A, MATRIX_B)} 10156 @item @var{MATRIX_A} @tab An array of @code{INTEGER}, 10160 @code{REAL}, or @code{COMPLEX} type if @var{MATRIX_A} is of a numeric 10163 equal to the last (or only) dimension of @var{MATRIX_A}. 10164 @var{MATRIX_A} and @var{MATRIX_B} shall not both be rank one arrays. 10168 The matrix product of @var{MATRIX_A} and @var{MATRIX_B}. The type and
|
H A D | gfortran.info | 15182 'RESULT = MATMUL(MATRIX_A, MATRIX_B)' 15185 MATRIX_A An array of 'INTEGER', 'REAL', 'COMPLEX', or 15188 if MATRIX_A is of a numeric type; otherwise, an 15192 dimension of MATRIX_A. MATRIX_A and MATRIX_B 15196 The matrix product of MATRIX_A and MATRIX_B. The type and kind of
|