Home
last modified time | relevance | path

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

/petsc/src/sys/fileio/
H A Dsysio.c150 static PetscErrorCode PetscByteSwapReal(PetscReal *buff, PetscCount n) in PetscByteSwapReal() function
234 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()