HomeSort by: relevance | last modified time | path
    Searched refs:imaginary_part (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/
d-codegen.cc 979 tree ieq = build_float_identity (code, imaginary_part (t1ref),
980 imaginary_part (t2ref));
1567 imaginary_part (tree ce) function
1600 imaginary_part (expr));
2334 tree im = build_call_expr (fmodfn, 2, imaginary_part (arg0), arg1);
d-tree.h 571 extern tree imaginary_part (tree);
intrinsics.cc 694 fold_convert (type, imaginary_part (result)));
d-convert.cc 210 d_truthvalue_conversion (imaginary_part (t)));
expr.cc 296 tree ieq = build_float_identity (code, imaginary_part (t1),
297 imaginary_part (t2));

Completed in 81 milliseconds