Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/tfs/
H A Divec.c195 else if (type == GL_L_XOR) PetscCall(PCTFS_ivec_lxor(arg1, arg2, j)); in PCTFS_ivec_non_uniform()
218 …else if (type == GL_L_XOR) return (PetscErrorCode (*)(void *, void *, PetscInt, ...))&PCTFS_ivec_l… in PCTFS_ivec_fct_addr()
H A Dtfs.h161 #define GL_L_XOR 8 macro