Searched refs:rshift_double (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | double-int.cc | 229 rshift_double (unsigned HOST_WIDE_INT l1, HOST_WIDE_INT h1, in rshift_double() function 1156 rshift_double (low, high, absu_hwi (count), prec, &ret.low, &ret.high, arith); in lshift() 1169 rshift_double (low, high, count, prec, &ret.low, &ret.high, arith); in rshift() 1185 rshift_double (low, high, absu_hwi (count), prec, &r.low, &r.high, true); in alshift() 1197 rshift_double (low, high, count, prec, &r.low, &r.high, true); in arshift() 1213 rshift_double (low, high, absu_hwi (count), prec, &r.low, &r.high, false); in llshift() 1225 rshift_double (low, high, count, prec, &r.low, &r.high, false); in lrshift()
|
H A D | ChangeLog-2000 | 26943 (lshift_double, rshift_double, lrotate_double): Likewise. 26971 (lshift_double, rshift_double, lrotate_double): Likewise. 26979 (lshift_double, rshift_double, lrotate_double, rrotate_double): 31629 * fold-const.c (lshift_double, rshift_double): Handle
|
H A D | ChangeLog-2012 | 22737 * double-int.c (rshift_double, lshift_double): Likewise. 29494 * double-int.c (rshift_double): Remove not needed cast. 29604 * double-int.h (rshift_double): Remove. 29606 (rshift_double): Make static, take unsigned count argument,
|
H A D | ChangeLog-2010 | 34644 neg_double, mul_double_with_sign, lshift_double, rshift_double, 34649 lshift_double, rshift_double, lrotate_double, rrotate_double, 34672 * tree.h (lshift_double, rshift_double): 34677 (rshift_double): Change type of arith argument to bool. Correct
|
H A D | ChangeLog-1998 | 15908 (rshift_double): Likewise.
|
H A D | ChangeLog-2013 | 10650 * double-int.c (lshift_double, rshift_double): Remove 21667 * double-int.c (rshift_double, lshift_double): Likewise.
|
H A D | ChangeLog-2001 | 5974 (rshift_double): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | double-int.c | 229 rshift_double (unsigned HOST_WIDE_INT l1, HOST_WIDE_INT h1, in rshift_double() function 1156 rshift_double (low, high, absu_hwi (count), prec, &ret.low, &ret.high, arith); in lshift() 1169 rshift_double (low, high, count, prec, &ret.low, &ret.high, arith); in rshift() 1185 rshift_double (low, high, absu_hwi (count), prec, &r.low, &r.high, true); in alshift() 1197 rshift_double (low, high, count, prec, &r.low, &r.high, true); in arshift() 1213 rshift_double (low, high, absu_hwi (count), prec, &r.low, &r.high, false); in llshift() 1225 rshift_double (low, high, count, prec, &r.low, &r.high, false); in lrshift()
|