Home
last modified time | relevance | path

Searched refs:low64 (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/platform/
Dfingerprint.h25 uint64 low64; member
30 return lhs.low64 == rhs.low64 && lhs.high64 == rhs.high64;
36 return static_cast<size_t>(v.low64); in operator()
Dfingerprint_test.cc34 EXPECT_EQ(1163506517679092766ULL, fingerprint.low64); in TEST()
40 EXPECT_EQ(14404540403896557767ULL, fingerprint.low64); in TEST()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dattr_builder.cc213 return {tensorflow::FingerprintCat64(a.low64, b.low64), in FingerprintCat128()
219 b->low64 += a.low64; in CombineUnordered()
Dexecute.cc271 return {tensorflow::FingerprintCat64(a.low64, b.low64), in FingerprintCat128()
/external/tensorflow/tensorflow/core/kernels/
Dsdca_ops.cc322 out_values(i, 0) = TF_PREDICT_TRUE(fprint.low64 >= 2) in Compute()
323 ? fprint.low64 in Compute()
324 : fprint.low64 + ~static_cast<uint64>(1); in Compute()
/external/vixl/src/aarch64/
Dassembler-aarch64.h303 T low64,
307 VIXL_STATIC_ASSERT(sizeof(low64) == (kQRegSizeInBytes / 2)); in RawLiteral()
308 UpdateValue(high64, low64); in RawLiteral()
328 void UpdateValue(T high64, T low64, uint8_t* code_buffer = NULL) {
329 VIXL_ASSERT(sizeof(low64) == size_ / 2);
330 memcpy(&low64_, &low64, sizeof(low64));
339 void UpdateValue(T high64, T low64, const Assembler* assembler);
4403 void Literal<T>::UpdateValue(T high64, T low64, const Assembler* assembler) { in UpdateValue() argument
4405 low64, in UpdateValue()
Dmacro-assembler-aarch64.h1836 void Ldr(const VRegister& vt, uint64_t high64, uint64_t low64) { in Ldr() argument
1842 low64, in Ldr()
3262 Literal<T>* CreateLiteralDestroyedWithPool(T high64, T low64) { in CreateLiteralDestroyedWithPool() argument
3264 low64, in CreateLiteralDestroyedWithPool()