Searched refs:orig (Results 1 – 8 of 8) sorted by relevance
| /petsc/include/petsc/private/valgrind/ |
| H A D | valgrind.h | 1249 #define CALL_FN_W_v(lval, orig) \ argument 1251 volatile OrigFn _orig = (orig); \ 1267 #define CALL_FN_W_W(lval, orig, arg1) \ argument 1269 volatile OrigFn _orig = (orig); \ 1288 #define CALL_FN_W_WW(lval, orig, arg1,arg2) \ argument 1290 volatile OrigFn _orig = (orig); \ 1311 #define CALL_FN_W_WWW(lval, orig, arg1,arg2,arg3) \ argument 1313 volatile OrigFn _orig = (orig); \ 1336 #define CALL_FN_W_WWWW(lval, orig, arg1,arg2,arg3,arg4) \ argument 1338 volatile OrigFn _orig = (orig); \ [all …]
|
| /petsc/include/petsc/private/cpp/ |
| H A D | utility.hpp | 21 inline T exchange(T &orig, U &&new_value) 23 T old_value = std::move(orig); 24 orig = std::forward<U>(new_value);
|
| /petsc/src/vec/vec/tests/output/ |
| H A D | ex34_1.out | 17 orig: F-norm_V=2.718100e+00,F-norm_W=1.000000e+00
|
| /petsc/ |
| H A D | .gitignore | 48 *.orig
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexdistribute.c | 261 PetscInt *orig = *adj; in DMPlexGetAdjacency_Internal() local 264 PetscInt p = orig[i]; in DMPlexGetAdjacency_Internal() 272 for (j = i + 1; j < numAdj; j++) orig[j - 1] = orig[j]; in DMPlexGetAdjacency_Internal() 277 for (q = 0; q < numAdj || ((void)(orig[numAdj++] = anchors[aOff + s]), 0); ++q) { in DMPlexGetAdjacency_Internal() 278 if (anchors[aOff + s] == orig[q]) break; in DMPlexGetAdjacency_Internal()
|
| /petsc/src/binding/petsc4py/conf/ |
| H A D | confpetsc.py | 795 orig = log.set_threshold(log.WARN) 799 log.set_threshold(orig)
|
| /petsc/src/dm/interface/ |
| H A D | dm.c | 6806 DMLabelLink orig, prev = NULL; in DMCreateLabelAtIndex() local 6823 for (m = 0, orig = dm->labels; m < Nl; ++m, prev = orig, orig = orig->next) { in DMCreateLabelAtIndex() 6824 PetscCall(PetscObjectGetName((PetscObject)orig->label, &lname)); in DMCreateLabelAtIndex() 6829 if (!m) dm->labels = orig->next; in DMCreateLabelAtIndex() 6830 else prev->next = orig->next; in DMCreateLabelAtIndex() 6832 orig->next = dm->labels; in DMCreateLabelAtIndex() 6833 dm->labels = orig; in DMCreateLabelAtIndex() 6836 orig->next = prev->next; in DMCreateLabelAtIndex() 6837 prev->next = orig; in DMCreateLabelAtIndex()
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 1325 (pollut/orig-spe-list ())
|