Searched refs:PetscByteSwapReal (Results 1 – 1 of 1) sorted by relevance
150 static PetscErrorCode PetscByteSwapReal(PetscReal *buff, PetscCount n) in PetscByteSwapReal() function234 else if (pdtype == PETSC_REAL) PetscCall(PetscByteSwapReal((PetscReal *)data, count)); in PetscByteSwap()235 else if (pdtype == PETSC_COMPLEX) PetscCall(PetscByteSwapReal((PetscReal *)data, 2 * count)); in PetscByteSwap()