The R Project SVN R

Rev

Rev 29271 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 29271 Rev 33834
Line 521... Line 521...
521
*         ( A guess; no known machine )
521
*         ( A guess; no known machine )
522
            IWARN = .TRUE.
522
            IWARN = .TRUE.
523
         END IF
523
         END IF
524
***
524
***
525
* Comment out this if block if EMIN is ok
525
* Comment out this if block if EMIN is ok
526
         IF( IWARN ) THEN
526
C          IF( IWARN ) THEN
527
            FIRST = .TRUE.
527
C             FIRST = .TRUE.
528
            WRITE( 6, FMT = 9999 )LEMIN
528
C             WRITE( 6, FMT = 9999 )LEMIN
529
         END IF
529
C          END IF
530
***
530
***
531
*
531
*
532
*        Assume IEEE arithmetic if we found denormalised  numbers above,
532
*        Assume IEEE arithmetic if we found denormalised  numbers above,
533
*        or if arithmetic seems to round in the  IEEE style,  determined
533
*        or if arithmetic seems to round in the  IEEE style,  determined
534
*        in routine DLAMC1. A true IEEE machine should have both  things
534
*        in routine DLAMC1. A true IEEE machine should have both  things
Line 559... Line 559...
559
      EMAX = LEMAX
559
      EMAX = LEMAX
560
      RMAX = LRMAX
560
      RMAX = LRMAX
561
*
561
*
562
      RETURN
562
      RETURN
563
*
563
*
564
 9999 FORMAT( / / ' WARNING. The value EMIN may be incorrect:-',
564
C  9999 FORMAT( / / ' WARNING. The value EMIN may be incorrect:-',
565
     $      '  EMIN = ', I8, /
565
C      $      '  EMIN = ', I8, /
566
     $      ' If, after inspection, the value EMIN looks',
566
C      $      ' If, after inspection, the value EMIN looks',
567
     $      ' acceptable please comment out ',
567
C      $      ' acceptable please comment out ',
568
     $      / ' the IF block as marked within the code of routine',
568
C      $      / ' the IF block as marked within the code of routine',
569
     $      ' DLAMC2,', / ' otherwise supply EMIN explicitly.', / )
569
C      $      ' DLAMC2,', / ' otherwise supply EMIN explicitly.', / )
570
*
570
*
571
*     End of DLAMC2
571
*     End of DLAMC2
572
*
572
*
573
      END
573
      END
574
*
574
*