Searched defs:is_aligned (Results 1 – 15 of 15) sorted by relevance
38 struct is_aligned struct40 static const bool value = false;45 struct is_aligned<glm::aligned_lowp> struct47 static const bool value = true;51 struct is_aligned<glm::aligned_mediump> struct53 static const bool value = true;57 struct is_aligned<glm::aligned_highp> struct59 static const bool value = true;
23 is_aligned = enumerator
57 auto is_aligned = [&](const Shape& shape) { in PotentiallyImplementedAsEigenConvolution() local
109 _Bool is_aligned(TYPE ptr, unsigned align) { in is_aligned() function
103 static bool is_aligned(const T* p) { in is_aligned() function
127 bool is_aligned(unsigned dmul, unsigned offset) const in is_aligned() function
239 static inline bool is_aligned(const void *pointer, size_t byte_count) { in is_aligned() function
237 static inline bool is_aligned(const void *pointer, size_t byte_count) { in is_aligned() function
928 bool is_aligned = false; in GetNonCallSiteUnwindPlanFromAssembly() local
116 static inline bool is_aligned(const void * pointer, size_t byte_count) in is_aligned() function
1276 #define is_aligned(A) (((size_t)((A)) & (CHUNK_ALIGN_MASK)) == 0) macro
1618 #define is_aligned(A) (((size_t)((A)) & (CHUNK_ALIGN_MASK)) == 0) macro
9566 const bool is_aligned = (0 == modulo) ? true : false; in test() local9577 const bool is_aligned = (0 == modulo) ? true : false; in test() local