Home
last modified time | relevance | path

Searched defs:VALIGNED (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/pffft/simd/
H A Dpf_scalar_float.h95 # define VALIGNED(ptr) ((((uintptr_t)(ptr)) & (sizeof(v4sf)-1) ) == 0) macro
177 # define VALIGNED(ptr) ((((uintptr_t)(ptr)) & (sizeof(vsfscalar)-1) ) == 0) macro
H A Dpf_scalar_double.h95 # define VALIGNED(ptr) ((((uintptr_t)(ptr)) & (sizeof(v4sf)-1) ) == 0) macro
177 # define VALIGNED(ptr) ((((uintptr_t)(ptr)) & (sizeof(vsfscalar)-1) ) == 0) macro
H A Dpf_altivec_float.h76 # define VALIGNED(ptr) ((((uintptr_t)(ptr)) & 0xF) == 0) macro
H A Dpf_neon_float.h80 # define VALIGNED(ptr) ((((uintptr_t)(ptr)) & 0x3) == 0) macro
H A Dpf_avx_double.h140 # define VALIGNED(ptr) ((((uintptr_t)(ptr)) & 0x1F) == 0) macro
H A Dpf_sse1_float.h75 # define VALIGNED(ptr) ((((uintptr_t)(ptr)) & 0xF) == 0) macro
H A Dpf_neon_double.h198 # define VALIGNED(ptr) ((((uintptr_t)(ptr)) & 0x1F) == 0) macro
H A Dpf_sse2_double.h278 # define VALIGNED(ptr) ((((uintptr_t)(ptr)) & 0x1F) == 0) macro