Home
last modified time | relevance | path

Searched defs:const (Results 1 – 19 of 19) sorted by relevance

/petsc/include/petsc/private/cpp/
H A Dobject_pool.hpp245 PetscErrorCode construct(value_type *ptr, Args &&...args) const noexcept in construct()
252 PetscErrorCode destroy(value_type *ptr) const noexcept in destroy()
262 PetscErrorCode reset(value_type *val, Args &&...args) const noexcept in reset()
271 PetscErrorCode invalidate(value_type *ptr) const noexcept in invalidate()
301 PetscErrorCode reset_(value_type *val, Args &&...args) const noexcept in reset_()
308 PetscErrorCode invalidate_(value_type *ptr) const noexcept in invalidate_()
H A Dunordered_map.hpp390 PETSC_NODISCARD bool operator==(const table_iterator<rc> &r) const noexcept in operator ==() argument
396 PETSC_NODISCARD bool operator!=(const table_iterator<rc> &r) const noexcept in operator !=() argument
479 …HashTable<V, H, KE>::flags_type &KHashTable<V, H, KE>::flag_bucket_at_(khash_int it) const noexcept in flag_bucket_at_()
521 inline bool KHashTable<V, H, KE>::khash_is_del_(khash_int it) const noexcept in khash_is_del_()
527 inline bool KHashTable<V, H, KE>::khash_is_empty_(khash_int it) const noexcept in khash_is_empty_()
533 inline bool KHashTable<V, H, KE>::khash_is_either_(khash_int it) const noexcept in khash_is_either_()
710 …shTable<V, H, KE>::const_iterator KHashTable<V, H, KE>::make_iterator_(khash_int it) const noexcept in make_iterator_()
717 inline PetscErrorCode KHashTable<V, H, KE>::khash_find_(T &&key, khash_int *it) const noexcept in khash_find_()
1027 inline bool KHashTable<V, H, KE>::occupied(khash_int it) const noexcept in occupied()
1033 inline bool KHashTable<V, H, KE>::occupied(const_iterator it) const noexcept in occupied()
[all …]
H A Dregister_finalize.hpp160 inline PetscErrorCode RegisterFinalizeable<D>::finalize(Args &&...args) const noexcept in finalize()
197 inline PetscErrorCode RegisterFinalizeable<D>::register_finalize(Args &&...args) const noexcept in register_finalize()
/petsc/src/sys/objects/device/impls/cupm/
H A Dkernels.hpp41 … PETSC_HOSTDEVICE_INLINE_DECL constexpr value_type operator()(const value_type &val) const noexcep… in operator ()() argument
54 … PETSC_HOSTDEVICE_INLINE_DECL constexpr value_type operator()(const value_type &val) const noexcep… in operator ()() argument
67 …LINE_DECL constexpr value_type operator()(const value_type &x, const value_type &y) const noexcept… in operator ()() argument
H A Dcupmstream.hpp127 inline PetscErrorCode CUPMStream<T>::record_event_(event_type &event) const noexcept in record_event_()
135 inline PetscErrorCode CUPMStream<T>::wait_for_(event_type &event) const noexcept in wait_for_()
H A Dcupmdevice.cxx109 PetscErrorCode Device<T>::DeviceInternal::view(PetscViewer viewer) const noexcept in view()
154 …Code Device<T>::DeviceInternal::getattribute(PetscDeviceAttribute attr, void *value) const noexcept in getattribute()
311 PetscErrorCode Device<T>::init_device_id_(PetscInt *inid) const noexcept in init_device_id_()
/petsc/src/sys/objects/device/impls/sycl/
H A Dsycldevice.sycl.cxx53 PetscErrorCode view(PetscViewer viewer) const noexcept in view()
78 PetscErrorCode getattribute(PetscDeviceAttribute attr, void *value) const noexcept in getattribute()
189 PetscErrorCode Device::init_device_id_(PetscInt *inid) const noexcept in init_device_id_()
/petsc/src/sys/objects/device/interface/
H A Dmemory.cxx68 inline bool PointerAttributes::operator==(const PointerAttributes &other) const noexcept in operator ==() argument
83 inline bool PointerAttributes::contains(const void *ptr_begin, const void *ptr) const noexcept in contains() argument
156 MemoryMap::map_type::const_iterator MemoryMap::search_for(const void *ptr, bool must_find) const no… in search_for()
H A Dpetscdevice_interface_internal.hpp155 inline bool CxxData::has_marked(PetscObjectId id) const noexcept in has_marked()
H A Dmark_dcontext.cxx22 PetscErrorCode construct_(PetscEvent event) const noexcept in construct_()
30 PetscErrorCode destroy_(PetscEvent event) const noexcept in destroy_()
H A Ddcontext.cxx14 PetscErrorCode construct_(PetscDeviceContext dctx) const noexcept in construct_()
/petsc/src/sys/objects/device/impls/
H A Dsegmentedmempool.hpp36 PetscErrorCode record_event(E &&event) const noexcept in record_event()
42 PetscErrorCode wait_for_event(E &&event) const noexcept in wait_for_event()
144 inline bool MemoryChunk<E>::stream_compat_(const device::StreamBase<U> *strm) const noexcept in stream_compat_() argument
247 …::can_claim(const device::StreamBase<U> *stream, size_type req_size, bool serialize) const noexcept in can_claim()
287 inline bool MemoryChunk<E>::contains(size_type offset) const noexcept in contains()
409 inline bool MemoryBlock<T, A, S>::owns_pointer(const T *ptr) const noexcept in owns_pointer() argument
/petsc/src/mat/tests/
H A Dex246.cxx29 …trix(PetscInt M, PetscInt N, const PetscInt *J, const PetscInt *K, PetscScalar *ptr) const override in copy_submatrix()
/petsc/src/mat/impls/htool/
H A Dhtool.hpp25 …bmatrix(PetscInt M, PetscInt N, const PetscInt *rows, const PetscInt *cols, PetscScalar *ptr) const in copy_submatrix()
/petsc/src/sys/tests/
H A Dex64.cxx175 PetscErrorCode view_map(const map_type &map) const noexcept in view_map() argument
203 PetscErrorCode check_size_capacity_coherent(map_type &map) const noexcept in check_size_capacity_coherent()
217 …city_coherent(map_type &map, std::size_t expected_size, std::size_t expected_min_capacity) const n… in check_size_capacity_coherent()
/petsc/src/sys/objects/cxx/memory/
H A Dobject_pool.cxx154 PoolAllocator::pool_type::const_iterator PoolAllocator::find_align_(align_type align) const noexcept in find_align_()
/petsc/lib/petsc/bin/
H A DgetAPI.py92 …def __init__(self, name = None, typename = None, stars = 0, array = False, const = False, *args, *… argument
/petsc/src/mat/impls/h2opus/cuda/
H A Dmath2opus.cu84 T getDataPoint(size_t idx, int dim) const in getDataPoint()
/petsc/src/vec/vec/impls/seq/cupm/
H A Dvecseqcupm_impl.hpp2061 …STDEVICE_INLINE_DECL tuple_type operator()(const tuple_type &x, const tuple_type &y) const noexcept in operator ()() argument