Lines Matching defs:XERBLA
1804 * Requires a special version of the error-handling routine XERBLA.
1831 * OK is set to .FALSE. by the special version of XERBLA or by CHKXER
1834 * LERR is set to .TRUE. by the special version of XERBLA each time
2740 * Tests whether XERBLA has detected an error when it should.
2768 SUBROUTINE XERBLA( SRNAME, INFO )
2770 * This is a special version of XERBLA to be used only as part of
2774 * XERBLA is an error handler for the Level 3 BLAS routines.
2813 9999 FORMAT( ' ******* XERBLA WAS CALLED WITH INFO = ', I6, ' INSTEAD',
2815 9998 FORMAT( ' ******* XERBLA WAS CALLED WITH SRNAME = ', A6, ' INSTE',
2817 9997 FORMAT( ' ******* XERBLA WAS CALLED WITH INFO = ', I6,
2820 * End of XERBLA