OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:a_kind
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgfortran/generated/
matmul_l16.c
54
int
a_kind
;
local
136
a_kind
= GFC_DESCRIPTOR_SIZE (a);
138
if (
a_kind
== 1 ||
a_kind
== 2 ||
a_kind
== 4 ||
a_kind
== 8
140
||
a_kind
== 16
143
abase = GFOR_POINTER_TO_L1 (abase,
a_kind
);
matmul_l4.c
54
int
a_kind
;
local
136
a_kind
= GFC_DESCRIPTOR_SIZE (a);
138
if (
a_kind
== 1 ||
a_kind
== 2 ||
a_kind
== 4 ||
a_kind
== 8
140
||
a_kind
== 16
143
abase = GFOR_POINTER_TO_L1 (abase,
a_kind
);
matmul_l8.c
54
int
a_kind
;
local
136
a_kind
= GFC_DESCRIPTOR_SIZE (a);
138
if (
a_kind
== 1 ||
a_kind
== 2 ||
a_kind
== 4 ||
a_kind
== 8
140
||
a_kind
== 16
143
abase = GFOR_POINTER_TO_L1 (abase,
a_kind
);
/src/external/gpl3/gcc.old/dist/libgfortran/generated/
matmul_l16.c
54
int
a_kind
;
local
136
a_kind
= GFC_DESCRIPTOR_SIZE (a);
138
if (
a_kind
== 1 ||
a_kind
== 2 ||
a_kind
== 4 ||
a_kind
== 8
140
||
a_kind
== 16
143
abase = GFOR_POINTER_TO_L1 (abase,
a_kind
);
matmul_l4.c
54
int
a_kind
;
local
136
a_kind
= GFC_DESCRIPTOR_SIZE (a);
138
if (
a_kind
== 1 ||
a_kind
== 2 ||
a_kind
== 4 ||
a_kind
== 8
140
||
a_kind
== 16
143
abase = GFOR_POINTER_TO_L1 (abase,
a_kind
);
matmul_l8.c
54
int
a_kind
;
local
136
a_kind
= GFC_DESCRIPTOR_SIZE (a);
138
if (
a_kind
== 1 ||
a_kind
== 2 ||
a_kind
== 4 ||
a_kind
== 8
140
||
a_kind
== 16
143
abase = GFOR_POINTER_TO_L1 (abase,
a_kind
);
Completed in 69 milliseconds
Indexes created Mon Aug 10 00:24:53 UTC 2026