Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Dreal.h470 REAL_VALUE_TYPE real_value_from_int_cst (const_tree, const_tree);
H A Dtree.c2113 real_value_from_int_cst (const_tree type, const_tree i) in real_value_from_int_cst() function
2135 v = build_real (type, real_value_from_int_cst (type, i)); in build_real_from_int_cst()
H A Dfold-const.c2033 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()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dreal.h444 REAL_VALUE_TYPE real_value_from_int_cst (const_tree, const_tree);
H A Dtree.c1497 real_value_from_int_cst (const_tree type, const_tree i) in real_value_from_int_cst() function
1520 v = build_real (type, real_value_from_int_cst (type, i)); in build_real_from_int_cst()
H A Dfold-const.c1586 REAL_VALUE_TYPE l = real_value_from_int_cst (NULL_TREE, lt); in fold_convert_const_int_from_real()
1599 REAL_VALUE_TYPE u = real_value_from_int_cst (NULL_TREE, ut); in fold_convert_const_int_from_real()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dtypeck2.c825 d = real_value_from_int_cst (0, init); in check_narrowing()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dtypeck2.c946 d = real_value_from_int_cst (0, init); in check_narrowing()
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-common.c1192 real_value_from_int_cst (0, type_low_bound); in int_safely_convertible_to_real_p()
1194 real_value_from_int_cst (0, type_high_bound); in int_safely_convertible_to_real_p()
1293 REAL_VALUE_TYPE a = real_value_from_int_cst (0, expr); in unsafe_conversion_p()
/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-common.c2019 REAL_VALUE_TYPE a = real_value_from_int_cst (0, expr); in unsafe_conversion_p()
2122 real_low_bound = real_value_from_int_cst (0, type_low_bound); in unsafe_conversion_p()
2123 real_high_bound = real_value_from_int_cst (0, type_high_bound); in unsafe_conversion_p()