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.cc57 auto is_aligned = [&](const Shape& shape) { in PotentiallyImplementedAsEigenConvolution() local
/external/llvm-project/clang/test/CodeGen/
Dbuiltin-align.c109 _Bool is_aligned(TYPE ptr, unsigned align) { in is_aligned() function
/external/skqp/tests/
DRecordTest.cpp103 static bool is_aligned(const T* p) { in is_aligned() function
/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.cpp239 static inline bool is_aligned(const void *pointer, size_t byte_count) { in is_aligned() function
/external/skqp/src/core/
DSkMD5.cpp237 static inline bool is_aligned(const void *pointer, size_t byte_count) { in is_aligned() function
/external/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
Dx86AssemblyInspectionEngine.cpp928 bool is_aligned = false; in GetNonCallSiteUnwindPlanFromAssembly() local
/external/f2fs-tools/tools/sg_write_buffer/
Dsg_pt_linux_nvme.c116 static inline bool is_aligned(const void * pointer, size_t byte_count) 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/
Dmalloc.c1618 #define is_aligned(A) (((size_t)((A)) & (CHUNK_ALIGN_MASK)) == 0) macro
/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp9566 const bool is_aligned = (0 == modulo) ? true : false; in test() local
9577 const bool is_aligned = (0 == modulo) ? true : false; in test() local