Searched refs:neg_double (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/contrib/gcc/ |
| D | double-int.c | 200 neg_double (a.low, a.high, &ret.low, &ret.high); in double_int_neg()
|
| D | fold-const.c | 328 neg_double (unsigned HOST_WIDE_INT l1, HOST_WIDE_INT h1, in neg_double() function 397 neg_double (l2, h2, &neglow, &neghigh); in mul_double_with_sign() 402 neg_double (l1, h1, &neglow, &neghigh); in mul_double_with_sign() 618 if (neg_double (lnum, hnum, &lnum, &hnum) in div_and_round_double() 625 neg_double (lden, hden, &lden, &hden); in div_and_round_double() 769 neg_double (*lquo, *hquo, lquo, hquo); in div_and_round_double() 773 neg_double (*lrem, *hrem, lrem, hrem); in div_and_round_double() 816 neg_double (*lrem, *hrem, &labs_rem, &habs_rem); in div_and_round_double() 818 neg_double (lden, hden, &labs_den, &habs_den); in div_and_round_double() 850 neg_double (*lrem, *hrem, lrem, hrem); in div_and_round_double() [all …]
|
| D | simplify-rtx.c | 1133 neg_double (l1, h1, &lv, &hv); in simplify_const_unary_operation() 1138 neg_double (l1, h1, &lv, &hv); in simplify_const_unary_operation() 2894 neg_double (l2, h2, &lv, &hv); in simplify_const_binary_operation()
|
| D | tree.h | 4329 extern int neg_double (unsigned HOST_WIDE_INT, HOST_WIDE_INT,
|
| D | ChangeLog-2000 | 26942 (add_double, neg_double, mul_double): Low word is unsigned. 26970 (force_fit_type, add_double, neg_double, mul_double): Likewise. 26978 * rtl.h (add_double, neg_double, mul_double): Low words are unsigned.
|
| /freebsd-12-stable/contrib/gcc/config/sparc/ |
| D | sparc.c | 8207 overflow |= neg_double (low1, high1, &l, &h); in sparc_fold_builtin() 8210 overflow |= neg_double (l, h, &l, &h); in sparc_fold_builtin()
|