![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Public Types | |
| using | PackStorage = u64 |
Public Member Functions | |
| bool | has_prefix_available () |
| T | get_prefix () |
| bool | has_no_prefix () |
| bool | is_invalid () |
Static Public Member Functions | |
| static ScanTile | invalid () |
| static ScanTile | unpack (PackStorage s) |
| static PackStorage | pack (T a, T b) |
Public Attributes | |
| sycl::vec< T, 2 > | state |
Static Public Attributes | |
| static constexpr T | STATE_X = 0 |
| static constexpr T | STATE_A = 1 |
| static constexpr T | STATE_P = 2 |
Definition at line 31 of file scanDecoupledLookback.hpp.
| using shamalgs::numeric::details::ScanTile< T >::PackStorage = u64 |
Definition at line 37 of file scanDecoupledLookback.hpp.
|
inline |
Definition at line 45 of file scanDecoupledLookback.hpp.
|
inline |
Definition at line 51 of file scanDecoupledLookback.hpp.
|
inline |
Definition at line 43 of file scanDecoupledLookback.hpp.
|
inlinestatic |
Definition at line 41 of file scanDecoupledLookback.hpp.
|
inline |
Definition at line 53 of file scanDecoupledLookback.hpp.
|
inlinestatic |
Definition at line 49 of file scanDecoupledLookback.hpp.
|
inlinestatic |
Definition at line 47 of file scanDecoupledLookback.hpp.
| sycl::vec<T, 2> shamalgs::numeric::details::ScanTile< T >::state |
Definition at line 39 of file scanDecoupledLookback.hpp.
|
staticconstexpr |
Definition at line 34 of file scanDecoupledLookback.hpp.
|
staticconstexpr |
Definition at line 35 of file scanDecoupledLookback.hpp.
|
staticconstexpr |
Definition at line 33 of file scanDecoupledLookback.hpp.