Searched defs:argno (Results 1 – 1 of 1) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | deviceimpl.h | 58 #define PetscValidDeviceType(dtype, argno) \ argument 81 #define PetscValidDevice(dev, argno) \ argument 91 #define PetscValidDeviceAttribute(dattr, argno) \ argument 112 #define PetscValidStreamType(stype, argno) \ argument 120 #define PetscValidDeviceContext(dctx, argno) \ argument 148 #define PetscValidDeviceType(dtype, argno) argument 150 #define PetscValidDeviceAttribute(dattr, argno) argument 151 #define PetscValidDevice(dev, argno) argument 153 #define PetscValidStreamType(stype, argno) argument 154 #define PetscValidDeviceContext(dctx, argno) argument
|