Searched refs:eptr (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/vec/vec/impls/seq/cupm/ |
| H A D | vecseqcupm_impl.hpp | 1872 const auto eptr = ConditionalDeviceArrayRead(E); in ErrorWnorm() local 1881 thrust::make_tuple(uptr, yptr, eptr, ait, rit), in ErrorWnorm() 1882 thrust::make_tuple(uptr + nl, yptr + nl, eptr + nl, ait, rit), in ErrorWnorm() 1903 thrust::make_tuple(uptr, yptr, eptr, ait, rptr), in ErrorWnorm() 1904 thrust::make_tuple(uptr + nl, yptr + nl, eptr + nl, ait, rptr + nl), in ErrorWnorm() 1925 thrust::make_tuple(uptr, yptr, eptr, aptr, rit), in ErrorWnorm() 1926 thrust::make_tuple(uptr + nl, yptr + nl, eptr + nl, aptr + nl, rit), in ErrorWnorm() 1947 thrust::make_tuple(uptr, yptr, eptr, aptr, rptr), in ErrorWnorm() 1948 thrust::make_tuple(uptr + nl, yptr + nl, eptr + nl, aptr + nl, rptr + nl), in ErrorWnorm()
|