Browse Source

clean includes duplicating #include "common.h"

pull/1839/head
Andrew 7 years ago
parent
commit
bffcbaca4c
100 changed files with 0 additions and 156 deletions
  1. +0
    -2
      benchmark/asum.c
  2. +0
    -2
      benchmark/axpy.c
  3. +0
    -2
      benchmark/cholesky.c
  4. +0
    -2
      benchmark/copy.c
  5. +0
    -2
      benchmark/dot.c
  6. +0
    -2
      benchmark/geev.c
  7. +0
    -2
      benchmark/gemm.c
  8. +0
    -2
      benchmark/gemm3m.c
  9. +0
    -2
      benchmark/gemv.c
  10. +0
    -2
      benchmark/ger.c
  11. +0
    -2
      benchmark/gesv.c
  12. +0
    -2
      benchmark/getri.c
  13. +0
    -2
      benchmark/hemm.c
  14. +0
    -2
      benchmark/hemv.c
  15. +0
    -2
      benchmark/her2k.c
  16. +0
    -2
      benchmark/herk.c
  17. +0
    -2
      benchmark/iamax.c
  18. +0
    -2
      benchmark/linpack.c
  19. +0
    -2
      benchmark/nrm2.c
  20. +0
    -2
      benchmark/potrf.c
  21. +0
    -2
      benchmark/rot.c
  22. +0
    -2
      benchmark/scal.c
  23. +0
    -2
      benchmark/swap.c
  24. +0
    -2
      benchmark/symm.c
  25. +0
    -2
      benchmark/symv.c
  26. +0
    -2
      benchmark/syr2k.c
  27. +0
    -2
      benchmark/syrk.c
  28. +0
    -2
      benchmark/trmm.c
  29. +0
    -2
      benchmark/trsm.c
  30. +0
    -2
      benchmark/zdot-intel.c
  31. +0
    -2
      benchmark/zdot.c
  32. +0
    -1
      ctest/auxiliary.c
  33. +0
    -2
      ctest/c_c2chke.c
  34. +0
    -2
      ctest/c_c3chke.c
  35. +0
    -2
      ctest/c_c3chke_3m.c
  36. +0
    -1
      ctest/c_cblas2.c
  37. +0
    -1
      ctest/c_cblas3.c
  38. +0
    -1
      ctest/c_cblas3_3m.c
  39. +0
    -2
      ctest/c_d2chke.c
  40. +0
    -2
      ctest/c_d3chke.c
  41. +0
    -1
      ctest/c_dblas2.c
  42. +0
    -1
      ctest/c_dblas3.c
  43. +0
    -2
      ctest/c_s2chke.c
  44. +0
    -2
      ctest/c_s3chke.c
  45. +0
    -1
      ctest/c_sblas2.c
  46. +0
    -2
      ctest/c_sblas3.c
  47. +0
    -2
      ctest/c_xerbla.c
  48. +0
    -2
      ctest/c_z2chke.c
  49. +0
    -2
      ctest/c_z3chke.c
  50. +0
    -2
      ctest/c_z3chke_3m.c
  51. +0
    -1
      ctest/c_zblas2.c
  52. +0
    -1
      ctest/c_zblas3.c
  53. +0
    -1
      ctest/c_zblas3_3m.c
  54. +0
    -1
      driver/level2/gbmv_k.c
  55. +0
    -2
      driver/level2/gbmv_thread.c
  56. +0
    -2
      driver/level2/gemv_thread.c
  57. +0
    -2
      driver/level2/ger_thread.c
  58. +0
    -1
      driver/level2/sbmv_k.c
  59. +0
    -2
      driver/level2/sbmv_thread.c
  60. +0
    -1
      driver/level2/spmv_k.c
  61. +0
    -2
      driver/level2/spmv_thread.c
  62. +0
    -1
      driver/level2/spr2_k.c
  63. +0
    -2
      driver/level2/spr2_thread.c
  64. +0
    -2
      driver/level2/spr_thread.c
  65. +0
    -2
      driver/level2/symv_thread.c
  66. +0
    -1
      driver/level2/syr2_k.c
  67. +0
    -2
      driver/level2/syr2_thread.c
  68. +0
    -2
      driver/level2/syr_thread.c
  69. +0
    -1
      driver/level2/tbmv_L.c
  70. +0
    -1
      driver/level2/tbmv_U.c
  71. +0
    -2
      driver/level2/tbmv_thread.c
  72. +0
    -1
      driver/level2/tbsv_L.c
  73. +0
    -1
      driver/level2/tbsv_U.c
  74. +0
    -1
      driver/level2/tpmv_L.c
  75. +0
    -1
      driver/level2/tpmv_U.c
  76. +0
    -2
      driver/level2/tpmv_thread.c
  77. +0
    -1
      driver/level2/tpsv_L.c
  78. +0
    -1
      driver/level2/tpsv_U.c
  79. +0
    -1
      driver/level2/trmv_L.c
  80. +0
    -1
      driver/level2/trmv_U.c
  81. +0
    -2
      driver/level2/trmv_thread.c
  82. +0
    -1
      driver/level2/trsv_L.c
  83. +0
    -1
      driver/level2/trsv_U.c
  84. +0
    -1
      driver/level2/zgbmv_k.c
  85. +0
    -1
      driver/level2/zhbmv_k.c
  86. +0
    -1
      driver/level2/zher2_k.c
  87. +0
    -1
      driver/level2/zhpmv_k.c
  88. +0
    -1
      driver/level2/zhpr2_k.c
  89. +0
    -1
      driver/level2/zsbmv_k.c
  90. +0
    -1
      driver/level2/zspmv_k.c
  91. +0
    -1
      driver/level2/zspr2_k.c
  92. +0
    -1
      driver/level2/zsyr2_k.c
  93. +0
    -1
      driver/level2/ztbmv_L.c
  94. +0
    -1
      driver/level2/ztbmv_U.c
  95. +0
    -1
      driver/level2/ztbsv_L.c
  96. +0
    -1
      driver/level2/ztbsv_U.c
  97. +0
    -1
      driver/level2/ztpmv_L.c
  98. +0
    -1
      driver/level2/ztpmv_U.c
  99. +0
    -1
      driver/level2/ztpsv_L.c
  100. +0
    -1
      driver/level2/ztpsv_U.c

