Searched refs:VALIGNED (Results 1 – 9 of 9) sorted by relevance
95 # define VALIGNED(ptr) ((((uintptr_t)(ptr)) & (sizeof(v4sf)-1) ) == 0) macro177 # define VALIGNED(ptr) ((((uintptr_t)(ptr)) & (sizeof(vsfscalar)-1) ) == 0) macro
75 # define VALIGNED(ptr) ((((uintptr_t)(ptr)) & 0xF) == 0) macro
76 # define VALIGNED(ptr) ((((uintptr_t)(ptr)) & 0xF) == 0) macro
80 # define VALIGNED(ptr) ((((uintptr_t)(ptr)) & 0x3) == 0) macro
140 # define VALIGNED(ptr) ((((uintptr_t)(ptr)) & 0x1F) == 0) macro
198 # define VALIGNED(ptr) ((((uintptr_t)(ptr)) & 0x1F) == 0) macro
278 # define VALIGNED(ptr) ((((uintptr_t)(ptr)) & 0x1F) == 0) macro
1430 assert(VALIGNED(finput) && VALIGNED(foutput)); in FUNC_TRANSFORM_INTERNAL()1515 assert(VALIGNED(a) && VALIGNED(b) && VALIGNED(ab)); in FUNC_ZCONVOLVE_ACCUMULATE()1610 assert(VALIGNED(a) && VALIGNED(b) && VALIGNED(ab)); in FUNC_ZCONVOLVE_NO_ACCU()1894 if ( VALIGNED(ptr) ) in FUNC_VALIDATE_SIMD_EX()