Searched defs:bit_and (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure3/ |
D | ids.hpp | 45 bit_and, enumerator 122 bit_and = binary_op<op::bit_and>::value, enumerator
|
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure2/ |
D | ids.hpp | 44 bit_and, enumerator 121 bit_and = binary_op<op::bit_and>::value, enumerator
|
/third_party/boost/boost/multiprecision/cpp_int/ |
D | bitwise.hpp | 217 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/ |
D | ir_builder.cpp | 414 bit_and(operand a, operand b) in bit_and() function
|
/third_party/flutter/skia/src/core/ |
D | SkVM.h | 262 bit_and, enumerator
|
D | SkVM.cpp | 192 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/ |
D | SkVM.h | 878 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
|
D | SkVM.cpp | 1068 I32 Builder::bit_and(I32 x, I32 y) { in bit_and() function in skvm::Builder
|