+ 0
- 2
benchmark/asum.c View File

@@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/

#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif


+ 0
- 2
benchmark/axpy.c View File

@@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/

#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif


+ 0
- 2
benchmark/cholesky.c View File

@@ -36,8 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/

#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif


+ 0
- 2
benchmark/copy.c View File

@@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/

#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif


+ 0
- 2
benchmark/dot.c View File

@@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/

#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif


+ 0
- 2
benchmark/geev.c View File

@@ -36,8 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/

#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif


+ 0
- 2
benchmark/gemm.c View File

@@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/

#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif


+ 0
- 2
benchmark/gemm3m.c View File

@@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/

#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif


+ 0
- 2
benchmark/gemv.c View File

@@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/

#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif


+ 0
- 2
benchmark/ger.c View File

@@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/

#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif


+ 0
- 2
benchmark/gesv.c View File

@@ -36,8 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/

#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif


+ 0
- 2
benchmark/getri.c View File

@@ -36,8 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/

#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif


+ 0
- 2
benchmark/hemm.c View File

@@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/

#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif


+ 0
- 2
benchmark/hemv.c View File

@@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/

#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif


+ 0
- 2
benchmark/her2k.c View File

@@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/

#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif


+ 0
- 2
benchmark/herk.c View File

@@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/

#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif


+ 0
- 2
benchmark/iamax.c View File

@@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/

#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif


+ 0
- 2
benchmark/linpack.c View File

@@ -36,8 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/

#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif


+ 0
- 2
benchmark/nrm2.c View File

@@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/

#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif


+ 0
- 2
benchmark/potrf.c View File

@@ -36,8 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/

#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif


+ 0
- 2
benchmark/rot.c View File

@@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/

#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif


+ 0
- 2
benchmark/scal.c View File

@@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/

#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif


+ 0
- 2
benchmark/swap.c View File

@@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/

#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif


+ 0
- 2
benchmark/symm.c View File

@@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/

#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif


+ 0
- 2
benchmark/symv.c View File

@@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/

#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif


+ 0
- 2
benchmark/syr2k.c View File

@@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/

#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif


+ 0
- 2
benchmark/syrk.c View File

@@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/

#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif


+ 0
- 2
benchmark/trmm.c View File

@@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/

#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif


+ 0
- 2
benchmark/trsm.c View File

@@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/

#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif


+ 0
- 2
benchmark/zdot-intel.c View File

@@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/

#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif


+ 0
- 2
benchmark/zdot.c View File

@@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/

#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif


+ 0
- 1
ctest/auxiliary.c View File

