/third_party/boost/libs/test/doc/testing_tools/ |
D | boost_test_bitwise_comparison.qbk | 9 [section:bitwise Bitwise comparison] 13 …pulator [classref boost::test_tools::bitwise] can be provided to the __BOOST_TEST__ macro in order… 16 [bt_example boost_test_bitwise..BOOST_TEST bitwise comparison..run-fail] 21 [endsect] [/ bitwise comparison]
|
/third_party/boost/libs/test/doc/examples/ |
D | boost_test_bitwise.run-fail.cpp | 17 BOOST_TEST( a == (a & ~1), tt::bitwise() ); in BOOST_AUTO_TEST_CASE() 18 BOOST_TEST( a == a + 1, tt::bitwise() ); in BOOST_AUTO_TEST_CASE() 19 BOOST_TEST( a != a + 1, tt::bitwise() ); in BOOST_AUTO_TEST_CASE() 21 BOOST_TEST( a == b, tt::bitwise() ); in BOOST_AUTO_TEST_CASE()
|
/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/typescript/tests/baselines/reference/ |
D | symbolType10.types | 2 var s = Symbol.for("bitwise"); 4 >Symbol.for("bitwise") : symbol 8 >"bitwise" : "bitwise"
|
/third_party/boost/libs/mpl/doc/src/refmanual/ |
D | Metafunctions-Bitwise.rst | 3 .. |bitwise| replace:: `bitwise`_ substdef 4 .. _`bitwise`: `Bitwise Operations`_ target
|
D | shift_left.rst | 25 Returns the result of bitwise *shift left* (``<<``) operation on ``T``. 34 #include <boost/mpl/bitwise.hpp>
|
D | shift_right.rst | 25 Returns the result of bitwise *shift right* (``>>``) operation on ``T``. 34 #include <boost/mpl/bitwise.hpp>
|
D | bitand_.rst | 28 Returns the result of *bitwise and* (``&``) operation of its arguments. 37 #include <boost/mpl/bitwise.hpp>
|
D | bitxor_.rst | 28 Returns the result of *bitwise xor* (``^``) operation of its arguments. 37 #include <boost/mpl/bitwise.hpp>
|
D | bitor_.rst | 28 Returns the result of *bitwise or* (``|``) operation of its arguments. 37 #include <boost/mpl/bitwise.hpp>
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/ |
D | annotations.rst | 20 bitwise chapter 24 "bitwise" integer with a normal integer expression, and you can't even 25 mix it with another bitwise expression of a different type. 26 The integer 0 is special, though, and can be mixed with any bitwise type 27 since it's safe for all bitwise operations. 31 a single "bitwise class", incompatible with any other types. 63 This attribute is similar to ``bitwise`` but in a much weaker form.
|
/third_party/vk-gl-cts/doc/testspecs/GLES3/ |
D | functional.shaders.int_op.txt | 35 - bitwise not 42 - bitwise and 43 - bitwise or 44 - bitwise xor
|
/third_party/skia/third_party/externals/opengl-registry/extensions/3DFX/ |
D | 3DFX_tbuffer.txt | 63 of TBUFFER_WRITE_MASK_3DFX are bitwise ANDed with the fragment 70 add "The fragment mask thus computed, is then bitwise ANDed with the 77 add "The fragment mask thus computed, is then bitwise ANDed with the 84 0." add "The fragment mask thus computed, is then bitwise ANDed with
|
/third_party/openGLES/extensions/3DFX/ |
D | 3DFX_tbuffer.txt | 63 of TBUFFER_WRITE_MASK_3DFX are bitwise ANDed with the fragment 70 add "The fragment mask thus computed, is then bitwise ANDed with the 77 add "The fragment mask thus computed, is then bitwise ANDed with the 84 0." add "The fragment mask thus computed, is then bitwise ANDed with
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
D | bool-cast-restricted.c | 1 typedef unsigned int __attribute__((bitwise)) large_t; 18 typedef unsigned short __attribute__((bitwise)) small_t;
|
D | bitwise-function-pointer.c | 1 #define __bitwise __attribute__((bitwise))
|
D | foul-scalar.c | 1 #define __bitwise __attribute__((bitwise))
|
D | restricted-typeof.c | 1 typedef unsigned __attribute__((bitwise)) A;
|
D | enum-bitwise-bad.c | 1 #define __bitwise __attribute__((bitwise))
|
D | bool-cast-bad.c | 1 typedef unsigned short __attribute__((bitwise)) le16;
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ci/ |
D | llvmpipe-glslparser.txt | 1027 spec/ext_gpu_shader4/compiler/bitwise-and-int-int.frag: skip 1028 spec/ext_gpu_shader4/compiler/bitwise-and-int-int.vert: skip 1029 spec/ext_gpu_shader4/compiler/bitwise-and-int-ivec2.frag: skip 1030 spec/ext_gpu_shader4/compiler/bitwise-and-int-ivec2.vert: skip 1031 spec/ext_gpu_shader4/compiler/bitwise-and-int-ivec3.frag: skip 1032 spec/ext_gpu_shader4/compiler/bitwise-and-int-ivec3.vert: skip 1033 spec/ext_gpu_shader4/compiler/bitwise-and-int-ivec4.frag: skip 1034 spec/ext_gpu_shader4/compiler/bitwise-and-int-ivec4.vert: skip 1035 spec/ext_gpu_shader4/compiler/bitwise-and-ivec2-int.frag: skip 1036 spec/ext_gpu_shader4/compiler/bitwise-and-ivec2-int.vert: skip [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_misc_attribute.txt | 81 takes a bitwise OR of symbolic constants indicating which groups of 87 implementation supports the extension, then use a bitwise OR to set 128 the extension, then use a bitwise OR to set the appropriate bit(s) in
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_misc_attribute.txt | 81 takes a bitwise OR of symbolic constants indicating which groups of 87 implementation supports the extension, then use a bitwise OR to set 128 the extension, then use a bitwise OR to set the appropriate bit(s) in
|
/third_party/python/Doc/c-api/ |
D | number.rst | 105 Returns the bitwise negation of *o* on success, or ``NULL`` on failure. This is 123 Returns the "bitwise and" of *o1* and *o2* on success and ``NULL`` on failure. 129 Returns the "bitwise exclusive or" of *o1* by *o2* on success, or ``NULL`` on 135 Returns the "bitwise or" of *o1* and *o2* on success, or ``NULL`` on failure. 219 Returns the "bitwise and" of *o1* and *o2* on success and ``NULL`` on failure. The 226 Returns the "bitwise exclusive or" of *o1* by *o2* on success, or ``NULL`` on 233 Returns the "bitwise or" of *o1* and *o2* on success, or ``NULL`` on failure. The
|
/third_party/ltp/tools/sparse/sparse-src/validation/eval/ |
D | assign-restricted-ok.c | 2 #define __bitwise __attribute__((bitwise))
|