OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:t1_is_vec
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
opencl-lang.c
535
int
t1_is_vec
, t2_is_vec, i;
local
541
t1_is_vec
= (type1->code () == TYPE_CODE_ARRAY && type1->is_vector ());
544
if (!
t1_is_vec
|| !t2_is_vec)
644
int
t1_is_vec
= (type1->code () == TYPE_CODE_ARRAY
local
649
if (!
t1_is_vec
&& !t2_is_vec)
657
else if (
t1_is_vec
&& t2_is_vec)
664
struct value **v =
t1_is_vec
? &arg2 : &arg1;
665
struct type *t =
t1_is_vec
? type2 : type1;
670
*v = opencl_value_cast (
t1_is_vec
? type1 : type2, *v);
valarith.c
1436
int
t1_is_vec
, t2_is_vec, elsize, i;
1442
t1_is_vec
= (type1->code () == TYPE_CODE_ARRAY
1447
if (!
t1_is_vec
|| !t2_is_vec)
1486
int
t1_is_vec
= (type1->code () == TYPE_CODE_ARRAY
1491
if (!
t1_is_vec
&& !t2_is_vec)
1493
else if (
t1_is_vec
&& t2_is_vec)
1498
struct value **v =
t1_is_vec
? &arg2 : &arg1;
1499
struct type *t =
t1_is_vec
? type2 : type1;
1507
*v = value_vector_widen (*v,
t1_is_vec
? type1 : type2);
1433
int
t1_is_vec
, t2_is_vec, elsize, i;
local
1483
int
t1_is_vec
= (type1->code () == TYPE_CODE_ARRAY
local
/src/external/gpl3/gdb/dist/gdb/
opencl-lang.c
535
int
t1_is_vec
, t2_is_vec, i;
local
541
t1_is_vec
= (type1->code () == TYPE_CODE_ARRAY && type1->is_vector ());
544
if (!
t1_is_vec
|| !t2_is_vec)
644
int
t1_is_vec
= (type1->code () == TYPE_CODE_ARRAY
local
649
if (!
t1_is_vec
&& !t2_is_vec)
657
else if (
t1_is_vec
&& t2_is_vec)
664
struct value **v =
t1_is_vec
? &arg2 : &arg1;
665
struct type *t =
t1_is_vec
? type2 : type1;
670
*v = opencl_value_cast (
t1_is_vec
? type1 : type2, *v);
valarith.c
1436
int
t1_is_vec
, t2_is_vec, elsize, i;
1442
t1_is_vec
= (type1->code () == TYPE_CODE_ARRAY
1447
if (!
t1_is_vec
|| !t2_is_vec)
1486
int
t1_is_vec
= (type1->code () == TYPE_CODE_ARRAY
1491
if (!
t1_is_vec
&& !t2_is_vec)
1493
else if (
t1_is_vec
&& t2_is_vec)
1498
struct value **v =
t1_is_vec
? &arg2 : &arg1;
1499
struct type *t =
t1_is_vec
? type2 : type1;
1507
*v = value_vector_widen (*v,
t1_is_vec
? type1 : type2);
1433
int
t1_is_vec
, t2_is_vec, elsize, i;
local
1483
int
t1_is_vec
= (type1->code () == TYPE_CODE_ARRAY
local
Completed in 21 milliseconds
Indexes created Mon Jul 27 00:28:37 UTC 2026