Home
last modified time | relevance | path

Searched refs:top_a (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ksp/pc/impls/tfs/
H A Divec.c230 PetscInt **top_a = (PetscInt **)offset_stack; in PCTFS_ivec_sort() local
279 *(top_a++) = pi; in PCTFS_ivec_sort()
284 else { /* might as well pop - note NR_OPT >=2 ==> we're ok! */ ar = *(--top_a); in PCTFS_ivec_sort()
303 ar = *(--top_a); in PCTFS_ivec_sort()
313 PetscInt **top_a = (PetscInt **)offset_stack; in PCTFS_ivec_sort_companion() local
384 *(top_a++) = pi; in PCTFS_ivec_sort_companion()
385 *(top_a++) = pi2; in PCTFS_ivec_sort_companion()
390 else { /* might as well pop - note NR_OPT >=2 ==> we're ok! */ ar2 = *(--top_a); in PCTFS_ivec_sort_companion()
391 ar = *(--top_a); in PCTFS_ivec_sort_companion()
413 ar2 = *(--top_a); in PCTFS_ivec_sort_companion()
[all …]