ILAPREC(3) LAPACK routine of NEC Numeric Library Collection ILAPREC(3) NAME ILAPREC SYNOPSIS INTEGER FUNCTION ILAPREC (PREC) PURPOSE This subroutine translated from a character string specifying an intermediate precision to the relevant BLAST-specified integer constant. ILAPREC returns an INTEGER. If ILAPREC < 0, then the input is not a character indicating a supported intermediate precision. Otherwise ILAPREC returns the constant value corresponding to PREC. ARGUMENTS PREC (input) PREC is CHARACTER = 'S' : ILAPREC = BLAS_PREC_SINGLE = 'D' : ILAPREC = BLAS_PREC_DOUBLE = 'I' : ILAPREC = BLAS_PREC_INDIGENOUS = 'X' OR 'E' : ILAPREC = BLAS_PREC_EXTRA OTHER : CHLA_TRANSTYPE = -1 LAPACK routine 31 October 2017 ILAPREC(3)