Home
last modified time | relevance | path

Searched refs:real_value_from_int_cst (Results 1 – 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/gcc/
Dreal.h390 REAL_VALUE_TYPE real_value_from_int_cst (tree, tree);
Dtree.c1095 real_value_from_int_cst (tree type, tree i) in real_value_from_int_cst() function
1118 v = build_real (type, real_value_from_int_cst (type, i)); in build_real_from_int_cst()
Dfold-const.c2032 REAL_VALUE_TYPE l = real_value_from_int_cst (NULL_TREE, lt); in fold_convert_const_int_from_real()
2046 REAL_VALUE_TYPE u = real_value_from_int_cst (NULL_TREE, ut); in fold_convert_const_int_from_real()
DChangeLog-20004681 real_value_from_int_cst, simple_cst_equal), varasm.c
26994 (real_value_from_int_cst): Remove unneeded casts.
31562 * tree.c (real_value_from_int_cst): Mark parameter with
DFSFChangeLog.1114122 * tree.c (real_value_from_int_cst): New arg, TYPE.
DChangeLog-199816966 (real_value_from_int_cst): Move variable `e' inside conditional
DChangeLog-1999350 * tree.c (real_value_from_int_cst): Clear REAL_VALUE_TYPE object first.
DChangeLog-20036841 * tree.c (real_value_from_int_cst): Allow the type to be NULL,