Lines Matching refs:PetscBLASIntCast
88 PetscCall(PetscBLASIntCast(Nbpt, &n)); in test()
89 PetscCall(PetscBLASIntCast(5 * Nbpt, &lwork)); in test()
125 PetscCall(PetscBLASIntCast(Nbpt, &m)); in test()
126 PetscCall(PetscBLASIntCast(Nbpt, &n)); in test()
127 PetscCall(PetscBLASIntCast(Nbp * Nf, &k)); in test()
260 PetscCall(PetscBLASIntCast(Nk * npoints, &m)); in test()
261 PetscCall(PetscBLASIntCast(Nbpt, &n)); in test()
262 PetscCall(PetscBLASIntCast(Nbp, &k)); in test()
263 PetscCall(PetscBLASIntCast(Nk * npoints, &lda)); in test()
264 PetscCall(PetscBLASIntCast(Nf * Nbpt, &ldb)); in test()
265 PetscCall(PetscBLASIntCast(Nf * Nk * npoints, &ldc)); in test()