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

  /src/external/gpl3/gcc.old/dist/gcc/
builtins.cc 8856 tree as_complex = build1 (VIEW_CONVERT_EXPR,
8858 tree hi_dbl = build1 (REALPART_EXPR, type, as_complex);
8859 tree lo_dbl = build1 (IMAGPART_EXPR, type, as_complex);
8853 tree as_complex = build1 (VIEW_CONVERT_EXPR, local
  /src/external/gpl3/gcc/dist/gcc/
builtins.cc 9670 tree as_complex = build1 (VIEW_CONVERT_EXPR,
9672 tree hi_dbl = build1 (REALPART_EXPR, type, as_complex);
9673 tree lo_dbl = build1 (IMAGPART_EXPR, type, as_complex);
9667 tree as_complex = build1 (VIEW_CONVERT_EXPR, local

Completed in 41 milliseconds