Home
last modified time | relevance | path

Searched defs:xor_mask (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dsort_util.cc51 llvm::Value* element_pair_index, int64_t xor_mask, llvm::Type* index_type, in EmitCompareLoopBody()
246 for (int64_t xor_mask : xor_masks) { in EmitTiledCompareLoop() local
/external/cronet/buildtools/third_party/libc++/trunk/include/__random/
Dmersenne_twister_engine.h111 static _LIBCPP_CONSTEXPR const result_type xor_mask = __a; variable
/external/tensorflow/tensorflow/core/lib/strings/
Dordered_code.cc490 const uint64 xor_mask = (!((*src)[0] & 0x80)) ? ~0ULL : 0ULL; in ReadSignedNumIncreasing() local
/external/cronet/base/allocator/partition_allocator/starscan/
Dstate_bitmap.h256 const CellType xor_mask = static_cast<CellType>(0b11) << object_bit; in MarkQuarantinedAsReachable() local
/external/protobuf/src/google/protobuf/
Dwire_format_lite.h868 uint32_t xor_mask; in ZigZagDecode32() local
885 uint64_t xor_mask; in ZigZagDecode64() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.cc2688 absl::StrJoin(xor_masks, ", ", [](std::string* out, int64_t xor_mask) { in EmitSort()
2720 int64_t xor_mask; in EmitSort() local
/external/libxml2/
Dxmlschemastypes.c4132 unsigned char xmask, ymask, xor_mask, and_mask; in xmlSchemaCompareDates() local
/external/mesa3d/src/amd/llvm/
Dac_llvm_build.c3532 static inline unsigned ds_pattern_bitmode(unsigned and_mask, unsigned or_mask, unsigned xor_mask) in ds_pattern_bitmode()
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp227 unsigned xor_mask = (mask >> 10) & 0x1f; in emit_masked_swizzle() local