|
Nek5000
SEM for Incompressible NS
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | sortv_ui PREFIXED_NAME(sortv_ui) |
| #define | sortv_ul PREFIXED_NAME(sortv_ul) |
| #define | sortv_ull PREFIXED_NAME(sortv_ull) |
| #define | sortp_ui PREFIXED_NAME(sortp_ui) |
| #define | sortp_ul PREFIXED_NAME(sortp_ul) |
| #define | sortp_ull PREFIXED_NAME(sortp_ull) |
| #define | sortv TYPE_LOCAL(sortv_ui,sortv_ul,sortv_ull) |
| #define | sortp TYPE_LOCAL(sortp_ui,sortp_ul,sortp_ull) |
| #define | sortv_long TYPE_GLOBAL(sortv_ui,sortv_ul,sortv_ull) |
| #define | sortp_long TYPE_GLOBAL(sortp_ui,sortp_ul,sortp_ull) |
Functions | |
| void | sortv_ui (unsigned *out, const unsigned *A, uint n, unsigned stride, buffer *restrict buf) |
| void | sortv_ul (unsigned long *out, const unsigned long *A, uint n, unsigned stride, buffer *restrict buf) |
| uint * | sortp_ui (buffer *restrict buf, int start_perm, const unsigned *restrict A, uint n, unsigned stride) |
| uint * | sortp_ul (buffer *restrict buf, int start_perm, const unsigned long *restrict A, uint n, unsigned stride) |
| #define sortp_long TYPE_GLOBAL(sortp_ui,sortp_ul,sortp_ull) |
Definition at line 57 of file sort.h.
Referenced by fcrystal_tuple_sort(), main(), and unique_ids().
| #define sortp_ui PREFIXED_NAME(sortp_ui) |
| #define sortp_ul PREFIXED_NAME(sortp_ul) |
| #define sortp_ull PREFIXED_NAME(sortp_ull) |
| #define sortv_long TYPE_GLOBAL(sortv_ui,sortv_ul,sortv_ull) |
Definition at line 56 of file sort.h.
Referenced by main(), and merge_sep_ids().
| #define sortv_ui PREFIXED_NAME(sortv_ui) |
| #define sortv_ul PREFIXED_NAME(sortv_ul) |
| #define sortv_ull PREFIXED_NAME(sortv_ull) |
| uint* sortp_ui | ( | buffer *restrict | buf, |
| int | start_perm, | ||
| const unsigned *restrict | A, | ||
| uint | n, | ||
| unsigned | stride | ||
| ) |
| uint* sortp_ul | ( | buffer *restrict | buf, |
| int | start_perm, | ||
| const unsigned long *restrict | A, | ||
| uint | n, | ||
| unsigned | stride | ||
| ) |
1.8.8