* ..
* .. Intrinsic Functions ..
INTRINSIC ABS, AIMAG, MAX, MIN, REAL
-* ..
-* .. Statement Functions ..
- REAL CABS1
-* ..
-* .. Statement Function definitions ..
- CABS1( CDUM ) = ABS( REAL( CDUM ) ) + ABS( AIMAG( CDUM ) )
-* ..
-* .. Executable Statements ..
*
* Test the input parameters
*
* .. Intrinsic Functions ..
INTRINSIC ABS, MAX, MIN
* ..
-* .. Executable Statements ..
-*
* Test the input parameters
*
INFO = 0
* ..
* .. Intrinsic Functions ..
INTRINSIC ABS, MAX, MIN
-* ..
-* .. Executable Statements ..
*
* Test the input parameters
*
* ..
* .. Intrinsic Functions ..
INTRINSIC ABS, DBLE, DIMAG, MAX, MIN
-* ..
-* .. Statement Functions ..
- DOUBLE PRECISION CABS1
-* ..
-* .. Statement Function definitions ..
- CABS1( CDUM ) = ABS( DBLE( CDUM ) ) + ABS( DIMAG( CDUM ) )
-* ..
-* .. Executable Statements ..
*
* Test the input parameters
*