| /src/external/gpl3/gcc.old/dist/gcc/ |
| double-int.cc | 1221 double_int::lrshift (HOST_WIDE_INT count, unsigned int prec) const function in class:double_int 1244 t2 = this->lrshift (prec - count, prec); 1261 t1 = this->lrshift (count, prec);
|
| double-int.cc | 1221 double_int::lrshift (HOST_WIDE_INT count, unsigned int prec) const function in class:double_int 1244 t2 = this->lrshift (prec - count, prec); 1261 t1 = this->lrshift (count, prec);
|
| wide-int.h | 609 SHIFT_FUNCTION lrshift (const T1 &, const T2 &); 3076 wi::lrshift (const T1 &x, const T2 &y) function in class:wi 3155 return lrshift (x, y); 3173 = wi::lrshift (width != precision ? wi::zext (x, width) : x, 3192 = wi::lrshift (width != precision ? wi::zext (x, width) : x, ymod);
|
| wide-int.h | 609 SHIFT_FUNCTION lrshift (const T1 &, const T2 &); 3076 wi::lrshift (const T1 &x, const T2 &y) function in class:wi 3155 return lrshift (x, y); 3173 = wi::lrshift (width != precision ? wi::zext (x, width) : x, 3192 = wi::lrshift (width != precision ? wi::zext (x, width) : x, ymod);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| double-int.cc | 1221 double_int::lrshift (HOST_WIDE_INT count, unsigned int prec) const function in class:double_int 1244 t2 = this->lrshift (prec - count, prec); 1261 t1 = this->lrshift (count, prec);
|
| double-int.cc | 1221 double_int::lrshift (HOST_WIDE_INT count, unsigned int prec) const function in class:double_int 1244 t2 = this->lrshift (prec - count, prec); 1261 t1 = this->lrshift (count, prec);
|