Home
last modified time | relevance | path

Searched refs:xor_mask (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dsort_util.cc52 int64 xor_mask, llvm::Type* index_type, in EmitCompareLoopBody() argument
70 int64 block_size = xor_mask; in EmitCompareLoopBody()
72 if (xor_mask > 1 && (xor_mask & (xor_mask + 1)) == 0) { in EmitCompareLoopBody()
73 block_size = (xor_mask + 1) / 2; in EmitCompareLoopBody()
101 b->CreateXor(current_keys_index, index_typed_constant(xor_mask)); in EmitCompareLoopBody()
228 for (int64 xor_mask : xor_masks) { in EmitTiledCompareLoop() local
248 element_pair_index, xor_mask, tiled_keys_index.GetType(), in EmitTiledCompareLoop()
253 tile_size, params.size(), element_pair_index, xor_mask, in EmitTiledCompareLoop()
260 tile_size, params.size(), element_pair_index, xor_mask, in EmitTiledCompareLoop()
/external/llvm-project/libcxx/test/std/numerics/rand/rand.eng/rand.eng.mers/
Dvalues.pass.cpp55 static_assert((E::xor_mask == 0x9908b0df), ""); in test1()
76 where(E::xor_mask); in test1()
96 static_assert((E::xor_mask == 0xb5026f5aa96619e9ull), ""); in test2()
117 where(E::xor_mask); in test2()
/external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.mers/
Dvalues.pass.cpp56 static_assert((E::xor_mask == 0x9908b0df), ""); in test1()
77 where(E::xor_mask); in test1()
97 static_assert((E::xor_mask == 0xb5026f5aa96619e9ull), ""); in test2()
118 where(E::xor_mask); in test2()
/external/tensorflow/tensorflow/core/lib/strings/
Dordered_code.cc490 const uint64 xor_mask = (!((*src)[0] & 0x80)) ? ~0ULL : 0ULL; in ReadSignedNumIncreasing() local
491 const unsigned char first_byte = (*src)[0] ^ (xor_mask & 0xff); in ReadSignedNumIncreasing()
499 x = xor_mask; // sign extend using xor_mask in ReadSignedNumIncreasing()
505 const unsigned char second_byte = (*src)[1] ^ (xor_mask & 0xff); in ReadSignedNumIncreasing()
510 const unsigned char third_byte = (*src)[2] ^ (xor_mask & 0xff); in ReadSignedNumIncreasing()
/external/libxml2/
Dxmlschemastypes.c4116 unsigned char xmask, ymask, xor_mask, and_mask; in xmlSchemaCompareDates() local
4314 xor_mask = xmask ^ ymask; /* mark type differences */ in xmlSchemaCompareDates()
4318 if (xor_mask & 1) in xmlSchemaCompareDates()
4328 if (xor_mask & 2) in xmlSchemaCompareDates()
4338 if (xor_mask & 4) in xmlSchemaCompareDates()
4348 if (xor_mask & 8) in xmlSchemaCompareDates()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.cc2986 absl::StrJoin(xor_masks, ", ", [](std::string* out, int64 xor_mask) { in EmitSortFromMlir() argument
2987 absl::StrAppendFormat(out, "0x%x", xor_mask); in EmitSortFromMlir()
3020 int64 xor_mask; in EmitSortFromMlir() local
3022 xor_mask = (1LL << (stage + 1)) - 1; in EmitSortFromMlir()
3024 xor_mask = 1LL << mask; in EmitSortFromMlir()
3026 if (xor_mask >= kTileSize || no_tiling) { in EmitSortFromMlir()
3031 TF_RETURN_IF_ERROR(emit_kernel({xor_mask})); in EmitSortFromMlir()
3033 xor_masks.push_back(xor_mask); in EmitSortFromMlir()
/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() argument
3534 assert(and_mask < 32 && or_mask < 32 && xor_mask < 32); in ds_pattern_bitmode()
3535 return and_mask | (or_mask << 5) | (xor_mask << 10); in ds_pattern_bitmode()
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp227 unsigned xor_mask = (mask >> 10) & 0x1f; in emit_masked_swizzle() local
232 if (and_mask == 0x1f && or_mask < 4 && xor_mask < 4) { in emit_masked_swizzle()
235 res[i] = ((res[i] | or_mask) ^ xor_mask) & 0x3; in emit_masked_swizzle()
237 } else if (and_mask == 0x1f && !or_mask && xor_mask == 8) { in emit_masked_swizzle()
239 } else if (and_mask == 0x1f && !or_mask && xor_mask == 0xf) { in emit_masked_swizzle()
241 } else if (and_mask == 0x1f && !or_mask && xor_mask == 0x7) { in emit_masked_swizzle()
/external/libcxx/include/
Drandom86 static constexpr result_type xor_mask = a;
2094 static _LIBCPP_CONSTEXPR const result_type xor_mask = __a;
2249 …ister_engine<_UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t, __c, __l, __f>::xor_mask;
/external/llvm-project/libcxx/include/
Drandom85 static constexpr result_type xor_mask = a;
2111 static _LIBCPP_CONSTEXPR const result_type xor_mask = __a;
2266 …ister_engine<_UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t, __c, __l, __f>::xor_mask;
/external/libabigail/tests/data/test-read-dwarf/
Dtest10-pr18818-gcc.so.abi3111 …<var-decl name='xor_mask' type-id='type-id-503' visibility='default' filepath='/usr/include/c++/4.…
Dtest11-pr18828.so.abi10408 …<var-decl name='xor_mask' type-id='type-id-1327' visibility='default' filepath='/usr/include/c++/4…
Dtest16-pr18904.so.abi12843 …<var-decl name='xor_mask' type-id='type-id-2225' visibility='default' filepath='/export/users/iver…