Searched defs:code (Results 1 – 8 of 8) sorted by relevance
| /petsc/doc/manual/ |
| H A D | tests.md | 147 [^id2]: See <https://testanything.org/tap-specification.html>
|
| /petsc/src/sys/error/ |
| H A D | fp.c | 120 sigfpe_handler_type PetscDefaultFPTrap(int sig, int code, struct sigcontext *scp, char *addr) in PetscDefaultFPTrap() 244 int err_ind = -1, code = scp->si_code; in PetscDefaultFPTrap() local
|
| H A D | signal.c | 40 static void PetscSignalHandler_Private(int sig, int code, struct sigcontext *scp, char *addr) in PetscSignalHandler_Private()
|
| /petsc/include/petsc/private/ |
| H A D | hashtable.h | 57 #define kh_foreach(h, kvar, vvar, code) \ argument 76 #define kh_foreach_key(h, kvar, code) \ argument 94 #define kh_foreach_value(h, vvar, code) \ argument
|
| /petsc/config/BuildSystem/config/utilities/ |
| H A D | missing.py | 98 def code(t): function
|
| /petsc/src/binding/petsc4py/test/ |
| H A D | runtests.py | 289 def abort(code=1): argument
|
| /petsc/include/petsc/private/khash/ |
| H A D | khash.h | 562 #define kh_foreach(h, kvar, vvar, code) { khint_t __i; \ argument 576 #define kh_foreach_value(h, vvar, code) { khint_t __i; \ argument
|
| /petsc/src/binding/petsc4py/conf/ |
| H A D | cyautodoc.py | 310 code = raise_utility_code.impl variable
|