Searched refs:expr (Results 1 – 10 of 10) sorted by relevance
| /petsc/src/benchmarks/streams/ |
| H A D | makefile | 48 -@i=0; while [ $${i} -lt ${NPMAX} ]; do i=`expr $${i} + 1`; \ 59 -@i=0; while [ $${i} -lt ${NPMAX} ] && [ $${i} -lt 7 ]; do i=`expr $${i} + 1`; \ 62 -@n=1; i=7; while [ $${i} -lt ${NPMAX} ]; do i=`expr $${i} + 7`; n=`expr $${n} + 1`; \ 63 c=5; while [ $${c} -lt 7 ]; do c=`expr $${c} + 1`; \ 74 -@i=0; while [ $${i} -lt ${NPMAX} ]; do i=`expr $${i} + 1`; \ 83 -@i=0; while [ $${i} -lt ${NPMAX} ]; do i=`expr $${i} + 1`; \
|
| /petsc/include/petsc/private/ |
| H A D | hashtable.h | 108 …efine PetscHashAssert(expr) PetscCheck(expr, PETSC_COMM_SELF, PETSC_ERR_LIB, "[khash] Assertion: `… argument 110 #define PetscHashAssert(expr) ((void)(expr)) argument
|
| /petsc/src/sys/tests/ |
| H A D | ex41.c | 6 #define PetscTestCheck(expr) PetscCheck(expr, PETSC_COMM_SELF, PETSC_ERR_LIB, "Assertion: `%s' fail… argument
|
| H A D | ex40.c | 19 #define PetscTestCheck(expr) PetscCheck(expr, PETSC_COMM_SELF, PETSC_ERR_LIB, "Assertion: `%s' fail… in PETSC_HASH_MAP() argument
|
| H A D | ex6.c | 5 #define PetscTestCheck(expr) PetscCheck(expr, PETSC_COMM_SELF, PETSC_ERR_LIB, "Assertion: `%s' fail… argument
|
| /petsc/lib/petsc/bin/maint/petsclinter/ |
| H A D | pyproject.toml | 33 "redundant-expr",
|
| /petsc/lib/petsc/bin/maint/ |
| H A D | createpatch | 58 new_version_subminor=`expr $version_subminor + 1`
|
| /petsc/lib/petsc/conf/ |
| H A D | rules_util.mk | 183 @a=`cat checkbadSource.out | wc -l`; l=`expr $$a - 43` ;\
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/docs/ |
| H A D | _doc_str.py | 84 _suspicious_colon_regex = re.compile(r'|'.join(f'{expr}:$' for expr in _suspicious_patterns))
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 136 (expr/evaluate-also-in-host? #f) 137 (expr/enable-caching? #t) 3724 (corner-flow-correction-ccorner-expr "") 3727 (curvature-correction-ccurv-expr "") 7933 (geko-bf-expr "") 7942 (geko-cmix-expr "") 7945 (geko-cnw-expr "") 7947 (geko-csep-expr "") 9850 (mc-polar-expr (expression . "") (constant . 0)) 10166 (mc-polar-expr (expression . "") (constant . 0)) [all …]
|