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

  /src/external/gpl3/gcc/dist/gcc/
tree.cc 2424 real_value_from_int_cst (const_tree type, const_tree i)
2446 v = build_real (type, real_value_from_int_cst (type, i));
2421 real_value_from_int_cst (const_tree type, const_tree i) function
  /src/external/gpl3/gcc.old/dist/gcc/
tree.cc 2435 real_value_from_int_cst (const_tree type, const_tree i)
2457 v = build_real (type, real_value_from_int_cst (type, i));
2432 real_value_from_int_cst (const_tree type, const_tree i) function

Completed in 63 milliseconds