| /petsc/src/sys/yaml/src/ |
| H A D | yaml_private.h | 174 #define CHECK_AT(string,octet,offset) \ argument 188 #define IS_ALPHA_AT(string,offset) \ argument 204 #define IS_DIGIT_AT(string,offset) \ argument 214 #define AS_DIGIT_AT(string,offset) \ argument 223 #define IS_HEX_AT(string,offset) \ argument 237 #define AS_HEX_AT(string,offset) \ argument 252 #define IS_ASCII_AT(string,offset) \ argument 261 #define IS_PRINTABLE_AT(string,offset) \ argument 285 #define IS_Z_AT(string,offset) CHECK_AT((string),'\0',(offset)) argument 293 #define IS_BOM_AT(string,offset) \ argument [all …]
|
| H A D | reader.c | 27 size_t offset, int value) in yaml_parser_set_reader_error()
|
| /petsc/include/petsc/private/ |
| H A D | petscelemental.h | 32 static inline void P2RO(Mat A, PetscInt rc, PetscInt p, PetscInt *rank, PetscInt *offset) in P2RO() 44 static inline void RO2P(Mat A, PetscInt rc, PetscInt rank, PetscInt offset, PetscInt *p) in RO2P() 54 static inline void E2RO(Mat A, PetscInt, PetscInt p, PetscInt *rank, PetscInt *offset) in E2RO() argument 60 static inline void RO2E(Mat A, PetscInt, PetscInt rank, PetscInt offset, PetscInt *e) in RO2E() argument
|
| H A D | bagimpl.h | 10 PetscInt offset; member
|
| /petsc/src/dm/impls/moab/ |
| H A D | dmmbfem.cxx | 125 const PetscInt offset = j * nverts; in Compute_Lagrange_Basis_1D_Internal() local 153 const PetscInt offset = j * nverts; in Compute_Lagrange_Basis_1D_Internal() local 237 const PetscInt offset = j * nverts; in Compute_Lagrange_Basis_2D_Internal() local 300 const PetscInt offset = j * nverts; in Compute_Lagrange_Basis_2D_Internal() local 396 const PetscInt offset = j * nverts; in Compute_Lagrange_Basis_3D_Internal() local 489 const PetscInt offset = j * nverts; in Compute_Lagrange_Basis_3D_Internal() local
|
| H A D | dmmbfield.cxx | 376 PetscInt i, field, offset; in DMMoabGetDofs() local 417 PetscInt i, field, offset; in DMMoabGetDofsLocal() local
|
| /petsc/src/mat/impls/sell/seq/seqhip/ |
| H A D | sellhip.hip.cxx | 127 for (int offset = WARP_SIZE / 2; offset >= sliceheight; offset /= 2) t += __shfl_down(t, offset); in matmult_seqsell_tiled_kernel9() local 133 for (int offset = BLOCKY / 2; offset > 0; offset /= 2) t += __shfl_down(t, offset, BLOCKY); in matmult_seqsell_tiled_kernel9() local 156 for (int offset = WARP_SIZE / 2; offset >= sliceheight; offset /= 2) t += __shfl_down(t, offset); in matmultadd_seqsell_tiled_kernel9() local 162 for (int offset = BLOCKY / 2; offset > 0; offset /= 2) t += __shfl_down(t, offset, BLOCKY); in matmultadd_seqsell_tiled_kernel9() local 225 … for (int offset = WARP_SIZE / 2; offset >= sliceheight; offset /= 2) t += __shfl_down(t, offset); in matmult_seqsell_tiled_kernel8() local 231 … for (int offset = BLOCKY / 2; offset > 0; offset /= 2) t += __shfl_down(t, offset, BLOCKY); in matmult_seqsell_tiled_kernel8() local 280 … for (int offset = WARP_SIZE / 2; offset >= sliceheight; offset /= 2) t += __shfl_down(t, offset); in matmultadd_seqsell_tiled_kernel8() local 286 … for (int offset = BLOCKY / 2; offset > 0; offset /= 2) t += __shfl_down(t, offset, BLOCKY); in matmultadd_seqsell_tiled_kernel8() local 308 for (int offset = WARP_SIZE / 2; offset >= sliceheight; offset /= 2) t += __shfl_down(t, offset); in matmult_seqsell_tiled_kernel7() local 323 for (int offset = WARP_SIZE / 2; offset >= sliceheight; offset /= 2) t += __shfl_down(t, offset); in matmultadd_seqsell_tiled_kernel7() local
|
| /petsc/src/mat/impls/sell/seq/seqcuda/ |
| H A D | sellcuda.cu | 123 …for (int offset = 16; offset >= sliceheight; offset /= 2) t += __shfl_down_sync(0xffffffff, t, off… in matmult_seqsell_tiled_kernel9() local 129 …for (int offset = BLOCKY / 2; offset > 0; offset /= 2) t += __shfl_down_sync(0xffffffff, t, offset… in matmult_seqsell_tiled_kernel9() local 152 …for (int offset = 16; offset >= sliceheight; offset /= 2) t += __shfl_down_sync(0xffffffff, t, off… in matmultadd_seqsell_tiled_kernel9() local 158 …for (int offset = BLOCKY / 2; offset > 0; offset /= 2) t += __shfl_down_sync(0xffffffff, t, offset… in matmultadd_seqsell_tiled_kernel9() local 221 …for (int offset = 16; offset >= sliceheight; offset /= 2) t += __shfl_down_sync(0xffffffff, t, off… in matmult_seqsell_tiled_kernel8() local 227 …for (int offset = BLOCKY / 2; offset > 0; offset /= 2) t += __shfl_down_sync(0xffffffff, t, offset… in matmult_seqsell_tiled_kernel8() local 276 …for (int offset = 16; offset >= sliceheight; offset /= 2) t += __shfl_down_sync(0xffffffff, t, off… in matmultadd_seqsell_tiled_kernel8() local 282 …for (int offset = BLOCKY / 2; offset > 0; offset /= 2) t += __shfl_down_sync(0xffffffff, t, offset… in matmultadd_seqsell_tiled_kernel8() local 304 …for (int offset = 16; offset >= sliceheight; offset /= 2) t += __shfl_down_sync(0xffffffff, t, off… in matmult_seqsell_tiled_kernel7() local 319 …for (int offset = 16; offset >= sliceheight; offset /= 2) t += __shfl_down_sync(0xffffffff, t, off… in matmultadd_seqsell_tiled_kernel7() local
|
| /petsc/src/sys/objects/ |
| H A D | garbage.c | 208 PetscInt ii, entries, offset; in PetscGarbageCleanup() local 251 PetscInt ii, entries, offset; in PetscGarbageView() local
|
| H A D | tagm.c | 366 PetscInt i, roots, offset; in PetscObjectsListGetGlobalNumbering() local
|
| /petsc/src/snes/tutorials/network/ |
| H A D | ex1.c | 52 PetscInt v, vStart, vEnd, offset, gidx, rstart; in UserMonitor() local 91 PetscInt nv, ne, i, j, offset, nvar, row; in FormJacobian_subPower() local 139 PetscInt i, j, offset, nvar; in FormFunction_Dummy() local 263 PetscInt nv, ne, i, j, ncomp, offset, key; in SetInitialGuess() local 329 PetscInt i, gidx, offset, v, nv, Nsubnet; in CoordinateVecSetUp() local
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex75.c | 8 PetscInt dim = 1, d, cStart, cEnd, c, q, degree = 2, coordSize, offset; in main() local
|
| H A D | ex36.c | 62 PetscInt supportSize, offset; in dm_view_geometry() local
|
| H A D | ex22.c | 57 size_t offset = 0, count; in testIdentity() local
|
| /petsc/src/vec/is/is/tests/ |
| H A D | ex13.c | 41 PetscInt n = 10, first = 0, step = 1, offset = 0; in main() local
|
| /petsc/src/snes/tutorials/network/water/ |
| H A D | waterfunctions.c | 26 PetscInt i, key, vnode1, vnode2, offsetnode1, offsetnode2, offset, ncomp; in FormFunction_Water() local 200 PetscInt i, offset, key; in SetInitialGuess_Water() local
|
| /petsc/src/snes/tutorials/network/power/ |
| H A D | pffunctions.c | 38 PetscInt j, key, offset, goffset; in FormJacobian_Power_private() local 246 PetscInt offsetfrom, offsetto, offset, i, j, key, numComps; in FormFunction_Power() local 357 PetscInt key, numComps, j, offset; in SetInitialGuess_Power() local
|
| H A D | power2.c | 17 PetscInt offsetfrom, offsetto, offset; in FormFunction_Subnet() local 172 PetscInt offset, goffset; in FormJacobian_Subnet() local 377 PetscInt key, numComps, j, offset; in SetInitialValues_Subnet() local
|
| /petsc/src/ksp/pc/impls/tfs/ |
| H A D | bitmask.c | 108 PetscInt i, offset; in PCTFS_set_bit_mask() local
|
| /petsc/src/vec/vec/utils/ |
| H A D | vsection.c | 129 PetscInt offset = 0; in VecSetValuesSection() local 168 PetscInt offset = 0; in VecSetValuesSection() local
|
| /petsc/src/dm/impls/network/ |
| H A D | networkcreate.c | 44 PetscInt e, v, Start, End, offset, nvar, id; in VecView_Network_Seq() local 82 PetscInt i, e, v, eStart, eEnd, vStart, vEnd, offset, nvar, len_loc, k; in VecView_Network_MPI() local
|
| H A D | network.c | 1183 PetscInt offset; in DMNetworkGetNumComponents() local 1219 PetscErrorCode DMNetworkGetLocalVecOffset(DM dm, PetscInt p, PetscInt compnum, PetscInt *offset) in DMNetworkGetLocalVecOffset() 1299 PetscErrorCode DMNetworkGetEdgeOffset(DM dm, PetscInt p, PetscInt *offset) in DMNetworkGetEdgeOffset() 1324 PetscErrorCode DMNetworkGetVertexOffset(DM dm, PetscInt p, PetscInt *offset) in DMNetworkGetVertexOffset() 1465 PetscInt offset = 0; in DMNetworkGetComponent() local 1496 PetscInt arr_size, p, offset, offsetp, ncomp, i, *headerarr; in DMNetworkComponentSetUp() local 1657 PetscInt e, nedges, offset; in SetSubnetIdLookupBT() local 1688 PetscInt cdim, bs, p, pStart, pEnd, offset; in DMNetworkDistributeCoordinates() local 1770 …PetscInt j, e, v, offset, *subnetvtx, *subnetedge, Nsubnet, gidx, svtx_idx, nv, ne… in DMNetworkDistribute() local 2988 PetscInt i, j, ncomps, nvar, key, offset = 0; in DMISAddSize_private() local [all …]
|
| /petsc/src/dm/impls/swarm/ |
| H A D | data_bucket.h | 38 #define DMSWARM_DATAFIELD_point_access_offset(data, index, atomic_size, offset) (void *)((char *)(d… argument
|
| /petsc/src/dm/dt/tests/ |
| H A D | ex4.c | 10 …PetscInt nFunc, *ids, *idsCopy, *idsCopy2, i, closureSize, *closure = NULL, offset, de… in CheckSymmetry() local
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex36.cxx | 305 const PetscInt offset = q * nconn; in ComputeRHS_MOAB() local 405 const PetscInt offset = q * nconn; in ComputeMatrix_MOAB() local
|