OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:realpart
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/pcc/dist/pcc/f77/fcom/
put.c
111
realpart
(struct bigblock *p)
function
/src/external/gpl3/gcc/dist/gcc/
emit-rtl.cc
1204
rtx
realpart
, imagpart;
1207
realpart
= gen_reg_rtx (partmode);
1209
return gen_rtx_CONCAT (mode,
realpart
, imagpart);
1200
rtx
realpart
, imagpart;
local
gimplify.cc
6359
tree lhs, rhs, new_rhs, other,
realpart
, imagpart;
6371
realpart
= code == REALPART_EXPR ? rhs : other;
6374
if (TREE_CONSTANT (
realpart
) && TREE_CONSTANT (imagpart))
6375
new_rhs = build_complex (TREE_TYPE (lhs),
realpart
, imagpart);
6377
new_rhs = build2 (COMPLEX_EXPR, TREE_TYPE (lhs),
realpart
, imagpart);
6356
tree lhs, rhs, new_rhs, other,
realpart
, imagpart;
local
/src/external/gpl3/gcc.old/dist/gcc/
emit-rtl.cc
1194
rtx
realpart
, imagpart;
1197
realpart
= gen_reg_rtx (partmode);
1199
return gen_rtx_CONCAT (mode,
realpart
, imagpart);
1190
rtx
realpart
, imagpart;
local
gimplify.cc
5959
tree lhs, rhs, new_rhs, other,
realpart
, imagpart;
5971
realpart
= code == REALPART_EXPR ? rhs : other;
5974
if (TREE_CONSTANT (
realpart
) && TREE_CONSTANT (imagpart))
5975
new_rhs = build_complex (TREE_TYPE (lhs),
realpart
, imagpart);
5977
new_rhs = build2 (COMPLEX_EXPR, TREE_TYPE (lhs),
realpart
, imagpart);
5956
tree lhs, rhs, new_rhs, other,
realpart
, imagpart;
local
Completed in 53 milliseconds
Indexes created Mon Jul 20 00:27:07 UTC 2026