.TH "dlabad.f" 3 "Wed Oct 15 2014" "Version 3.4.2" "LAPACK" \" -*- nroff -*- .ad l .nh .SH NAME dlabad.f \- .SH SYNOPSIS .br .PP .SS "Functions/Subroutines" .in +1c .ti -1c .RI "subroutine \fBdlabad\fP (SMALL, LARGE)" .br .RI "\fI\fBDLABAD\fP \fP" .in -1c .SH "Function/Subroutine Documentation" .PP .SS "subroutine dlabad (double precisionSMALL, double precisionLARGE)" .PP \fBDLABAD\fP .PP \fBPurpose: \fP .RS 4 .PP .nf DLABAD takes as input the values computed by DLAMCH for underflow and overflow, and returns the square root of each of these values if the log of LARGE is sufficiently large. This subroutine is intended to identify machines with a large exponent range, such as the Crays, and redefine the underflow and overflow limits to be the square roots of the values computed by DLAMCH. This subroutine is needed because DLAMCH does not compensate for poor arithmetic in the upper half of the exponent range, as is found on a Cray. .fi .PP .RE .PP \fBParameters:\fP .RS 4 \fISMALL\fP .PP .nf SMALL is DOUBLE PRECISION On entry, the underflow threshold as computed by DLAMCH. On exit, if LOG10(LARGE) is sufficiently large, the square root of SMALL, otherwise unchanged. .fi .PP .br \fILARGE\fP .PP .nf LARGE is DOUBLE PRECISION On entry, the overflow threshold as computed by DLAMCH. On exit, if LOG10(LARGE) is sufficiently large, the square root of LARGE, otherwise unchanged. .fi .PP .RE .PP \fBAuthor:\fP .RS 4 Univ\&. of Tennessee .PP Univ\&. of California Berkeley .PP Univ\&. of Colorado Denver .PP NAG Ltd\&. .RE .PP \fBDate:\fP .RS 4 November 2011 .RE .PP .PP Definition at line 75 of file dlabad\&.f\&. .SH "Author" .PP Generated automatically by Doxygen for LAPACK from the source code\&.