Home
last modified time | relevance | path

Searched refs:default_val (Results 1 – 3 of 3) sorted by relevance

/petsc/config/BuildSystem/config/utilities/
H A DcacheDetails.py55 def L1CacheLineSizeMethods(self,default_val): argument
64 ' int64_t linesize = {};'.format(default_val),
67 ' return ret ? {} : linesize;'.format(default_val),
78 ' return val >= 0 ? val : {};'.format(default_val),
93 ' return val >= 0 ? val : {};'.format(default_val),
/petsc/include/petsc/private/
H A Dhashmap.h184 …ode Petsc##HashT##GetWithDefault(Petsc##HashT ht, KeyType key, ValType default_val, ValType *val) \
196 *val = default_val; \
H A Dhashmap.txt216 …PetscErrorCode PetscHMap<T>GetWithDefault(PetscHMap<T> ht, <KeyType> key, <ValType> default_val, <…
221 - default_val - The default value to set `val` to if `key` was not found