Home
last modified time | relevance | path

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

/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dprecision.hpp38 struct is_aligned struct
40 static const bool value = false;
45 struct is_aligned<glm::aligned_lowp> struct
47 static const bool value = true;
51 struct is_aligned<glm::aligned_mediump> struct
53 static const bool value = true;
57 struct is_aligned<glm::aligned_highp> struct
59 static const bool value = true;
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorTraits.h23 is_aligned = enumerator
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emission_utils.cc56 auto is_aligned = [&](const Shape& shape) { in PotentiallyImplementedAsEigenConvolution() local
/external/skia/tests/
DRecordTest.cpp103 static bool is_aligned(const T* p) { in is_aligned() function
/external/mesa3d/src/compiler/glsl/
Dlink_varyings.h127 bool is_aligned(unsigned dmul, unsigned offset) const in is_aligned() function
/external/skia/src/core/
DSkMD5.cpp240 static inline bool is_aligned(const void *pointer, size_t byte_count) { in is_aligned() function
/external/rust/crates/bitreader/src/
Dlib.rs300 pub fn is_aligned(&self, alignment_bytes: u32) -> bool { in is_aligned() method
/external/flatbuffers/rust/flexbuffers/src/reader/
Dmod.rs279 pub fn is_aligned(&self) -> bool { in is_aligned() method
/external/flatbuffers/rust/flatbuffers/src/
Dverifier.rs254 fn is_aligned<T>(&self, pos: usize) -> Result<()> { in is_aligned() method
/external/rust/cxx/src/
Dcxx.cc89 static bool is_aligned(const void *ptr) noexcept { in is_aligned() function
/external/rust/crates/aarch64-paging/src/
Dpaging.rs686 pub(crate) const fn is_aligned(value: usize, alignment: usize) -> bool { in is_aligned() function
/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c1276 #define is_aligned(A) (((size_t)((A)) & (CHUNK_ALIGN_MASK)) == 0) macro
/external/libffi/src/
Ddlmalloc.c1276 #define is_aligned(A) (((size_t)((A)) & (CHUNK_ALIGN_MASK)) == 0) macro
/external/dlmalloc/
Ddlmalloc.c1618 #define is_aligned(A) (((size_t)((A)) & (CHUNK_ALIGN_MASK)) == 0) macro
/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp9560 const bool is_aligned = (0 == modulo) ? true : false; in test() local
9571 const bool is_aligned = (0 == modulo) ? true : false; in test() local