OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:out_type
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/atf/dist/atf-c/detail/
process_test.c
71
enum
out_type
{ stdout_type, stderr_type };
enum
84
enum
out_type
m_type;
94
check_file(const enum
out_type
type)
process_test.c
71
enum
out_type
{ stdout_type, stderr_type };
enum
84
enum
out_type
m_type;
94
check_file(const enum
out_type
type)
/src/external/gpl3/gcc/dist/gcc/
tree-vect-patterns.cc
1493
tree
out_type
= TREE_TYPE (gimple_assign_lhs (last_stmt));
1507
abd_in_type = signed_type_for (
out_type
);
1519
if (TYPE_PRECISION (
out_type
) >= TYPE_PRECISION (abd_in_type) * 2
1554
*type_out = get_vectype_for_scalar_type (vinfo,
out_type
);
1564
&& TYPE_PRECISION (abd_out_type) < TYPE_PRECISION (
out_type
)
1572
return vect_convert_output (vinfo, stmt_vinfo,
out_type
, stmt, vectype_out);
1726
tree
out_type
= TREE_TYPE (gimple_assign_lhs (last_stmt));
local
1728
|| !INTEGRAL_TYPE_P (
out_type
)
1729
|| TYPE_PRECISION (in_type) * 2 != TYPE_PRECISION (
out_type
)
1750
tree vectype_out = get_vectype_for_scalar_type (vinfo,
out_type
);
[
all
...]
tree-vect-patterns.cc
1493
tree
out_type
= TREE_TYPE (gimple_assign_lhs (last_stmt));
1507
abd_in_type = signed_type_for (
out_type
);
1519
if (TYPE_PRECISION (
out_type
) >= TYPE_PRECISION (abd_in_type) * 2
1554
*type_out = get_vectype_for_scalar_type (vinfo,
out_type
);
1564
&& TYPE_PRECISION (abd_out_type) < TYPE_PRECISION (
out_type
)
1572
return vect_convert_output (vinfo, stmt_vinfo,
out_type
, stmt, vectype_out);
1726
tree
out_type
= TREE_TYPE (gimple_assign_lhs (last_stmt));
local
1728
|| !INTEGRAL_TYPE_P (
out_type
)
1729
|| TYPE_PRECISION (in_type) * 2 != TYPE_PRECISION (
out_type
)
1750
tree vectype_out = get_vectype_for_scalar_type (vinfo,
out_type
);
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
tree-vect-stmts.cc
4803
tree new_tmp1, new_tmp2, new_tmp3,
out_type
;
local
4809
out_type
= TREE_TYPE (vec_dest);
4810
new_tmp1 = make_ssa_name (
out_type
);
4816
new_tmp2 = make_ssa_name (
out_type
);
tree-vect-stmts.cc
4803
tree new_tmp1, new_tmp2, new_tmp3,
out_type
;
local
4809
out_type
= TREE_TYPE (vec_dest);
4810
new_tmp1 = make_ssa_name (
out_type
);
4816
new_tmp2 = make_ssa_name (
out_type
);
Completed in 74 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026