Searched defs:bit_and (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/compiler/glsl/ |
D | ir_builder.cpp | 401 bit_and(operand a, operand b) in bit_and() function
|
/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
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 19715 struct bit_and : public binary_function<_Tp, _Tp, _Tp> struct 19719 operator()(const _Tp& __x, const _Tp& __y) const in operator ()() 19752 struct bit_and<void> struct 19757 operator()(_Tp&& __t, _Up&& __u) const in operator ()() 19762 typedef __is_transparent is_transparent;
|