Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/tfs/ !
H A Divec.c192 else if (type == GL_B_XOR) PetscCall(PCTFS_ivec_xor(arg1, arg2, j)); in PCTFS_ivec_non_uniform()
215 …else if (type == GL_B_XOR) return (PetscErrorCode (*)(void *, void *, PetscInt, ...))&PCTFS_ivec_x… in PCTFS_ivec_fct_addr()
H A Dtfs.h158 #define GL_B_XOR 5 macro