Searched refs:BitOr (Results 1 – 14 of 14) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/ |
D | buddy.cc | 27 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/ |
D | fixed_point.c | 87 int32_t BitOr(int32_t a, int32_t b) { return (uint32_t)a | (uint32_t)b; } in BitOr() function
|
/third_party/python/Parser/ |
D | Python.asdl | 100 | RShift | BitOr | BitXor | BitAnd | FloorDiv
|
D | parser.c | 2739 _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/ |
D | SIInstrInfo.td | 2074 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/ |
D | pycore_ast.h | 26 LShift=8, RShift=9, BitOr=10, BitXor=11, BitAnd=12, enumerator
|
/third_party/python/Python/ |
D | ast_unparse.c | 159 case BitOr: op = " | "; pr = PR_BOR; break; in append_ast_binop()
|
D | ast_opt.c | 269 case BitOr: in fold_binop()
|
D | compile.c | 3626 case BitOr: in binop() 3663 case BitOr: in inplace_binop()
|
D | Python-ast.c | 4705 case BitOr: in ast2obj_operator() 9740 *out = BitOr; in obj2ast_operator()
|
/third_party/python/Grammar/ |
D | python.gram | 117 | '|=' { _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/ |
D | spirv_hlsl.cpp | 4708 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/ |
D | ast.rst | 416 BitOr
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 95161 /* 93 */ "BitOr" OpHelp("r[P3]=r[P1]|r[P2]"), 132822 /* 103 */ "BitOr" OpHelp("r[P3]=r[P1]|r[P2]"),
|