Home
last modified time | relevance | path

Searched refs:pffftd_aligned_malloc (Results 1 – 4 of 4) sorted by relevance

/external/pffft/
Dtest_pffft.c85 pffft_scalar *X = pffftd_aligned_malloc((unsigned)Nfloat * sizeof(pffft_scalar)); in test()
86 pffft_scalar *Y = pffftd_aligned_malloc((unsigned)Nfloat * sizeof(pffft_scalar)); in test()
87 pffft_scalar *R = pffftd_aligned_malloc((unsigned)Nfloat * sizeof(pffft_scalar)); in test()
88 pffft_scalar *Z = pffftd_aligned_malloc((unsigned)Nfloat * sizeof(pffft_scalar)); in test()
89 pffft_scalar *W = pffftd_aligned_malloc((unsigned)Nfloat * sizeof(pffft_scalar)); in test()
Dpffft_double.h213 void *pffftd_aligned_malloc(size_t nb_bytes);
Dpffft_double.c121 #define FUNC_ALIGNED_MALLOC pffftd_aligned_malloc
Dpffft_common.c63 void *pffftd_aligned_malloc(size_t nb_bytes) { return Valigned_malloc(nb_bytes); } in pffftd_aligned_malloc() function