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

  /src/external/gpl3/gcc.old/dist/gcc/d/
expr.cc 296 tree ieq = build_float_identity (code, imaginary_part (t1), local
300 this->result_ = build_boolop (TRUTH_ANDIF_EXPR, req, ieq);
302 this->result_ = build_boolop (TRUTH_ORIF_EXPR, req, ieq);
d-codegen.cc 979 tree ieq = build_float_identity (code, imaginary_part (t1ref), local
982 tcmp = build_boolop (tcode, req, ieq);

Completed in 46 milliseconds