| /petsc/config/BuildSystem/config/ |
| H A D | setsOrdered.py | 139 def __cmp__(self, other): argument 157 def __eq__(self, other): argument 163 def __ne__(self, other): argument 203 def __or__(self, other): argument 212 def union(self, other): argument 221 def __and__(self, other): argument 230 def intersection(self, other): argument 244 def __xor__(self, other): argument 253 def symmetric_difference(self, other): argument 274 def __sub__(self, other): argument [all …]
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscmat.pxi | 602 cdef Mat mat_iadd(Mat self, other): argument 614 cdef Mat mat_isub(Mat self, other): argument 629 cdef Mat mat_imul(Mat self, other): argument 637 cdef Mat mat_idiv(Mat self, other): argument 654 cdef Mat mat_add(Mat self, other): argument 657 cdef Mat mat_sub(Mat self, other): argument 660 cdef Vec mat_mul_vec(Mat self, Vec other): 665 cdef Mat mat_mul_mat(Mat self, Mat other): 668 cdef object mat_mul(Mat self, other): argument 676 cdef Mat mat_div(Mat self, other): argument [all …]
|
| H A D | petscvec.pxi | 251 cdef Vec vec_iadd(Vec self, other): argument 266 cdef Vec vec_isub(Vec self, other): argument 281 cdef Vec vec_imul(Vec self, other): argument 292 cdef Vec vec_idiv(Vec self, other): argument 306 cdef Vec vec_add(Vec self, other): argument 309 cdef Vec vec_sub(Vec self, other): argument 312 cdef Vec vec_mul(Vec self, other): argument 315 cdef Vec vec_div(Vec self, other): argument 318 cdef object vec_matmul(Vec self, other): argument 329 cdef Vec vec_radd(Vec self, other): argument [all …]
|
| H A D | Vec.pyx | 63 def __iadd__(self, other): argument 66 def __isub__(self, other): argument 69 def __imul__(self, other): argument 72 def __idiv__(self, other): argument 75 def __itruediv__(self, other): argument 80 def __add__(self, other): argument 83 def __radd__(self, other): argument 86 def __sub__(self, other): argument 89 def __rsub__(self, other): argument 92 def __mul__(self, other): argument [all …]
|
| H A D | Comm.pyx | 38 def __richcmp__(self, other, int op): argument
|
| H A D | Mat.pyx | 388 def __iadd__(self, other): argument 391 def __isub__(self, other): argument 394 def __imul__(self, other): argument 397 def __idiv__(self, other): argument 400 def __itruediv__(self, other): argument 405 def __add__(self, other): argument 408 def __radd__(self, other): argument 411 def __sub__(self, other): argument 414 def __rsub__(self, other): argument 417 def __mul__(self, other): argument [all …]
|
| H A D | Object.pyx | 21 def __richcmp__(self, other, int op): argument
|
| /petsc/src/sys/objects/device/impls/cupm/ |
| H A D | cupmevent.hpp | 135 inline CUPMEvent<T>::CUPMEvent(CUPMEvent &&other) noexcept : pool_type(std::move(other)), event_(ut… in CUPMEvent() function in Petsc::device::cupm::CUPMEvent 141 inline CUPMEvent<T> &CUPMEvent<T>::operator=(CUPMEvent &&other) noexcept in operator =()
|
| /petsc/src/sys/objects/device/tests/ |
| H A D | ex9.c | 20 PetscDeviceContext other = NULL; in TestQueryIdle() local
|
| /petsc/config/BuildSystem/config/compile/ |
| H A D | C.py | 62 def copy(self, other): argument 123 def copy(self, other): argument 221 def copy(self, other): argument
|
| H A D | Cxx.py | 56 def copy(self, other): argument 118 def copy(self, other): argument
|
| H A D | FC.py | 45 def copy(self, other): argument
|
| H A D | processor.py | 20 def copy(self, other): argument
|
| /petsc/src/sys/objects/device/impls/ |
| H A D | segmentedmempool.hpp | 164 inline MemoryChunk<E>::MemoryChunk(MemoryChunk<E> &&other) noexcept : in MemoryChunk() function in Petsc::memory::impl::MemoryChunk 170 inline MemoryChunk<E> &MemoryChunk<E>::operator=(MemoryChunk<E> &&other) noexcept in operator =() 385 MemoryBlock<T, A, S>::MemoryBlock(MemoryBlock &&other) noexcept : mem_(util::exchange(other.mem_, n… in MemoryBlock() function in Petsc::memory::impl::MemoryBlock 390 MemoryBlock<T, A, S> &MemoryBlock<T, A, S>::operator=(MemoryBlock &&other) noexcept in operator =()
|
| /petsc/include/petsc/private/cpp/ |
| H A D | unordered_map.hpp | 309 …table_iterator(const table_iterator<other_is_const_it> &other) noexcept : table_iterator{other.map… in table_iterator() 314 table_iterator &operator=(const table_iterator<other_is_const_it> &other) noexcept in operator =() 770 inline KHashTable<V, H, KE>::KHashTable(KHashTable &&other) noexcept : in KHashTable() function in Petsc::khash::KHashTable 776 inline KHashTable<V, H, KE> &KHashTable<V, H, KE>::operator=(KHashTable &&other) noexcept in operator =() 1124 inline void KHashTable<V, H, KE>::swap(KHashTable &other) noexcept in swap()
|
| /petsc/lib/petsc/bin/maint/ |
| H A D | gcov.py | 107 def __eq__(self, other): argument 112 def __lt__(self, other): argument
|
| /petsc/src/sys/objects/device/interface/ |
| H A D | mark_dcontext.cxx | 323 MarkedObjectMap::snapshot_type::snapshot_type(snapshot_type &&other) noexcept : frame_type(std::mov… in snapshot_type() function in MarkedObjectMap::snapshot_type 325 MarkedObjectMap::snapshot_type &MarkedObjectMap::snapshot_type::operator=(snapshot_type &&other) no… in operator =()
|
| /petsc/include/petsc/private/ |
| H A D | matdensecupmimpl.h | 231 inline constexpr MatDense_CUPM<T, D>::MatrixArray<MT, MA>::MatrixArray(MatrixArray &&other) noexcep… in MatrixArray() function
|
| /petsc/src/sys/logging/handler/impls/nested/ |
| H A D | xmlviewer.c | 316 PetscEventPerfInfo other; in PetscLogNestedTreePrint() local
|
| /petsc/src/mat/impls/h2opus/cuda/ |
| H A D | math2opus.cu | 71 PetscPointCloud(const PetscPointCloud<T> &other) in PetscPointCloud() 115 PetscFunctionGenerator(PetscFunctionGenerator &other) in PetscFunctionGenerator() function in PetscFunctionGenerator
|