Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/tfs/
H A Dbitmask.c67 PetscInt PCTFS_ct_bits(char *ptr, PetscInt n) in PCTFS_ct_bits() function
H A Dgs.c582 ct1 = PCTFS_ct_bits((char *)ptr3, p_mask_size * sizeof(PetscInt)); in get_ngh_buf()
614 ct1 = PCTFS_ct_bits((char *)ptr3, p_mask_size * sizeof(PetscInt)); in get_ngh_buf()
632 gs->num_nghs = PCTFS_ct_bits((char *)sh_proc_mask, p_mask_size * sizeof(PetscInt)); in get_ngh_buf()
638 gs->num_pw_nghs = PCTFS_ct_bits((char *)pw_sh_proc_mask, p_mask_size * sizeof(PetscInt)); in get_ngh_buf()
687 nprs = gs->num_pairs = PCTFS_ct_bits((char *)sh_proc_mask, p_mask_size * sizeof(PetscInt)); in set_pairwise()
724 if (PCTFS_ct_bits((char *)tmp_proc_mask, p_mask_size * sizeof(PetscInt))) ct++; in set_pairwise()
735 if (PCTFS_ct_bits((char *)tmp_proc_mask, p_mask_size * sizeof(PetscInt))) *iptr++ = j; in set_pairwise()
H A Dtfs.h450 PETSC_INTERN PetscInt PCTFS_ct_bits(char *, PetscInt);