Searched refs:PCTFS_ivec_binary_search (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/ksp/pc/impls/tfs/ |
| H A D | tfs.h | 193 PETSC_INTERN PetscInt PCTFS_ivec_binary_search(PetscInt, PetscInt *, PetscInt);
|
| H A D | gs.c | 411 …if ((PCTFS_ivec_binary_search(**reduce, gs->pw_elm_list, gs->len_pw_list) >= 0) || PCTFS_ivec_bina… in gsi_via_bit_mask() 798 if ((j = PCTFS_ivec_binary_search(*tree_elms++, elms, nel)) >= 0) { in set_tree() 805 if ((j = PCTFS_ivec_binary_search(*elms++, tree_elms, n)) >= 0) { in set_tree()
|
| H A D | ivec.c | 556 PetscInt PCTFS_ivec_binary_search(PetscInt item, PetscInt *list, PetscInt rh) in PCTFS_ivec_binary_search() function
|