Home
last modified time | relevance | path

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

/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure3/
Dids.hpp45 bit_and, enumerator
122 bit_and = binary_op<op::bit_and>::value, enumerator
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure2/
Dids.hpp44 bit_and, enumerator
121 bit_and = binary_op<op::bit_and>::value, enumerator
/third_party/boost/boost/multiprecision/cpp_int/
Dbitwise.hpp217 struct bit_and struct
219 …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.cpp414 bit_and(operand a, operand b) in bit_and() function
/third_party/flutter/skia/src/core/
DSkVM.h262 bit_and, enumerator
DSkVM.cpp192 I32 Builder::bit_and (I32 x, I32 y) { return {this->push(Op::bit_and , x.id, y.id)}; } in bit_and() function in skvm::Builder
/third_party/skia/src/core/
DSkVM.h878 I32 bit_and(I32 x, int y) { return bit_and(x, splat(y)); } in abs() function
879 I32 bit_and(int x, I32 y) { return bit_and(splat(x), y); } in abs() function
DSkVM.cpp1068 I32 Builder::bit_and(I32 x, I32 y) { in bit_and() function in skvm::Builder