OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:matrix_rows
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/fortran/
simplify.cc
8342
int row,
matrix_rows
, col, matrix_cols;
local
8365
matrix_rows
= mpz_get_si (matrix->shape[0]);
8367
for (row = 0; row <
matrix_rows
; ++row)
8371
col *
matrix_rows
+ row);
/src/external/gpl3/gcc.old/dist/gcc/fortran/
simplify.cc
8252
int row,
matrix_rows
, col, matrix_cols;
local
8275
matrix_rows
= mpz_get_si (matrix->shape[0]);
8277
for (row = 0; row <
matrix_rows
; ++row)
8281
col *
matrix_rows
+ row);
Completed in 37 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026