HCC
HCC is a single-source, C/C++ compiler for heterogeneous computing. It's optimized with HSA (http://www.hsafoundation.com/).
|
This is the complete list of members for hc::tiled_extent< N >, including all inherited members.
contains(const index< N > &idx) const __CPU__ __HC__ | hc::extent< N > | inline |
extent() __CPU__ __HC__ | hc::extent< N > | inline |
extent(const extent &other) __CPU__ __HC__ | hc::extent< N > | inline |
extent(int e0) __CPU__ __HC__ | hc::extent< N > | inlineexplicit |
extent(_Tp...__t) __CPU__ __HC__ | hc::extent< N > | inlineexplicit |
extent(const int components[]) __CPU__ __HC__ | hc::extent< N > | inlineexplicit |
extent(int components[]) __CPU__ __HC__ | hc::extent< N > | inlineexplicit |
operator!=(const extent &other) const __CPU__ __HC__ | hc::extent< N > | inline |
operator%=(const extent &__r) __CPU__ __HC__ | hc::extent< N > | inline |
operator%=(int value) __CPU__ __HC__ | hc::extent< N > | inline |
operator*=(const extent &__r) __CPU__ __HC__ | hc::extent< N > | inline |
operator*=(int value) __CPU__ __HC__ | hc::extent< N > | inline |
operator+(const index< N > &idx) __CPU__ __HC__ | hc::extent< N > | inline |
operator++() __CPU__ __HC__ | hc::extent< N > | inline |
operator++(int) __CPU__ __HC__ | hc::extent< N > | inline |
operator+=(const extent &__r) __CPU__ __HC__ | hc::extent< N > | inline |
operator+=(const index< N > &idx) __CPU__ __HC__ | hc::extent< N > | inline |
operator+=(int value) __CPU__ __HC__ | hc::extent< N > | inline |
operator-(const index< N > &idx) __CPU__ __HC__ | hc::extent< N > | inline |
operator--() __CPU__ __HC__ | hc::extent< N > | inline |
operator--(int) __CPU__ __HC__ | hc::extent< N > | inline |
operator-=(const extent &__r) __CPU__ __HC__ | hc::extent< N > | inline |
operator-=(const index< N > &idx) __CPU__ __HC__ | hc::extent< N > | inline |
operator-=(int value) __CPU__ __HC__ | hc::extent< N > | inline |
operator/=(const extent &__r) __CPU__ __HC__ | hc::extent< N > | inline |
operator/=(int value) __CPU__ __HC__ | hc::extent< N > | inline |
operator=(const extent &other) __CPU__ __HC__ | hc::extent< N > | inline |
operator==(const extent &other) const __CPU__ __HC__ | hc::extent< N > | inline |
operator[](unsigned int c) const __CPU__ __HC__ | hc::extent< N > | inline |
operator[](unsigned int c) __CPU__ __HC__ | hc::extent< N > | inline |
rank (defined in hc::tiled_extent< N >) | hc::tiled_extent< N > | static |
size() const __CPU__ __HC__ | hc::extent< N > | inline |
tile(int t0) const | hc::extent< N > | inline |
tile(int t0, int t1) const | hc::extent< N > | inline |
tile(int t0, int t1, int t2) const | hc::extent< N > | inline |
tile_dim | hc::tiled_extent< N > | |
tile_with_dynamic(int t0, int dynamic_size) const | hc::extent< N > | inline |
tile_with_dynamic(int t0, int t1, int dynamic_size) const | hc::extent< N > | inline |
tile_with_dynamic(int t0, int t1, int t2, int dynamic_size) const | hc::extent< N > | inline |
tiled_extent() __CPU__ __HC__ | hc::tiled_extent< N > | inline |
tiled_extent(const tiled_extent &other) __CPU__ __HC__ | hc::tiled_extent< N > | inline |
value_type typedef | hc::extent< N > |