Home
last modified time | relevance | path

Searched defs:bit_or (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dir_builder.cpp407 bit_or(operand a, operand b) in bit_or() function
/third_party/skia/src/core/
DSkVM.h882 I32 bit_or(I32 x, int y) { return bit_or(x, splat(y)); } in abs() function
883 I32 bit_or(int x, I32 y) { return bit_or(splat(x), y); } in abs() function
DSkVM.cpp1077 I32 Builder::bit_or(I32 x, I32 y) { in bit_or() function in skvm::Builder
/third_party/node/deps/simdutf/
Dsimdutf.cpp1979 simdutf_really_inline simd8x64<T> bit_or(const T m) const { in bit_or() function
2262 simdutf_really_inline simd16x32<T> bit_or(const T m) const { in bit_or() function
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp19724 struct bit_or : public binary_function<_Tp, _Tp, _Tp> struct
19728 operator()(const _Tp& __x, const _Tp& __y) const in operator ()()
19766 struct bit_or<void> struct
19771 operator()(_Tp&& __t, _Up&& __u) const in operator ()()
19776 typedef __is_transparent is_transparent;