Lines Matching refs:count
57 size_t offset = 0, count; in testIdentity() local
59 …t(strBuf + offset, BUFSIZ - offset, "Good inversion for cell %" PetscInt_FMT ": (", &count, cell)); in testIdentity()
60 offset += count; in testIdentity()
62 …PetscCall(PetscSNPrintfCount(strBuf + offset, BUFSIZ - offset, "%+f", &count, (double)preimage[i *… in testIdentity()
63 offset += count; in testIdentity()
65 PetscCall(PetscSNPrintfCount(strBuf + offset, BUFSIZ - offset, ",", &count)); in testIdentity()
66 offset += count; in testIdentity()
69 PetscCall(PetscSNPrintfCount(strBuf + offset, BUFSIZ - offset, ") --> (", &count)); in testIdentity()
70 offset += count; in testIdentity()
72 …PetscCall(PetscSNPrintfCount(strBuf + offset, BUFSIZ - offset, "%+f", &count, (double)mapped[i * d… in testIdentity()
73 offset += count; in testIdentity()
75 PetscCall(PetscSNPrintfCount(strBuf + offset, BUFSIZ - offset, ",", &count)); in testIdentity()
76 offset += count; in testIdentity()
79 PetscCall(PetscSNPrintfCount(strBuf + offset, BUFSIZ - offset, ") --> (", &count)); in testIdentity()
80 offset += count; in testIdentity()
82 …PetscCall(PetscSNPrintfCount(strBuf + offset, BUFSIZ - offset, "%+f", &count, (double)inverted[i *… in testIdentity()
83 offset += count; in testIdentity()
85 PetscCall(PetscSNPrintfCount(strBuf + offset, BUFSIZ - offset, ",", &count)); in testIdentity()
86 offset += count; in testIdentity()
89 PetscCall(PetscSNPrintfCount(strBuf + offset, BUFSIZ - offset, ")", &count)); in testIdentity()