Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscbt.h90 PetscByte byte = array[j]; in PetscBTCountSet() local
95 byte -= (byte >> 1) & c1; in PetscBTCountSet()
96 byte = ((byte >> 2) & c2) + (byte & c2); in PetscBTCountSet()
97 cnt += (byte + (byte >> 4)) & c4; in PetscBTCountSet()
/petsc/lib/petsc/bin/
H A DPetscBinaryIOTrajectory.py36 s = np.fromfile(fh, dtype=np.byte, count=sizes[i])
/petsc/doc/changes/
H A D312.md13 a count argument instead of a byte argument
15 a count argument instead of a byte argument
17 takes a count argument instead of a byte argument
19 takes a count argument instead of a byte argument
H A D324.md34 - Change `PetscBool` to be a C bool. It now has a size of one byte, when previously it had a size o…
215 …al(C_BOOL)` (equivalent to a `logical(kind=1)`). It now has a size of one byte, previously it was …
/petsc/doc/manual/
H A Dperformance.md15 each byte loaded or stored from global memory. Therefore, the
20 each byte loaded or stored. As a consequence, almost all PETSc