Lines Matching refs:PetscBLASIntCast

155   PetscCall(PetscBLASIntCast(mfqP->n, &blasn));  in pounders_update_res()
156 PetscCall(PetscBLASIntCast(mfqP->m, &blasm)); in pounders_update_res()
157 PetscCall(PetscBLASIntCast(mfqP->n * mfqP->n, &blasn2)); in pounders_update_res()
271 PetscCall(PetscBLASIntCast(mfqP->npmax, &blasnpmax)); in getquadpounders()
272 PetscCall(PetscBLASIntCast(mfqP->n + 1, &blasnplus1)); in getquadpounders()
273 PetscCall(PetscBLASIntCast(np, &blasnp)); in getquadpounders()
274 PetscCall(PetscBLASIntCast(mfqP->n * (mfqP->n + 1) / 2, &blasint)); in getquadpounders()
275 PetscCall(PetscBLASIntCast(np - mfqP->n - 1, &blasint2)); in getquadpounders()
344 PetscCall(PetscBLASIntCast(mfqP->npmax, &blasnpmax)); in morepoints()
345 PetscCall(PetscBLASIntCast(mfqP->n, &blasn)); in morepoints()
346 PetscCall(PetscBLASIntCast(mfqP->nmax, &blasnmax)); in morepoints()
347 PetscCall(PetscBLASIntCast(mfqP->n + 1, &blasnplus1)); in morepoints()
348 PetscCall(PetscBLASIntCast(mfqP->n, &blasnp)); in morepoints()
395 PetscCall(PetscBLASIntCast(mfqP->nmodelpoints + 1, &blasnp)); in morepoints()
397 PetscCall(PetscBLASIntCast(PetscMax(mfqP->m, mfqP->n + 1), &blasmaxmn)); in morepoints()
403 PetscCall(PetscBLASIntCast(mfqP->n * (mfqP->n + 1) / 2, &blasint2)); in morepoints()
416 PetscCall(PetscBLASIntCast(mfqP->nmodelpoints - mfqP->n, &blasint)); in morepoints()
429 PetscCall(PetscBLASIntCast(mfqP->nmodelpoints, &blasnp)); in morepoints()
437 PetscCall(PetscBLASIntCast(mfqP->nmodelpoints, &blasnp)); in morepoints()
494 PetscCall(PetscBLASIntCast(mfqP->n, &blasn)); in modelimprove()
495 PetscCall(PetscBLASIntCast(mfqP->npmax, &blasnpmax)); in modelimprove()
496 PetscCall(PetscBLASIntCast(mfqP->nmodelpoints, &blask)); in modelimprove()
497 PetscCall(PetscBLASIntCast(mfqP->nmax, &blasnmax)); in modelimprove()
536 PetscCall(PetscBLASIntCast(mfqP->npmax, &blasnpmax)); in affpoints()
537 PetscCall(PetscBLASIntCast(mfqP->m, &blasm)); in affpoints()
538 PetscCall(PetscBLASIntCast(mfqP->n, &blasn)); in affpoints()
546 PetscCall(PetscBLASIntCast(PetscMax(mfqP->n - mfqP->nmodelpoints, 0), &blasj)); in affpoints()
549 PetscCall(PetscBLASIntCast(mfqP->nmodelpoints, &blask)); in affpoints()
559 PetscCall(PetscBLASIntCast(mfqP->npmax * (mfqP->nmodelpoints), &blask)); in affpoints()
561 PetscCall(PetscBLASIntCast(mfqP->nmodelpoints, &blask)); in affpoints()
562 PetscCall(PetscBLASIntCast(PetscMax(mfqP->m, mfqP->n), &blasmaxmn)); in affpoints()
632 PetscCall(PetscBLASIntCast(mfqP->m, &blasm)); in TaoSolve_POUNDERS()
633 PetscCall(PetscBLASIntCast(mfqP->n, &blasn)); in TaoSolve_POUNDERS()
634 PetscCall(PetscBLASIntCast(mfqP->npmax, &blasnpmax)); in TaoSolve_POUNDERS()