Functions/Subroutines

BLAS/TESTING/dblat1.f File Reference

Go to the source code of this file.

Functions/Subroutines

program DBLAT1
subroutine HEADER
subroutine CHECK0 (SFAC)
subroutine CHECK1 (SFAC)
subroutine CHECK2 (SFAC)
subroutine CHECK3 (SFAC)
subroutine STEST (LEN, SCOMP, STRUE, SSIZE, SFAC)
subroutine STEST1 (SCOMP1, STRUE1, SSIZE, SFAC)
DOUBLE PRECISION SDIFF (SA, SB)
subroutine ITEST1 (ICOMP, ITRUE)

Function Documentation

subroutine CHECK0 ( DOUBLE PRECISION  SFAC )

Definition at line 82 of file dblat1.f.

subroutine CHECK1 ( DOUBLE PRECISION  SFAC )

Definition at line 143 of file dblat1.f.

subroutine CHECK2 ( DOUBLE PRECISION  SFAC )

Definition at line 237 of file dblat1.f.

subroutine CHECK3 ( DOUBLE PRECISION  SFAC )

Definition at line 392 of file dblat1.f.

program DBLAT1 (  )

Definition at line 1 of file dblat1.f.

subroutine HEADER (  )

Definition at line 54 of file dblat1.f.

subroutine ITEST1 ( INTEGER  ICOMP,
INTEGER  ITRUE 
)

Definition at line 688 of file dblat1.f.

DOUBLE PRECISION SDIFF ( DOUBLE PRECISION  SA,
DOUBLE PRECISION  SB 
)

Definition at line 678 of file dblat1.f.

subroutine STEST ( INTEGER  LEN,
DOUBLE PRECISION,dimension(len)  SCOMP,
DOUBLE PRECISION,dimension(len)  STRUE,
DOUBLE PRECISION,dimension(len)  SSIZE,
DOUBLE PRECISION  SFAC 
)

Definition at line 598 of file dblat1.f.

subroutine STEST1 ( DOUBLE PRECISION  SCOMP1,
DOUBLE PRECISION  STRUE1,
DOUBLE PRECISION,dimension(*)  SSIZE,
DOUBLE PRECISION  SFAC 
)

Definition at line 653 of file dblat1.f.