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

  /src/external/gpl3/gcc.old/dist/gcc/d/
d-codegen.cc 912 build_float_identity (tree_code code, tree t1, tree t2) function
974 tcmp = build_float_identity (code, t1ref, t2ref);
977 tree req = build_float_identity (code, real_part (t1ref),
979 tree ieq = build_float_identity (code, imaginary_part (t1ref),
d-tree.h 553 extern tree build_float_identity (tree_code, tree, tree);
expr.cc 290 this->result_ = build_float_identity (code, t1, t2);
294 tree req = build_float_identity (code, real_part (t1),
296 tree ieq = build_float_identity (code, imaginary_part (t1),

Completed in 29 milliseconds