Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdevice.h7 #define PETSC_DEVICE_ALIGNOF(...) alignof(decltype(__VA_ARGS__)) macro
10 #define PETSC_DEVICE_ALIGNOF(...) _Alignof(__typeof__(__VA_ARGS__)) macro
15 #define PETSC_DEVICE_ALIGNOF(...) _Alignof(max_align_t) macro
18 #define PETSC_DEVICE_ALIGNOF(...) PETSC_MEMALIGN macro
144 …vate((dctx), PETSC_FALSE, (mtype), (size_t)(n) * sizeof(**(ptr)), PETSC_DEVICE_ALIGNOF(**(ptr)), (…
178 …ivate((dctx), PETSC_TRUE, (mtype), (size_t)(n) * sizeof(**(ptr)), PETSC_DEVICE_ALIGNOF(**(ptr)), (…