@@ -1,7 +1,6 @@
/*
* Written by T. H. Do, 1/23/98, SGI/CRAY Research.
*/
#include <string.h>
#include "common.h"
#include "cblas_test.h"



+ 0
- 2
ctest/c_c2chke.c View File

@@ -1,5 +1,3 @@
#include <stdio.h>
#include <string.h>
#include "common.h"
#include "cblas_test.h"



+ 0
- 2
ctest/c_c3chke.c View File

@@ -1,5 +1,3 @@
#include <stdio.h>
#include <string.h>
#include "common.h"
#include "cblas_test.h"



+ 0
- 2
ctest/c_c3chke_3m.c View File

@@ -1,5 +1,3 @@
#include <stdio.h>
#include <string.h>
#include "common.h"
#include "cblas_test.h"



+ 0
- 1
ctest/c_cblas2.c View File

@@ -4,7 +4,6 @@
*
* Modified by T. H. Do, 4/08/98, SGI/CRAY Research.
*/
#include <stdlib.h>
#include "common.h"
#include "cblas_test.h"



+ 0
- 1
ctest/c_cblas3.c View File

@@ -4,7 +4,6 @@
*
* Modified by T. H. Do, 4/15/98, SGI/CRAY Research.
*/
#include <stdlib.h>
#include "common.h"
#include "cblas_test.h"



+ 0
- 1
ctest/c_cblas3_3m.c View File

@@ -4,7 +4,6 @@
*
* Modified by T. H. Do, 4/15/98, SGI/CRAY Research.
*/
#include <stdlib.h>
#include "common.h"
#include "cblas_test.h"



+ 0
- 2
ctest/c_d2chke.c View File

@@ -1,5 +1,3 @@
#include <stdio.h>
#include <string.h>
#include "common.h"
#include "cblas_test.h"



+ 0
- 2
ctest/c_d3chke.c View File

@@ -1,5 +1,3 @@
#include <stdio.h>
#include <string.h>
#include "common.h"
#include "cblas_test.h"



+ 0
- 1
ctest/c_dblas2.c View File

@@ -4,7 +4,6 @@
*
* Modified by T. H. Do, 1/23/98, SGI/CRAY Research.
*/
#include <stdlib.h>
#include "common.h"
#include "cblas_test.h"



+ 0
- 1
ctest/c_dblas3.c View File

@@ -4,7 +4,6 @@
*
* Modified by T. H. Do, 2/19/98, SGI/CRAY Research.
*/
#include <stdlib.h>
#include "common.h"
#include "cblas_test.h"



+ 0
- 2
ctest/c_s2chke.c View File

@@ -1,5 +1,3 @@
#include <stdio.h>
#include <string.h>
#include "common.h"
#include "cblas_test.h"



+ 0
- 2
ctest/c_s3chke.c View File

@@ -1,5 +1,3 @@
#include <stdio.h>
#include <string.h>
#include "common.h"
#include "cblas_test.h"



+ 0
- 1
ctest/c_sblas2.c View File

@@ -4,7 +4,6 @@
*
* Modified by T. H. Do, 1/23/98, SGI/CRAY Research.
*/
#include <stdlib.h>
#include "common.h"
#include "cblas_test.h"



+ 0
- 2
ctest/c_sblas3.c View File

@@ -4,8 +4,6 @@
*
* Modified by T. H. Do, 2/19/98, SGI/CRAY Research.
*/
#include <stdio.h>
#include <stdlib.h>
#include "common.h"
#include "cblas_test.h"



+ 0
- 2
ctest/c_xerbla.c View File

@@ -1,7 +1,5 @@
#include <stdio.h>
#include <ctype.h>
#include <stdarg.h>
#include <string.h>
#include "common.h"
#include "cblas_test.h"



+ 0
- 2
ctest/c_z2chke.c View File

@@ -1,5 +1,3 @@
#include <stdio.h>
#include <string.h>
#include "common.h"
#include "cblas_test.h"



+ 0
- 2
ctest/c_z3chke.c View File

@@ -1,5 +1,3 @@
#include <stdio.h>
#include <string.h>
#include "common.h"
#include "cblas_test.h"



+ 0
- 2
ctest/c_z3chke_3m.c View File

@@ -1,5 +1,3 @@
#include <stdio.h>
#include <string.h>
#include "common.h"
#include "cblas_test.h"



+ 0
- 1
ctest/c_zblas2.c View File

