Home | History | Annotate | Download | only in util

Lines Matching refs:__device__

48   __host__ __device__ __forceinline__ PermutationInputIterator(
54 __host__ __device__ __forceinline__ self_type operator++(int) {
61 __host__ __device__ __forceinline__ self_type operator++() {
67 __host__ __device__ __forceinline__ reference operator*() const {
73 __host__ __device__ __forceinline__ self_type operator+(Distance n) const {
80 __host__ __device__ __forceinline__ self_type& operator+=(Distance n) {
87 __host__ __device__ __forceinline__ self_type operator-(Distance n) const {
94 __host__ __device__ __forceinline__ self_type& operator-=(Distance n) {
100 __host__ __device__ __forceinline__ difference_type
107 __host__ __device__ __forceinline__ reference operator[](Distance n) const {
112 __host__ __device__ __forceinline__ pointer operator->() {
117 __host__ __device__ __forceinline__ bool operator==(const self_type& rhs) {
122 __host__ __device__ __forceinline__ bool operator!=(const self_type& rhs) {