Searched refs:GL_MAX (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/ksp/pc/impls/tfs/ |
| H A D | ivec.c | 188 if (type == GL_MAX) PetscCall(PCTFS_ivec_max(arg1, arg2, j)); in PCTFS_ivec_non_uniform() 211 …else if (type == GL_MAX) return (PetscErrorCode (*)(void *, void *, PetscInt, ...))&PCTFS_ivec_max; in PCTFS_ivec_fct_addr() 703 if (type == GL_MAX) PetscCall(PCTFS_rvec_max(arg1, arg2, j)); in PCTFS_rvec_non_uniform() 723 …else if (type == GL_MAX) return (PetscErrorCode (*)(void *, void *, PetscInt, ...))&PCTFS_rvec_max; in PCTFS_rvec_fct_addr()
|
| H A D | xyt.c | 157 …PetscInt op[] = {NON_UNIFORM, GL_MIN, GL_MAX, GL_ADD, GL_MIN, GL_MAX, GL_ADD, GL_MIN, GL_MAX, … in XYT_stats() 158 PetscInt fop[] = {NON_UNIFORM, GL_MIN, GL_MAX, GL_ADD}; in XYT_stats() 562 PetscInt vals[2], work[2], op[] = {NON_UNIFORM, GL_MIN, GL_MAX}; in check_handle()
|
| H A D | gs.c | 221 PetscInt oprs[] = {NON_UNIFORM, GL_MIN, GL_MAX, GL_ADD, GL_MIN, GL_MAX, GL_MIN, GL_B_AND}; in gsi_check_args() 640 oper = GL_MAX; in get_ngh_buf() 742 t1 = GL_MAX; in set_pairwise() 757 t1 = GL_MAX; in set_pairwise()
|
| H A D | tfs.h | 154 #define GL_MAX 1 macro
|
| H A D | xxt.c | 452 PetscInt vals[2], work[2], op[] = {NON_UNIFORM, GL_MIN, GL_MAX}; in check_handle()
|