@@ -4,7 +4,6 @@
*
* Modified by T. H. Do, 4/08/98, SGI/CRAY Research.
*/
#include <stdlib.h>
#include "common.h"
#include "cblas_test.h"



+ 0
- 1
ctest/c_zblas3.c View File

@@ -4,7 +4,6 @@
*
* Modified by T. H. Do, 4/15/98, SGI/CRAY Research.
*/
#include <stdlib.h>
#include "common.h"
#include "cblas_test.h"
#define TEST_COL_MJR 0


+ 0
- 1
ctest/c_zblas3_3m.c View File

@@ -4,7 +4,6 @@
*
* Modified by T. H. Do, 4/15/98, SGI/CRAY Research.
*/
#include <stdlib.h>
#include "common.h"
#include "cblas_test.h"
#define TEST_COL_MJR 0


+ 0
- 1
driver/level2/gbmv_k.c View File

@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/

#include <stdio.h>
#include <ctype.h>
#include "common.h"



+ 0
- 2
driver/level2/gbmv_thread.c View File

@@ -36,8 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/

#include <stdio.h>
#include <stdlib.h>
#include "common.h"

#if !defined(CONJ) && !defined(XCONJ)


+ 0
- 2
driver/level2/gemv_thread.c View File

@@ -36,8 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/

#include <stdio.h>
#include <stdlib.h>
#include "common.h"

#ifndef TRANSA


+ 0
- 2
driver/level2/ger_thread.c View File

@@ -36,8 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/

#include <stdio.h>
#include <stdlib.h>
#include "common.h"
#include "symcopy.h"



+ 0
- 1
driver/level2/sbmv_k.c View File

@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/

#include <stdio.h>
#include <ctype.h>
#include "common.h"



+ 0
- 2
driver/level2/sbmv_thread.c View File

@@ -36,8 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/

#include <stdio.h>
#include <stdlib.h>
#include "common.h"

#if !defined(HEMV) && !defined(HEMVREV)


+ 0
- 1
driver/level2/spmv_k.c View File

@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/

#include <stdio.h>
#include <ctype.h>
#include "common.h"



+ 0
- 2
driver/level2/spmv_thread.c View File

@@ -36,8 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/

#include <stdio.h>
#include <stdlib.h>
#include "common.h"
#include "symcopy.h"



+ 0
- 1
driver/level2/spr2_k.c View File

@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/

#include <stdio.h>
#include <ctype.h>
#include "common.h"



+ 0
- 2
driver/level2/spr2_thread.c View File

@@ -36,8 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/

#include <stdio.h>
#include <stdlib.h>
#include "common.h"

