Home
last modified time | relevance | path

Searched refs:bitwise (Results 1 – 25 of 317) sorted by relevance

12345678910>>...13

/third_party/boost/libs/test/doc/testing_tools/
Dboost_test_bitwise_comparison.qbk9 [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/
Dboost_test_bitwise.run-fail.cpp17 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/
Dbitwise_manip.hpp38 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/
DsymbolType10.types2 var s = Symbol.for("bitwise");
4 >Symbol.for("bitwise") : symbol
8 >"bitwise" : "bitwise"
/third_party/boost/libs/mpl/doc/src/refmanual/
DMetafunctions-Bitwise.rst3 .. |bitwise| replace:: `bitwise`_ substdef
4 .. _`bitwise`: `Bitwise Operations`_ target
Dshift_left.rst25 Returns the result of bitwise *shift left* (``<<``) operation on ``T``.
34 #include <boost/mpl/bitwise.hpp>
Dshift_right.rst25 Returns the result of bitwise *shift right* (``>>``) operation on ``T``.
34 #include <boost/mpl/bitwise.hpp>
Dbitand_.rst28 Returns the result of *bitwise and* (``&``) operation of its arguments.
37 #include <boost/mpl/bitwise.hpp>
Dbitxor_.rst28 Returns the result of *bitwise xor* (``^``) operation of its arguments.
37 #include <boost/mpl/bitwise.hpp>
Dbitor_.rst28 Returns the result of *bitwise or* (``|``) operation of its arguments.
37 #include <boost/mpl/bitwise.hpp>
/third_party/ltp/tools/sparse/sparse-src/Documentation/
Dannotations.rst20 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/
Dfunctional.shaders.int_op.txt35 - bitwise not
42 - bitwise and
43 - bitwise or
44 - bitwise xor
/third_party/skia/third_party/externals/opengl-registry/extensions/3DFX/
D3DFX_tbuffer.txt63 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/
D3DFX_tbuffer.txt63 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/
Dbool-cast-restricted.c1 typedef unsigned int __attribute__((bitwise)) large_t;
18 typedef unsigned short __attribute__((bitwise)) small_t;
Dbitwise-function-pointer.c1 #define __bitwise __attribute__((bitwise))
Dfoul-scalar.c1 #define __bitwise __attribute__((bitwise))
Drestricted-typeof.c1 typedef unsigned __attribute__((bitwise)) A;
Denum-bitwise-bad.c1 #define __bitwise __attribute__((bitwise))
Dbool-cast-bad.c1 typedef unsigned short __attribute__((bitwise)) le16;
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ci/
Dllvmpipe-glslparser.txt1027 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/
DEXT_misc_attribute.txt81 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/
DEXT_misc_attribute.txt81 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/
Dnumber.rst105 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/
Dassign-restricted-ok.c2 #define __bitwise __attribute__((bitwise))

12345678910>>...13