Home
last modified time | relevance | path

Searched defs:bit_xor (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure2/
Dids.hpp43 bit_xor, enumerator
120 bit_xor = binary_op<op::bit_xor>::value, enumerator
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure3/
Dids.hpp44 bit_xor, enumerator
121 bit_xor = binary_op<op::bit_xor>::value, enumerator
/third_party/boost/boost/multiprecision/cpp_int/
Dbitwise.hpp225 struct bit_xor struct
227 …X14_CONSTEXPR limb_type operator()(limb_type a, limb_type b) const BOOST_NOEXCEPT { return a ^ b; } in operator ()()
/third_party/mesa3d/src/compiler/glsl/
Dir_builder.cpp426 bit_xor(operand a, operand b) in bit_xor() function
/third_party/flutter/skia/src/core/
DSkVM.h264 bit_xor, enumerator
DSkVM.cpp194 I32 Builder::bit_xor (I32 x, I32 y) { return {this->push(Op::bit_xor , x.id, y.id)}; } in bit_xor() function in skvm::Builder
/third_party/skia/src/core/
DSkVM.h886 I32 bit_xor(I32 x, int y) { return bit_xor(x, splat(y)); } in abs() function
887 I32 bit_xor(int x, I32 y) { return bit_xor(splat(x), y); } in abs() function
DSkVM.cpp1086 I32 Builder::bit_xor(I32 x, I32 y) { in bit_xor() function in skvm::Builder