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
56 auto is_aligned = [&](const Shape& shape) { in PotentiallyImplementedAsEigenConvolution() local
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
240 static inline bool is_aligned(const void *pointer, size_t byte_count) { in is_aligned() function
300 pub fn is_aligned(&self, alignment_bytes: u32) -> bool { in is_aligned() method
279 pub fn is_aligned(&self) -> bool { in is_aligned() method
254 fn is_aligned<T>(&self, pos: usize) -> Result<()> { in is_aligned() method
89 static bool is_aligned(const void *ptr) noexcept { in is_aligned() function
686 pub(crate) const fn is_aligned(value: usize, alignment: usize) -> bool { 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
9560 const bool is_aligned = (0 == modulo) ? true : false; in test() local9571 const bool is_aligned = (0 == modulo) ? true : false; in test() local