Performs a simple check for the features of the IEEE standard. (C interface function).
void pslachkieee(int *isieee, float *rmax, float *rmin);
void pdlachkieee(int *isieee, float *rmax, float *rmin);
The p?lachkieee routine performs a simple check to make sure that the features of the IEEE standard are implemented. In some implementations, p?lachkieee may not return.
Note that all arguments are call-by-reference so that this routine can be directly called from Fortran code.
This is a ScaLAPACK internal subroutine and arguments are not checked for unreasonable values.
Copyright © 1994 - 2011, Intel Corporation. All rights reserved.