Searched defs:bitwise (Results 1 – 4 of 4) sorted by relevance
| /third_party/boost/boost/test/tools/detail/ |
| D | bitwise_manip.hpp | 38 struct bitwise {}; struct 43 operator<<( unit_test::lazy_ostream &o, bitwise ) { return o; } in operator <<() argument 47 operator<<( std::ostream& o, bitwise ) { return o; } in operator <<() argument 108 …assertion_evaluate_t<assertion::binary_expr<T1,T2,assertion::op::EQ<T3,T4> > > const& ae, bitwise ) in operator <<() argument 116 operator<<( assertion_type const& , bitwise ) in operator <<() argument
|
| /third_party/boost/libs/mpl/doc/src/refmanual/ |
| D | Metafunctions-Bitwise.rst | 3 .. |bitwise| replace:: `bitwise`_ substdef 4 .. _`bitwise`: `Bitwise Operations`_ target
|
| /third_party/python/Doc/reference/ |
| D | expressions.rst | 1303 .. _bitwise: target in Shifting operations
|
| /third_party/python/Tools/clinic/ |
| D | clinic.py | 2833 def converter_init(self, *, bitwise=False): argument 2927 def converter_init(self, *, bitwise=False): argument 2999 def converter_init(self, *, bitwise=False): argument 3046 def converter_init(self, *, bitwise=False): argument 3090 def converter_init(self, *, bitwise=False): argument
|