Searched refs:build_real_from_int_cst (Results 1 - 10 of 10) sorted by relevance

/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-const.c66 val = build_real_from_int_cst (type, intval);
70 val = build_real_from_int_cst (TREE_TYPE (type), intval);
71 zero = build_real_from_int_cst (TREE_TYPE (type), integer_zero_node);
H A Dtrans-intrinsic.c2284 imag = build_real_from_int_cst (TREE_TYPE (type), integer_zero_node);
2524 zero = build_real_from_int_cst (TREE_TYPE (args[1]), integer_zero_node);
5657 build_real_from_int_cst (type, integer_one_node), e);
5662 build_real_from_int_cst (type, integer_zero_node));
5733 build_real_from_int_cst (type, integer_zero_node));
7428 build_real_from_int_cst (TREE_TYPE (arg),
/haiku-buildtools/gcc/gcc/
H A Dtree-call-cdce.c361 lbub_real_cst = build_real_from_int_cst (float_type, lbub_cst);
H A Dtree-chrec.c617 x = build_real_from_int_cst (type, x);
H A Dtree.h3766 extern tree build_real_from_int_cst (tree, const_tree);
H A Dtree.c1912 build_real_from_int_cst (tree type, const_tree i)
1909 build_real_from_int_cst (tree type, const_tree i) function
H A Dfold-const.c2154 return build_real_from_int_cst (type, arg1);
/haiku-buildtools/legacy/gcc/gcc/
H A Dtree.h1462 extern tree build_real_from_int_cst PROTO((tree, tree));
H A Dtree.c1510 build_real_from_int_cst (type, i)
1501 build_real_from_int_cst (type, i) function
H A Dfold-const.c1939 return build_real_from_int_cst (type, arg1);

Completed in 323 milliseconds