Lines Matching refs:is
13 distributed under the License is distributed on an "AS IS" BASIS,
24 This class is created for several purposes:
449 // The test below will force printing in binary if decimal is
457 void scan(::std::istream &is=::std::cin);
1003 sc_proxy_out_of_bounds("left shift operation is only allowed with "
1053 sc_proxy_out_of_bounds("right shift operation is only allowed with "
1229 sc_proxy<X>::scan(::std::istream &is)
1232 is >> s;
1260 // only 0 word is returned
1387 operator >> (::std::istream &is, sc_proxy<X> &a)
1389 a.scan(is);
1390 return is;