Lines Matching defs:is
13 distributed under the License is distributed on an "AS IS" BASIS,
75 sc_fxnum_bitref::scan(::std::istream &is)
78 is >> b;
107 sc_fxnum_fast_bitref::scan(::std::istream &is)
110 is >> b;
153 sc_fxnum_subref::scan(::std::istream &is)
155 m_bv.scan(is);
200 sc_fxnum_fast_subref::scan(::std::istream &is)
202 m_bv.scan(is);
299 sc_fxnum::scan(::std::istream &is)
302 is >> s;
678 sc_fxnum_fast::scan(::std::istream &is)
681 is >> s;