Lines Matching refs:prl

32     Int prl
40 Int prl
53 Int prl, *W, nn, n_row, n_col, n_inner, num_fixed_size, numeric_size, in UMFPACK_report_numeric() local
57 prl = GET_CONTROL (UMFPACK_PRL, UMFPACK_DEFAULT_PRL) ; in UMFPACK_report_numeric()
59 if (prl <= 2) in UMFPACK_report_numeric()
104 if (prl >= 4) in UMFPACK_report_numeric()
199 prl, FALSE, TRUE) ; in UMFPACK_report_numeric()
207 if (UMF_report_perm (n_row, Numeric->Rperm, W, prl, 0) != UMFPACK_OK) in UMFPACK_report_numeric()
214 if (UMF_report_perm (n_col, Numeric->Cperm, W, prl, 0) != UMFPACK_OK) in UMFPACK_report_numeric()
220 if (!report_L (Numeric, W, prl)) in UMFPACK_report_numeric()
227 if (!report_U (Numeric, W, prl)) in UMFPACK_report_numeric()
237 prl, FALSE, FALSE) ; in UMFPACK_report_numeric()
255 Int prl in report_L() argument
264 ASSERT (prl >= 3) ; in report_L()
272 prl1 = prl ; in report_L()
295 prl = prl1 ; in report_L()
304 prl = prl1 ; in report_L()
306 else if (prl == 4) in report_L()
309 prl-- ; in report_L()
317 if (prl >= 4) PRINT_ENTRY (Lval [j]) ; in report_L()
324 if (prl == 4 && j == 9 && deg > 10) in report_L()
327 prl-- ; in report_L()
341 prl = prl1 ; in report_L()
354 prl = prl1 ; in report_L()
356 else if (prl == 4) in report_L()
359 prl-- ; in report_L()
421 if (prl >= 4) PRINT_ENTRY (*xp) ; in report_L()
429 if (prl == 4 && j == 9 && deg > 10) in report_L()
432 prl-- ; in report_L()
450 Int prl in report_U() argument
461 ASSERT (prl >= 3) ; in report_U()
469 prl1 = prl ; in report_U()
506 prl = prl1 ; in report_U()
534 if (prl >= 4) PRINT_ENTRY (*xp) ; in report_U()
542 if (prl == 4 && j == 9 && deg > 10) in report_U()
545 prl-- ; in report_U()
555 prl = prl1 ; in report_U()
557 else if (prl == 4) in report_U()
560 prl-- ; in report_U()
622 prl = prl1 ; in report_U()
631 prl = prl1 ; in report_U()
633 else if (prl == 4) in report_U()
636 prl-- ; in report_U()
644 if (prl >= 4) PRINT_ENTRY (Uval [j]) ; in report_U()
651 if (prl == 4 && j == 9 && deg > 10) in report_U()
654 prl-- ; in report_U()
659 prl = prl1 ; in report_U()