Visible to Intel only — GUID: GUID-D5328149-36D0-41FF-8A5E-64EABCCD91D3
Visible to Intel only — GUID: GUID-D5328149-36D0-41FF-8A5E-64EABCCD91D3
ilaprec
Translates a character string specifying an intermediate precision to the relevant BLAST-specified integer constant.
Syntax
val = ilaprec( prec )
Include Files
- mkl.fi
Description
The ilaprec function translates a character string specifying an intermediate precision to the relevant BLAST-specified integer constant.
The function returns an INTEGER. If val < 0, the input is not a character indicating a supported intermediate precision. Otherwise, the function returns the constant value corresponding to prec.
Input Parameters
- prec
-
CHARACTER*1.
Specifies the form of the system of equations:
If prec = 'S': Single.
If prec = 'D': Double.
If prec = 'I': Indigenous.
If prec = 'X', 'E': Extra.
Output Parameters
- val
-
INTEGER
Value returned by the function.