#include <shared-inl.h>
◆ BaseCaseNum()
static constexpr HWY_INLINE size_t hwy::SortConstants::BaseCaseNum |
( |
size_t | N | ) |
|
|
inlinestaticconstexpr |
◆ BufBytes()
template<typename T >
static constexpr HWY_INLINE size_t hwy::SortConstants::BufBytes |
( |
size_t | vector_size | ) |
|
|
inlinestaticconstexpr |
◆ BufNum()
template<typename T >
static constexpr HWY_INLINE size_t hwy::SortConstants::BufNum |
( |
size_t | N | ) |
|
|
inlinestaticconstexpr |
◆ LanesPerChunk()
static constexpr HWY_INLINE size_t hwy::SortConstants::LanesPerChunk |
( |
size_t | sizeof_t | ) |
|
|
inlinestaticconstexpr |
◆ PartitionBufNum()
static constexpr HWY_INLINE size_t hwy::SortConstants::PartitionBufNum |
( |
size_t | N | ) |
|
|
inlinestaticconstexpr |
◆ PivotBufNum()
static constexpr HWY_INLINE size_t hwy::SortConstants::PivotBufNum |
( |
size_t | sizeof_t, |
|
|
size_t | N ) |
|
inlinestaticconstexpr |
◆ kMaxCols
size_t hwy::SortConstants::kMaxCols = 16 |
|
staticconstexpr |
◆ kMaxRows
size_t hwy::SortConstants::kMaxRows = size_t{1} << kMaxRowsLog2 |
|
staticconstexpr |
◆ kMaxRowsLog2
size_t hwy::SortConstants::kMaxRowsLog2 = 4 |
|
staticconstexpr |
◆ kPartitionUnroll
size_t hwy::SortConstants::kPartitionUnroll = 4 |
|
staticconstexpr |
The documentation for this struct was generated from the following file: