OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:a_kind
(Results
1 - 9
of
9
) 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
);
/src/external/apache2/llvm/dist/clang/lib/Analysis/
CFG.cpp
188
AddStmtChoice(Kind
a_kind
= NotAlwaysAdd) : kind(
a_kind
) {}
/src/external/gpl3/gcc/dist/gcc/cp/
module.cc
13888
depset::entity_kind
a_kind
= a->get_entity_kind ();
13891
if (
a_kind
!= b_kind)
13893
return
a_kind
< b_kind ? -1 : +1;
13897
if (
a_kind
== depset::EK_USING)
13908
if (
a_kind
== depset::EK_BINDING)
13922
gcc_checking_assert (
a_kind
== depset::EK_USING);
/src/external/gpl3/gcc.old/dist/gcc/cp/
module.cc
13375
depset::entity_kind
a_kind
= a->get_entity_kind ();
13378
if (
a_kind
!= b_kind)
13380
return
a_kind
< b_kind ? -1 : +1;
13384
if (
a_kind
== depset::EK_USING)
13395
if (
a_kind
== depset::EK_BINDING)
13409
gcc_checking_assert (
a_kind
== depset::EK_USING);
Completed in 54 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026