Lines Matching refs:is

13   distributed under the License is distributed on an "AS IS" BASIS,
23 This file is included in sc_signed.cpp and
27 sc_nbfriends.cpp and sc_nbexterns.cpp is created in order
71 // Create a copy of v with sgn s. v is of the same type.
83 // Create a copy of v where v is of the different type.
100 // Create a copy of v where v is an sign-less instance.
288 CLASS_TYPE::scan(::std::istream &is)
291 is >> s;
2077 // Return true if the bit i is 1, false otherwise. If i is outside the
2183 // If sgn is negative, we have to convert digit to its 2's
2184 // complement. Since this function is const, we can not do it on
2253 // Create a copy of v where v is of the different type.
2272 // defined in class CLASS_TYPE). If alloc is set, delete d.
2293 // This constructor is mainly used in finding a "range" of bits from a
2295 // arbitrary precedence between l and r. If l is smaller than r, then
2296 // the output is the reverse of range(r, l).
2320 // if u == 0 or the range is out of bounds, return 0
2334 // The rest will be executed if u is not zero.
2348 // The range is performed on the 2's complement representation, so
2379 // If l < r, i.e., reversed is set, reverse the bits of digit. d
2384 // reversing is "read bits out of d from left to right and push
2432 // This constructor is mainly used in finding a "range" of bits from a
2434 // arbitrary precedence between l and r. If l is smaller than r, then
2435 // the output is the reverse of range(r, l).
2459 // if u == 0 or the range is out of bounds, return 0
2473 // The rest will be executed if u is not zero.
2487 // The range is performed on the 2's complement representation, so
2518 // If l < r, i.e., reversed is set, reverse the bits of digit. d
2523 // reversing is "read bits out of d from left to right and push
2600 // Checks to see if bit_num is out of bounds.
2609 "bit_num = " << bit_num << " is out of bounds";