Home
last modified time | relevance | path

Searched refs:BitOr (Results 1 – 14 of 14) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/
Dbuddy.cc27 inline uint64_t BitOr(uint64_t rhs, uint64_t lhs) { return rhs | lhs; } in BitOr() function
63 map_[0] = BitOr(MORE_BIT, static_cast<uint64_t>(num_lvl_ - kBitOffset)); in Init()
222 val = BitOr(static_cast<uint64_t>(log_sz - kBitOffset), MORE_BIT); in SetBuddySegState()
226 val = BitOr(val, ALLOC_BIT); in SetBuddySegState()
234 map_[pos] = static_cast<char>(BitOr(map_[pos], BitRightShift(val, shift))); in SetBuddySegState()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Dfixed_point.c87 int32_t BitOr(int32_t a, int32_t b) { return (uint32_t)a | (uint32_t)b; } in BitOr() function
/third_party/python/Parser/
DPython.asdl100 | RShift | BitOr | BitXor | BitAnd | FloorDiv
Dparser.c2739 _res = _PyPegen_augoperator ( p , BitOr ); in augassign_rule()
13093 _res = _PyAST_BinOp ( a , BitOr , b , EXTRA ); in bitwise_or_raw()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.td2074 class BitOr<bit a, bit b> {
2130 field bit HasModifiers = BitOr<isModifierType<Src0VT>.ret, EnableF32SrcMods>.ret;
2143 field bit HasSrc1Mods = !if(HasModifiers, BitOr<HasSrc1FloatMods, HasSrc1IntMods>.ret, 0);
2144 field bit HasSrc2Mods = !if(HasModifiers, BitOr<HasSrc2FloatMods, HasSrc2IntMods>.ret, 0);
2146 field bit HasClamp = BitOr<isModifierType<Src0VT>.ret, EnableClamp>.ret;
/third_party/python/Include/internal/
Dpycore_ast.h26 LShift=8, RShift=9, BitOr=10, BitXor=11, BitAnd=12, enumerator
/third_party/python/Python/
Dast_unparse.c159 case BitOr: op = " | "; pr = PR_BOR; break; in append_ast_binop()
Dast_opt.c269 case BitOr: in fold_binop()
Dcompile.c3626 case BitOr: in binop()
3663 case BitOr: in inplace_binop()
DPython-ast.c4705 case BitOr: in ast2obj_operator()
9740 *out = BitOr; in obj2ast_operator()
/third_party/python/Grammar/
Dpython.gram117 | '|=' { _PyPegen_augoperator(p, BitOr) }
634 | a=bitwise_or '|' b=bitwise_xor { _PyAST_BinOp(a, BitOr, b, EXTRA) }
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_hlsl.cpp4708 HLSL_GROUP_OP(BitwiseOr, BitOr, false) in emit_subgroup_op()
4711 HLSL_GROUP_OP_CAST(LogicalOr, BitOr, uint_type) in emit_subgroup_op()
/third_party/python/Doc/library/
Dast.rst416 BitOr
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch95161 /* 93 */ "BitOr" OpHelp("r[P3]=r[P1]|r[P2]"),
132822 /* 103 */ "BitOr" OpHelp("r[P3]=r[P1]|r[P2]"),