Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/detail/
H A 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;
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/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;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/align/include/boost/align/detail/
Dis_aligned.hpp18 is_aligned(const volatile void* ptr, std::size_t alignment) BOOST_NOEXCEPT in is_aligned() function
25 is_aligned(std::size_t alignment, const volatile void* ptr) BOOST_NOEXCEPT in is_aligned() function
/aosp_15_r20/external/mesa3d/src/util/
H A Dvl_bitstream.h106 ASSERTED bool is_aligned = vl_bitstream_is_byte_aligned(enc); in vl_bitstream_flush() local
201 ASSERTED bool is_aligned = vl_bitstream_is_byte_aligned(enc); in vl_bitstream_rbsp_trailing() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/align/include/boost/align/
Dis_aligned.hpp20 is_aligned(T value, std::size_t alignment) BOOST_NOEXCEPT in is_aligned() function
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorTraits.h23 is_aligned = enumerator
/aosp_15_r20/external/executorch/test/utils/
H A Dalignment.h22 inline bool is_aligned(const void* ptr, size_t alignment) { in is_aligned() function
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/
H A Dtriton_utils.py116 def is_aligned(x: KernelArgType, alignment: int, include_tensor: bool) -> bool: function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dir_emission_utils.cc56 auto is_aligned = [&](const Shape& shape) { in PotentiallyImplementedAsEigenConvolution() local
/aosp_15_r20/external/skia/tests/
H A DRecordTest.cpp103 static bool is_aligned(const T* p) { in is_aligned() function
/aosp_15_r20/external/pytorch/torchgen/_autoheuristic/pad_mm/
H A Dgen_data_pad_mm.py113 def is_aligned(self, dim: int, align_size: int) -> bool: member in BenchmarkRunnerPadMM
/aosp_15_r20/external/executorch/extension/memory_allocator/test/
H A Dmalloc_memory_allocator_test.cpp28 bool is_aligned(const void* ptr, size_t alignment) { in is_aligned() function
/aosp_15_r20/external/skia/src/core/
H A DSkMD5.cpp260 static inline bool is_aligned(const void *pointer, size_t byte_count) { in is_aligned() function
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/util/
H A Dptr.rs112 pub const fn is_aligned<T>(ptr: *const T) -> bool in is_aligned() function
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/lib/
Dutils_def.h148 #define is_aligned(value, boundary) \ macro
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/memory/
Dmod.rs567 pub(crate) fn is_aligned(offset: DeviceSize, alignment: DeviceAlignment) -> bool { in is_aligned() function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DMultiTensorApply.cuh27 __device__ __forceinline__ bool is_aligned(T* p) { in is_aligned() function
/aosp_15_r20/external/rust/android-crates-io/crates/bitreader/src/
Dlib.rs300 pub fn is_aligned(&self, alignment_bytes: u32) -> bool { in is_aligned() method
/aosp_15_r20/external/flatbuffers/rust/flexbuffers/src/reader/
H A Dmod.rs279 pub fn is_aligned(&self) -> bool { in is_aligned() method
/aosp_15_r20/external/flatbuffers/rust/flatbuffers/src/
H A Dverifier.rs254 fn is_aligned<T>(&self, pos: usize) -> Result<()> { in is_aligned() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/abi/usercalls/
H A Dalloc.rs121 let is_aligned = |p: *const u8| -> bool { p.is_aligned_to(Self::align_of()) }; in check_ptr() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/abi/usercalls/
H A Dalloc.rs121 let is_aligned = |p: *const u8| -> bool { p.is_aligned_to(Self::align_of()) }; in check_ptr() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/abi/usercalls/
H A Dalloc.rs121 let is_aligned = |p: *const u8| -> bool { p.is_aligned_to(Self::align_of()) }; in check_ptr() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/abi/usercalls/
H A Dalloc.rs121 let is_aligned = |p: *const u8| -> bool { p.is_aligned_to(Self::align_of()) }; in check_ptr() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/abi/usercalls/
H A Dalloc.rs121 let is_aligned = |p: *const u8| -> bool { p.is_aligned_to(Self::align_of()) }; in check_ptr() localVariable

123