Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorUInt128.h32 struct TensorUInt128 struct
39TensorUInt128(const TensorUInt128<OTHER_HIGH, OTHER_LOW>& other) : high(other.high), low(other.low… in TensorUInt128() argument
56 explicit TensorUInt128(const T& x) : high(0), low(x) { in TensorUInt128() argument
62 TensorUInt128(HIGH y, LOW x) : high(y), low(x) { } in TensorUInt128() function
78 bool operator == (const TensorUInt128<HL, LL>& lhs, const TensorUInt128<HR, LR>& rhs) argument