OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:t2_is_vec
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/
opencl-lang.c
535
int t1_is_vec,
t2_is_vec
, i;
local
542
t2_is_vec
= (type2->code () == TYPE_CODE_ARRAY && type2->is_vector ());
544
if (!t1_is_vec || !
t2_is_vec
)
646
int
t2_is_vec
= (type2->code () == TYPE_CODE_ARRAY
local
649
if (!t1_is_vec && !
t2_is_vec
)
657
else if (t1_is_vec &&
t2_is_vec
)
780
int
t2_is_vec
, t3_is_vec, i;
local
787
t2_is_vec
793
if (
t2_is_vec
|| !t3_is_vec)
798
else if (!
t2_is_vec
|| t3_is_vec
[
all
...]
valarith.c
1436
int t1_is_vec,
t2_is_vec
, elsize, i;
1444
t2_is_vec
= (type2->code () == TYPE_CODE_ARRAY
1447
if (!t1_is_vec || !
t2_is_vec
)
1488
int
t2_is_vec
= (type2->code () == TYPE_CODE_ARRAY
1491
if (!t1_is_vec && !
t2_is_vec
)
1493
else if (t1_is_vec &&
t2_is_vec
)
1433
int t1_is_vec,
t2_is_vec
, elsize, i;
local
1485
int
t2_is_vec
= (type2->code () == TYPE_CODE_ARRAY
local
/src/external/gpl3/gdb.old/dist/gdb/
opencl-lang.c
535
int t1_is_vec,
t2_is_vec
, i;
local
542
t2_is_vec
= (type2->code () == TYPE_CODE_ARRAY && type2->is_vector ());
544
if (!t1_is_vec || !
t2_is_vec
)
646
int
t2_is_vec
= (type2->code () == TYPE_CODE_ARRAY
local
649
if (!t1_is_vec && !
t2_is_vec
)
657
else if (t1_is_vec &&
t2_is_vec
)
780
int
t2_is_vec
, t3_is_vec, i;
local
787
t2_is_vec
793
if (
t2_is_vec
|| !t3_is_vec)
798
else if (!
t2_is_vec
|| t3_is_vec
[
all
...]
valarith.c
1436
int t1_is_vec,
t2_is_vec
, elsize, i;
1444
t2_is_vec
= (type2->code () == TYPE_CODE_ARRAY
1447
if (!t1_is_vec || !
t2_is_vec
)
1488
int
t2_is_vec
= (type2->code () == TYPE_CODE_ARRAY
1491
if (!t1_is_vec && !
t2_is_vec
)
1493
else if (t1_is_vec &&
t2_is_vec
)
1433
int t1_is_vec,
t2_is_vec
, elsize, i;
local
1485
int
t2_is_vec
= (type2->code () == TYPE_CODE_ARRAY
local
Completed in 42 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026