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

  /src/external/gpl3/gcc/dist/gcc/
tree.cc 2441 build_real_from_int_cst (tree type, const_tree i)
15524 tree f_0 = build_real_from_int_cst (float_type_node, i_0);
15526 tree f_1 = build_real_from_int_cst (float_type_node, i_1);
15528 tree f_m1 = build_real_from_int_cst (float_type_node, i_m1);
2438 build_real_from_int_cst (tree type, const_tree i) function
  /src/external/gpl3/gcc.old/dist/gcc/
tree.cc 2452 build_real_from_int_cst (tree type, const_tree i)
15101 tree f_0 = build_real_from_int_cst (float_type_node, i_0);
15103 tree f_1 = build_real_from_int_cst (float_type_node, i_1);
15105 tree f_m1 = build_real_from_int_cst (float_type_node, i_m1);
2449 build_real_from_int_cst (tree type, const_tree i) function

Completed in 46 milliseconds