Home
last modified time | relevance | path

Searched refs:_shift (Results 1 – 2 of 2) sorted by relevance

/petsc/src/mat/impls/aij/seq/seqhipsparse/
H A Daijhipsparse.hip.cxx4085 int _shift; member
4087 Shift(int shift) : _shift(shift) { } in Shift()
4088 __host__ __device__ inline int operator()(const int &c) { return c + _shift; } in operator ()()
/petsc/src/mat/impls/aij/seq/seqcusparse/
H A Daijcusparse.cu4731 int _shift; member
4733 Shift(int shift) : _shift(shift) { } in Shift()
4734 __host__ __device__ inline int operator()(const int &c) { return c + _shift; } in operator ()()