Searched defs:IsAligned (Results 1 – 15 of 15) sorted by relevance
73 static bool IsAligned(const void* pointer) { in IsAligned() function
83 template <typename T> inline bool IsAligned(T X, intptr_t N) { in IsAligned() function
46 IsAligned = Derived::IsAligned, enumerator
42 IsAligned = bool(EIGEN_MAX_ALIGN_BYTES>0), enumerator
73 IsAligned = ((int(Options_)&Aligned)==Aligned), enumerator
142 IsAligned = false, enumerator
76 IsAligned = bool(EIGEN_MAX_ALIGN_BYTES>0) & !(Options_&DontAlign), enumerator
62 inline bool IsAligned(const void* ptr) { in IsAligned() function
339 bool TensorInterface::IsAligned() const { return tensor_.IsAligned(); } in IsAligned() function in tensorflow::TensorInterface
571 inline bool IsAligned(T pointer, int alignment) { in IsAligned() function579 inline bool IsAligned(T pointer) { in IsAligned() function
297 bool IsAligned() const { in IsAligned() function
463 INLINE bool IsAligned(uptr a, uptr alignment) { in IsAligned() function
1337 auto IsAligned = [LogAlign] (uint64_t V) -> bool { in SelectAnyImmediate() local1381 auto IsAligned = [LogAlign] (uint64_t V) -> bool { in SelectGlobalAddress() local
332 bool TensorInterface::IsAligned() const { return true; } in IsAligned() function in tfrt::tf::TensorInterface
622 #define IsAligned( X, Y ) ( ( ( X ) & ( ( Y ) - 1 ) ) == 0 ) macro