HomeSort by: relevance | last modified time | path
    Searched defs:imagpart (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/pcc/dist/pcc/f77/fcom/
put.c 125 imagpart(struct bigblock *p) function
  /src/external/gpl3/gcc.old/dist/gcc/
emit-rtl.cc 1194 rtx realpart, imagpart;
1198 imagpart = 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;
5972 imagpart = code == REALPART_EXPR ? other : rhs;
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 37 milliseconds