Searched refs:high64 (Results 1 - 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/platform/
H A Dfingerprint.h25 uint64 high64; member in struct:tensorflow::Fprint128
29 return lhs.low64 == rhs.low64 && lhs.high64 == rhs.high64;
H A Dfingerprint_test.cc35 EXPECT_EQ(10829806600034513965ULL, fingerprint.high64);
41 EXPECT_EQ(4859093245152058524ULL, fingerprint.high64);
/external/tensorflow/tensorflow/c/eager/
H A Druntime.cc172 b->high64 += a.high64;
/external/tensorflow/tensorflow/core/kernels/
H A Dsdca_ops.cc313 out_values(i, 1) = fprint.high64;
/external/vixl/src/aarch64/
H A Dassembler-aarch64.h302 Literal(T high64, argument
308 UpdateValue(high64, low64);
328 void UpdateValue(T high64, T low64, uint8_t* code_buffer = NULL) { argument
331 memcpy(&high64_, &high64, sizeof(high64));
339 void UpdateValue(T high64, T low64, const Assembler* assembler);
3356 void Literal<T>::UpdateValue(T high64, T low64, const Assembler* assembler) { argument
3357 return UpdateValue(high64,
H A Dmacro-assembler-aarch64.h1534 void Ldr(const VRegister& vt, uint64_t high64, uint64_t low64) { argument
1539 new Literal<uint64_t>(high64,
2856 Literal<T>* CreateLiteralDestroyedWithPool(T high64, T low64) { argument
2857 return new Literal<T>(high64,
/external/valgrind/VEX/priv/
H A Dguest_ppc_toIR.c9624 IRExpr * high64; local
9636 high64 = unop( Iop_V128HIto64, mkexpr( vS ) );
9637 putIReg( rA_addr, (mode64) ? high64 :
9638 unop( Iop_64to32, high64 ) );
9646 IRExpr * high64; local
9658 high64 = unop( Iop_V128HIto64, mkexpr( vS ) );
9661 binop( Iop_And64, high64, mkU64( 0xFFFFFFFF ) ) :
9663 binop( Iop_And64, high64, mkU64( 0xFFFFFFFF ) ) ) );
20613 IRExpr * high64, * low32; local
20615 high64
21127 IRTemp high64 = newTemp(Ity_F64); local
21140 IRExpr * high64; local
21143 store( mkexpr( EA ), high64 ); local
21197 IRExpr * high64, *low64; local
21201 store( mkexpr( EA ), high64 ); local
[all...]

Completed in 209 milliseconds