Searched defs:hash (Results 1 – 11 of 11) sorted by relevance
| /petsc/include/petsc/private/cpp/ |
| H A D | object_pool.hpp | 31 struct hash<::Petsc::memory::align_val_t> { struct 33 using argument_type = ::Petsc::memory::align_val_t; 34 using result_type = size_t; 37 …operator()(const ::Petsc::memory::align_val_t &x) const noexcept { return static_cast<size_t>(x); } in operator ()()
|
| H A D | unordered_map.hpp | 622 const auto hash = hash_function()(key); in find_and_emplace_final_() local 725 const auto hash = hash_function()(key); in khash_find_() local 975 const auto hash = hash_function()(PETSC_OPTIONAL_GET_KEY(key)); in resize() local
|
| /petsc/include/petsc/private/ |
| H A D | petscfptimpl.h | 79 for (unsigned long i = 0, hash = PetscFPTHashPointer(key); i < PetscFPTData->tablesize; ++i) { in PetscFPTAdd() local 102 unsigned long hash, ii = 0; in PetscFPTFind() local
|
| H A D | pcbddcgraphhashmap.h | 8 PetscHash_t hash; in PCBDDCGraphNodeHash() local
|
| H A D | hashtable.h | 247 static inline PetscHash_t PetscHashCombine(PetscHash_t seed, PetscHash_t hash) in PetscHashCombine()
|
| /petsc/config/PETSc/options/ |
| H A D | arch.py | 71 def makeDependency(self,hash,hashfile,hashfilepackages): argument
|
| /petsc/src/mat/tests/ |
| H A D | ex183.c | 29 PetscInt m, n, N, bs, rstart, rend, i, j, k, total_subdomains, hash, nsubdomains = 1; in main() local
|
| /petsc/src/sys/objects/ |
| H A D | options.c | 42 unsigned int hash = 0; in PetscOptHash() local
|
| /petsc/include/ |
| H A D | petscsys.h | 2900 unsigned int c, hash = 5381; in PetscStrHash() local
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexgeometry.c | 1249 PetscBool hash = mesh->useHashLocation, reuse = PETSC_FALSE; in DMLocatePoints_Plex() local
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 112 uint32_t hash = 0; in DMPforestHash() local
|