static int syr_kernel(blas_arg_t *args, BLASLONG *range_m, BLASLONG *range_n, FLOAT *dummy1, FLOAT *buffer, BLASLONG pos){


+ 0
- 2
driver/level2/spr_thread.c View File

@@ -36,8 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/

#include <stdio.h>
#include <stdlib.h>
#include "common.h"

static int syr_kernel(blas_arg_t *args, BLASLONG *range_m, BLASLONG *range_n, FLOAT *dummy1, FLOAT *buffer, BLASLONG pos){


+ 0
- 2
driver/level2/symv_thread.c View File

@@ -36,8 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/

#include <stdio.h>
#include <stdlib.h>
#include "common.h"
#include "symcopy.h"



+ 0
- 1
driver/level2/syr2_k.c View File

@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/

#include <stdio.h>
#include <ctype.h>
#include "common.h"



+ 0
- 2
driver/level2/syr2_thread.c View File

@@ -36,8 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/

#include <stdio.h>
#include <stdlib.h>
#include "common.h"

static int syr_kernel(blas_arg_t *args, BLASLONG *range_m, BLASLONG *range_n, FLOAT *dummy1, FLOAT *buffer, BLASLONG pos){


+ 0
- 2
driver/level2/syr_thread.c View File

@@ -36,8 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/

#include <stdio.h>
#include <stdlib.h>
#include "common.h"

static int syr_kernel(blas_arg_t *args, BLASLONG *range_m, BLASLONG *range_n, FLOAT *dummy1, FLOAT *buffer, BLASLONG pos){


+ 0
- 1
driver/level2/tbmv_L.c View File

@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/

#include <stdio.h>
#include <ctype.h>
#include "common.h"



+ 0
- 1
driver/level2/tbmv_U.c View File

@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/

#include <stdio.h>
#include <ctype.h>
#include "common.h"



+ 0
- 2
driver/level2/tbmv_thread.c View File

@@ -36,8 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/

#include <stdio.h>
#include <stdlib.h>
#include "common.h"
#include "symcopy.h"



+ 0
- 1
driver/level2/tbsv_L.c View File

@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/

#include <stdio.h>
#include <ctype.h>
#include "common.h"



+ 0
- 1
driver/level2/tbsv_U.c View File

@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/

#include <stdio.h>
#include <ctype.h>
#include "common.h"



+ 0
- 1
driver/level2/tpmv_L.c View File

@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/

#include <stdio.h>
#include <ctype.h>
#include "common.h"



+ 0
- 1
driver/level2/tpmv_U.c View File

@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/

#include <stdio.h>
#include <ctype.h>
#include "common.h"



+ 0
- 2
driver/level2/tpmv_thread.c View File

@@ -36,8 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/

#include <stdio.h>
#include <stdlib.h>
#include "common.h"
#include "symcopy.h"



+ 0
- 1
driver/level2/tpsv_L.c View File

@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/

#include <stdio.h>
#include <ctype.h>
#include "common.h"



+ 0
- 1
driver/level2/tpsv_U.c View File

@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/

#include <stdio.h>
#include <ctype.h>
#include "common.h"



+ 0
- 1
driver/level2/trmv_L.c View File

@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/

#include <stdio.h>
#include <ctype.h>
#include "common.h"



+ 0
- 1
driver/level2/trmv_U.c View File

@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/

#include <stdio.h>
#include <ctype.h>
#include "common.h"



+ 0
- 2
driver/level2/trmv_thread.c View File

@@ -36,8 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/

#include <stdio.h>
#include <stdlib.h>
#include "common.h"
#include "symcopy.h"



+ 0
- 1
driver/level2/trsv_L.c View File

@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/

#include <stdio.h>
#include <ctype.h>
#include "common.h"



+ 0
- 1
driver/level2/trsv_U.c View File

@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/

#include <stdio.h>
#include <ctype.h>
#include "common.h"



+ 0
- 1
driver/level2/zgbmv_k.c View File

@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/

#include <stdio.h>
#include <ctype.h>
#include "common.h"



+ 0
- 1
driver/level2/zhbmv_k.c View File

@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/

#include <stdio.h>
#include <ctype.h>
#include "common.h"



+ 0
- 1
driver/level2/zher2_k.c View File

@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/

#include <stdio.h>
#include <ctype.h>
#include "common.h"



+ 0
- 1
driver/level2/zhpmv_k.c View File

@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/

#include <stdio.h>
#include <ctype.h>
#include "common.h"



+ 0
- 1
driver/level2/zhpr2_k.c View File

@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/

#include <stdio.h>
#include <ctype.h>
#include "common.h"



+ 0
- 1
driver/level2/zsbmv_k.c View File

@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/

#include <stdio.h>
#include <ctype.h>
#include "common.h"



+ 0
- 1
driver/level2/zspmv_k.c View File

@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/

#include <stdio.h>
#include <ctype.h>
#include "common.h"



+ 0
- 1
driver/level2/zspr2_k.c View File

@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/

#include <stdio.h>
#include <ctype.h>
#include "common.h"



+ 0
- 1
driver/level2/zsyr2_k.c View File

@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/

#include <stdio.h>
#include <ctype.h>
#include "common.h"



+ 0
- 1
driver/level2/ztbmv_L.c View File

@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/

#include <stdio.h>
#include <ctype.h>
#include "common.h"



+ 0
- 1
driver/level2/ztbmv_U.c View File

@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/

#include <stdio.h>
#include <ctype.h>
#include "common.h"



+ 0
- 1
driver/level2/ztbsv_L.c View File

@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/

#include <stdio.h>
#include <ctype.h>
#include "common.h"



+ 0
- 1
driver/level2/ztbsv_U.c View File

@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/

#include <stdio.h>
#include <ctype.h>
#include "common.h"



+ 0
- 1
driver/level2/ztpmv_L.c View File

@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/

#include <stdio.h>
#include <ctype.h>
#include "common.h"



+ 0
- 1
driver/level2/ztpmv_U.c View File

@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/

#include <stdio.h>
#include <ctype.h>
#include "common.h"



+ 0
- 1
driver/level2/ztpsv_L.c View File

@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/

#include <stdio.h>
#include <ctype.h>
#include "common.h"



+ 0
- 1
driver/level2/ztpsv_U.c View File

@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/

#include <stdio.h>
#include <ctype.h>
#include "common.h"



Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save