Searched refs:val (Results 1 – 2 of 2) sorted by relevance
| /honee/src/ |
| H A D | honee-file.c | 40 PetscInt32 val; in BinaryReadIntoInt() local 41 PetscCall(PetscViewerBinaryRead(viewer, &val, 1, NULL, PETSC_INT32)); in BinaryReadIntoInt() 42 *out = val; in BinaryReadIntoInt() 44 PetscInt64 val; in BinaryReadIntoInt() local 45 PetscCall(PetscViewerBinaryRead(viewer, &val, 1, NULL, PETSC_INT64)); in BinaryReadIntoInt() 46 PetscCall(PetscIntCast(val, out)); in BinaryReadIntoInt()
|
| /honee/tests/ |
| H A D | junit_common.py | 135 def cgns_tol(self, val): argument 136 self._cgns_tol = val 144 def csv_ztol(self, val): argument 145 self._csv_ztol = val 153 def csv_rtol(self, val): argument 154 self._csv_rtol = val
|