Searched refs:real_to_integer2 (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | real.h | 272 extern void real_to_integer2 (HOST_WIDE_INT *, HOST_WIDE_INT *, 389 real_to_integer2 (plow, phigh, &(r))
|
H A D | fixed-value.c | 106 real_to_integer2 ((HOST_WIDE_INT *)&f->data.low, &f->data.high, in fixed_from_string() 1081 real_to_integer2 ((HOST_WIDE_INT *)&f->data.low, &f->data.high, &fixed_value); in fixed_convert_from_real()
|
H A D | dfp.c | 632 real_to_integer2 (plow, phigh, &to); in decimal_real_to_integer2()
|
H A D | real.c | 1385 real_to_integer2 (HOST_WIDE_INT *plow, HOST_WIDE_INT *phigh, in real_to_integer2() function
|
H A D | builtins.c | 8045 real_to_integer2 ((HOST_WIDE_INT *)&val.low, &val.high, &r); in fold_builtin_int_roundingfn()
|
H A D | fold-const.c | 1609 real_to_integer2 ((HOST_WIDE_INT *) &val.low, &val.high, &r); in fold_convert_const_int_from_real()
|