Home
last modified time | relevance | path

Searched refs:div_and_round_double (Results 1 – 17 of 17) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A D980816-1.c5 div_and_round_double (lden_orig, hden_orig) in div_and_round_double() function
/openbsd/gnu/gcc/gcc/
H A Ddouble-int.c215 div_and_round_double (code, uns, a.low, a.high, b.low, b.high, in double_int_divmod()
368 div_and_round_double (FLOOR_DIV_EXPR, true, cst->low, cst->high, base, 0, in double_int_split_digit()
H A Dtree-chrec.c480 div_and_round_double (EXACT_DIV_EXPR, 1, lnum, hnum, ldenom, hdenom, in tree_fold_binomial()
H A Dsimplify-rtx.c2904 if (div_and_round_double (TRUNC_DIV_EXPR, 0, l1, h1, l2, h2, in simplify_const_binary_operation()
2910 if (div_and_round_double (TRUNC_DIV_EXPR, 0, l1, h1, l2, h2, in simplify_const_binary_operation()
2916 if (div_and_round_double (TRUNC_DIV_EXPR, 1, l1, h1, l2, h2, in simplify_const_binary_operation()
2922 if (div_and_round_double (TRUNC_DIV_EXPR, 1, l1, h1, l2, h2, in simplify_const_binary_operation()
H A Dtree-ssa-ccp.c1589 || div_and_round_double (TRUNC_DIV_EXPR, 1, in maybe_fold_offset_to_array_ref()
H A Dexpmed.c3298 div_and_round_double (TRUNC_DIV_EXPR, 1, nl, nh, d, (HOST_WIDE_INT) 0, in choose_multiplier()
3306 div_and_round_double (TRUNC_DIV_EXPR, 1, nl, nh, d, (HOST_WIDE_INT) 0, in choose_multiplier()
H A Dfold-const.c587 div_and_round_double (enum tree_code code, int uns, in div_and_round_double() function
874 div_and_round_double (code, uns, int1l, int1h, int2l, int2h, in div_if_zero_remainder()
1618 overflow = div_and_round_double (code, uns, int1l, int1h, int2l, int2h, in int_const_binop()
1641 overflow = div_and_round_double (code, uns, in int_const_binop()
H A Dtree.h4262 extern int div_and_round_double (enum tree_code, int, unsigned HOST_WIDE_INT,
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dexpmed.c2638 div_and_round_double (TRUNC_DIV_EXPR, 1, nl, nh, d, (HOST_WIDE_INT) 0,
2646 div_and_round_double (TRUNC_DIV_EXPR, 1, nl, nh, d, (HOST_WIDE_INT) 0,
H A Dfold-const.c565 div_and_round_double (code, uns, in div_and_round_double() function
1129 overflow = div_and_round_double (code, uns, int1l, int1h, int2l, int2h,
1150 overflow = div_and_round_double (code, uns,
H A Dtree.h3077 extern int div_and_round_double PARAMS ((enum tree_code, int,
H A DChangeLog.311678 (rrotate_double, div_and_round_double): Likewise.
11706 (rrotate_double, div_and_round_double, int_const_binop): Likewise.
H A DFSFChangeLog.105169 * fold-const (div_and_round_double): Change `carry', `quo_est',
H A DChangeLog.44473 (init_emit_once), fold-const.c (mul_double, div_and_round_double),
H A DChangeLog.111690 * fold-const.c (div_and_round_double): Cast BASE to
H A DFSFChangeLog.11798 * fold-const.c (div_and_round_double): Return overflow for
H A DChangeLog.78434 (div_and_round_double): Cast carry to a signed HOST_WIDE_INT to