Home
last modified time | relevance | path

Searched refs:real_from_integer (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dreal.h230 extern void real_from_integer (REAL_VALUE_TYPE *, enum machine_mode,
314 real_from_integer (&(r), mode, lo, hi, 0)
317 real_from_integer (&(r), mode, lo, hi, 1)
H A Dreal.c2026 real_from_integer (REAL_VALUE_TYPE *r, enum machine_mode mode, in real_from_integer() function
2089 real_from_integer (&tens[n], VOIDmode, t, 0, 1); in ten_to_ptwo()
2128 real_from_integer (&num[n], VOIDmode, n, 0, 1); in real_digit()
H A Dsimplify-rtx.c1316 real_from_integer (&t, VOIDmode, tl, th, 0); in simplify_const_unary_operation()
1335 real_from_integer (&t, VOIDmode, tl, th, 0); in simplify_const_unary_operation()
1366 real_from_integer (&t, VOIDmode, tl, th, 1); in simplify_const_unary_operation()
H A Dbuiltins.c2541 real_from_integer (&cint, VOIDmode, n, n < 0 ? -1 : 0, 0); in expand_builtin_pow()
7803 real_from_integer (&cint, VOIDmode, n, n < 0 ? -1 : 0, 0); in fold_builtin_pow()
7975 real_from_integer (&cint, VOIDmode, n, in fold_builtin_exponent()
H A Dtree.c1103 real_from_integer (&d, type ? TYPE_MODE (type) : VOIDmode, in real_value_from_int_cst()
H A DChangeLog-200533574 * real.c (real_from_integer): Zero out destination.
H A DChangeLog-20026938 real_to_hexadecimal, real_from_string, real_from_integer,
H A DChangeLog-20036843 Simplify the logic by calling real_from_integer directly.
H A DChangeLog-200413725 real_to_hexadecimal, real_from_integer, ten_to_ptwo, ten_to_mptwo,