Lines Matching refs:is
13 distributed under the License is distributed on an "AS IS" BASIS,
1384 operator >> (::std::istream &is, sc_fxnum_bitref &a)
1386 a.scan(is);
1387 return is;
1577 operator >> (::std::istream &is, sc_fxnum_fast_bitref &a)
1579 a.scan(is);
1580 return is;
1864 operator >> (::std::istream &is, sc_fxnum_subref &a)
1866 a.scan(is);
1867 return is;
2156 operator >> (::std::istream &is, sc_fxnum_fast_subref &a)
2158 a.scan(is);
2159 return is;
3122 operator >> (::std::istream &is, sc_fxnum &a)
3124 a.scan(is);
3125 return is;
4064 operator >> (::std::istream &is, sc_fxnum_fast &a)
4066 a.scan(is);
4067 return is;