Searched refs:byte (Results 1 – 5 of 5) sorted by relevance
90 PetscByte byte = array[j]; in PetscBTCountSet() local95 byte -= (byte >> 1) & c1; in PetscBTCountSet()96 byte = ((byte >> 2) & c2) + (byte & c2); in PetscBTCountSet()97 cnt += (byte + (byte >> 4)) & c4; in PetscBTCountSet()
36 s = np.fromfile(fh, dtype=np.byte, count=sizes[i])
13 a count argument instead of a byte argument15 a count argument instead of a byte argument17 takes a count argument instead of a byte argument19 takes a count argument instead of a byte argument
34 - 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 …
15 each byte loaded or stored from global memory. Therefore, the20 each byte loaded or stored. As a consequence, almost all PETSc