The R Project SVN R

Rev

Rev 40292 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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