summaryrefslogtreecommitdiff
path: root/kaldi_io/src/tools/ATLAS/include/atlas_reflvl2.h
diff options
context:
space:
mode:
Diffstat (limited to 'kaldi_io/src/tools/ATLAS/include/atlas_reflvl2.h')
-rw-r--r--kaldi_io/src/tools/ATLAS/include/atlas_reflvl2.h3184
1 files changed, 0 insertions, 3184 deletions
diff --git a/kaldi_io/src/tools/ATLAS/include/atlas_reflvl2.h b/kaldi_io/src/tools/ATLAS/include/atlas_reflvl2.h
deleted file mode 100644
index c557f04..0000000
--- a/kaldi_io/src/tools/ATLAS/include/atlas_reflvl2.h
+++ /dev/null
@@ -1,3184 +0,0 @@
-/* ---------------------------------------------------------------------
- *
- * -- Automatically Tuned Linear Algebra Software (ATLAS)
- * (C) Copyright 2000 All Rights Reserved
- *
- * -- ATLAS routine -- Version 3.2 -- December 25, 2000
- *
- * Author : Antoine P. Petitet
- * Originally developed at the University of Tennessee,
- * Innovative Computing Laboratory, Knoxville TN, 37996-1301, USA.
- *
- * ---------------------------------------------------------------------
- *
- * -- Copyright notice and Licensing terms:
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions, and the following disclaimer in
- * the documentation and/or other materials provided with the distri-
- * bution.
- * 3. The name of the University, the ATLAS group, or the names of its
- * contributors may not be used to endorse or promote products deri-
- * ved from this software without specific written permission.
- *
- * -- Disclaimer:
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE UNIVERSITY
- * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPE-
- * CIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
- * TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
- * OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEO-
- * RY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (IN-
- * CLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
- * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- *
- * ---------------------------------------------------------------------
- */
-#ifndef ATLAS_REFLVL2_H
-#define ATLAS_REFLVL2_H
-/*
- * =====================================================================
- * Prototypes for Level 2 Reference Internal ATLAS BLAS routines
- * =====================================================================
- */
-void ATL_srefgbmvN
-(
- const int, const int,
- const int, const int,
- const float,
- const float *, const int,
- const float *, const int,
- const float,
- float *, const int
-);
-
-void ATL_srefgbmvT
-(
- const int, const int,
- const int, const int,
- const float,
- const float *, const int,
- const float *, const int,
- const float,
- float *, const int
-);
-
-void ATL_srefgpmvUN
-(
- const int, const int,
- const float,
- const float *, const int,
- const float *, const int,
- const float,
- float *, const int
-);
-
-void ATL_srefgpmvUT
-(
- const int, const int,
- const float,
- const float *, const int,
- const float *, const int,
- const float,
- float *, const int
-);
-
-void ATL_srefgpmvLN
-(
- const int, const int,
- const float,
- const float *, const int,
- const float *, const int,
- const float,
- float *, const int
-);
-
-void ATL_srefgpmvLT
-(
- const int, const int,
- const float,
- const float *, const int,
- const float *, const int,
- const float,
- float *, const int
-);
-
-void ATL_srefgemvN
-(
- const int, const int,
- const float,
- const float *, const int,
- const float *, const int,
- const float,
- float *, const int
-);
-
-void ATL_srefgemvT
-(
- const int, const int,
- const float,
- const float *, const int,
- const float *, const int,
- const float,
- float *, const int
-);
-
-void ATL_srefgprL
-(
- const int, const int,
- const float,
- const float *, const int,
- const float *, const int,
- float *, const int
-);
-
-void ATL_srefgprU
-(
- const int, const int,
- const float,
- const float *, const int,
- const float *, const int,
- float *, const int
-);
-
-void ATL_srefsbmvL
-(
- const int, const int,
- const float,
- const float *, const int,
- const float *, const int,
- const float,
- float *, const int
-);
-
-void ATL_srefsbmvU
-(
- const int, const int,
- const float,
- const float *, const int,
- const float *, const int,
- const float,
- float *, const int
-);
-
-void ATL_srefspmvL
-(
- const int,
- const float,
- const float *, const int,
- const float *, const int,
- const float,
- float *, const int
-);
-
-void ATL_srefspmvU
-(
- const int,
- const float,
- const float *, const int,
- const float *, const int,
- const float,
- float *, const int
-);
-
-void ATL_srefsprL
-(
- const int,
- const float,
- const float *, const int,
- float *, const int
-);
-
-void ATL_srefsprU
-(
- const int,
- const float,
- const float *, const int,
- float *, const int
-);
-
-void ATL_srefspr2L
-(
- const int,
- const float,
- const float *, const int,
- const float *, const int,
- float *, const int
-);
-
-void ATL_srefspr2U
-(
- const int,
- const float,
- const float *, const int,
- const float *, const int,
- float *, const int
-);
-
-void ATL_srefsymvL
-(
- const int,
- const float,
- const float *, const int,
- const float *, const int,
- const float,
- float *, const int
-);
-
-void ATL_srefsymvU
-(
- const int,
- const float,
- const float *, const int,
- const float *, const int,
- const float,
- float *, const int
-);
-
-void ATL_srefsyrL
-(
- const int,
- const float,
- const float *, const int,
- float *, const int
-);
-
-void ATL_srefsyrU
-(
- const int,
- const float,
- const float *, const int,
- float *, const int
-);
-
-void ATL_srefsyr2L
-(
- const int,
- const float,
- const float *, const int,
- const float *, const int,
- float *, const int
-);
-
-void ATL_srefsyr2U
-(
- const int,
- const float,
- const float *, const int,
- const float *, const int,
- float *, const int
-);
-
-void ATL_sreftbmvLNN
-(
- const int, const int,
- const float *, const int,
- float *, const int
-);
-
-void ATL_sreftbmvLNU
-(
- const int, const int,
- const float *, const int,
- float *, const int
-);
-
-void ATL_sreftbmvLTN
-(
- const int, const int,
- const float *, const int,
- float *, const int
-);
-
-void ATL_sreftbmvLTU
-(
- const int, const int,
- const float *, const int,
- float *, const int
-);
-
-void ATL_sreftbmvUNN
-(
- const int, const int,
- const float *, const int,
- float *, const int
-);
-
-void ATL_sreftbmvUNU
-(
- const int, const int,
- const float *, const int,
- float *, const int
-);
-
-void ATL_sreftbmvUTN
-(
- const int, const int,
- const float *, const int,
- float *, const int
-);
-
-void ATL_sreftbmvUTU
-(
- const int, const int,
- const float *, const int,
- float *, const int
-);
-
-void ATL_sreftpmvLNN
-(
- const int,
- const float *, const int,
- float *, const int
-);
-
-void ATL_sreftpmvLNU
-(
- const int,
- const float *, const int,
- float *, const int
-);
-
-void ATL_sreftpmvLTN
-(
- const int,
- const float *, const int,
- float *, const int
-);
-
-void ATL_sreftpmvLTU
-(
- const int,
- const float *, const int,
- float *, const int
-);
-
-void ATL_sreftpmvUNN
-(
- const int,
- const float *, const int,
- float *, const int
-);
-
-void ATL_sreftpmvUNU
-(
- const int,
- const float *, const int,
- float *, const int
-);
-
-void ATL_sreftpmvUTN
-(
- const int,
- const float *, const int,
- float *, const int
-);
-
-void ATL_sreftpmvUTU
-(
- const int,
- const float *, const int,
- float *, const int
-);
-
-void ATL_sreftrmvLNN
-(
- const int,
- const float *, const int,
- float *, const int
-);
-
-void ATL_sreftrmvLNU
-(
- const int,
- const float *, const int,
- float *, const int
-);
-
-void ATL_sreftrmvLTN
-(
- const int,
- const float *, const int,
- float *, const int
-);
-
-void ATL_sreftrmvLTU
-(
- const int,
- const float *, const int,
- float *, const int
-);
-
-void ATL_sreftrmvUNN
-(
- const int,
- const float *, const int,
- float *, const int
-);
-
-void ATL_sreftrmvUNU
-(
- const int,
- const float *, const int,
- float *, const int
-);
-
-void ATL_sreftrmvUTN
-(
- const int,
- const float *, const int,
- float *, const int
-);
-
-void ATL_sreftrmvUTU
-(
- const int,
- const float *, const int,
- float *, const int
-);
-
-void ATL_sreftbsvLNN
-(
- const int, const int,
- const float *, const int,
- float *, const int
-);
-
-void ATL_sreftbsvLNU
-(
- const int, const int,
- const float *, const int,
- float *, const int
-);
-
-void ATL_sreftbsvLTN
-(
- const int, const int,
- const float *, const int,
- float *, const int
-);
-
-void ATL_sreftbsvLTU
-(
- const int, const int,
- const float *, const int,
- float *, const int
-);
-
-void ATL_sreftbsvUNN
-(
- const int, const int,
- const float *, const int,
- float *, const int
-);
-
-void ATL_sreftbsvUNU
-(
- const int, const int,
- const float *, const int,
- float *, const int
-);
-
-void ATL_sreftbsvUTN
-(
- const int, const int,
- const float *, const int,
- float *, const int
-);
-
-void ATL_sreftbsvUTU
-(
- const int, const int,
- const float *, const int,
- float *, const int
-);
-
-void ATL_sreftpsvLNN
-(
- const int,
- const float *, const int,
- float *, const int
-);
-
-void ATL_sreftpsvLNU
-(
- const int,
- const float *, const int,
- float *, const int
-);
-
-void ATL_sreftpsvLTN
-(
- const int,
- const float *, const int,
- float *, const int
-);
-
-void ATL_sreftpsvLTU
-(
- const int,
- const float *, const int,
- float *, const int
-);
-
-void ATL_sreftpsvUNN
-(
- const int,
- const float *, const int,
- float *, const int
-);
-
-void ATL_sreftpsvUNU
-(
- const int,
- const float *, const int,
- float *, const int
-);
-
-void ATL_sreftpsvUTN
-(
- const int,
- const float *, const int,
- float *, const int
-);
-
-void ATL_sreftpsvUTU
-(
- const int,
- const float *, const int,
- float *, const int
-);
-
-void ATL_sreftrsvLNN
-(
- const int,
- const float *, const int,
- float *, const int
-);
-
-void ATL_sreftrsvLNU
-(
- const int,
- const float *, const int,
- float *, const int
-);
-
-void ATL_sreftrsvLTN
-(
- const int,
- const float *, const int,
- float *, const int
-);
-
-void ATL_sreftrsvLTU
-(
- const int,
- const float *, const int,
- float *, const int
-);
-
-void ATL_sreftrsvUNN
-(
- const int,
- const float *, const int,
- float *, const int
-);
-
-void ATL_sreftrsvUNU
-(
- const int,
- const float *, const int,
- float *, const int
-);
-
-void ATL_sreftrsvUTN
-(
- const int,
- const float *, const int,
- float *, const int
-);
-
-void ATL_sreftrsvUTU
-(
- const int,
- const float *, const int,
- float *, const int
-);
-
-void ATL_drefgbmvN
-(
- const int, const int,
- const int, const int,
- const double,
- const double *, const int,
- const double *, const int,
- const double,
- double *, const int
-);
-
-void ATL_drefgbmvT
-(
- const int, const int,
- const int, const int,
- const double,
- const double *, const int,
- const double *, const int,
- const double,
- double *, const int
-);
-
-void ATL_drefgpmvUN
-(
- const int, const int,
- const double,
- const double *, const int,
- const double *, const int,
- const double,
- double *, const int
-);
-
-void ATL_drefgpmvUT
-(
- const int, const int,
- const double,
- const double *, const int,
- const double *, const int,
- const double,
- double *, const int
-);
-
-void ATL_drefgpmvLN
-(
- const int, const int,
- const double,
- const double *, const int,
- const double *, const int,
- const double,
- double *, const int
-);
-
-void ATL_drefgpmvLT
-(
- const int, const int,
- const double,
- const double *, const int,
- const double *, const int,
- const double,
- double *, const int
-);
-
-void ATL_drefgemvN
-(
- const int, const int,
- const double,
- const double *, const int,
- const double *, const int,
- const double,
- double *, const int
-);
-
-void ATL_drefgemvT
-(
- const int, const int,
- const double,
- const double *, const int,
- const double *, const int,
- const double,
- double *, const int
-);
-
-void ATL_drefgprL
-(
- const int, const int,
- const double,
- const double *, const int,
- const double *, const int,
- double *, const int
-);
-
-void ATL_drefgprU
-(
- const int, const int,
- const double,
- const double *, const int,
- const double *, const int,
- double *, const int
-);
-
-void ATL_drefsbmvL
-(
- const int, const int,
- const double,
- const double *, const int,
- const double *, const int,
- const double,
- double *, const int
-);
-
-void ATL_drefsbmvU
-(
- const int, const int,
- const double,
- const double *, const int,
- const double *, const int,
- const double,
- double *, const int
-);
-
-void ATL_drefspmvL
-(
- const int,
- const double,
- const double *, const int,
- const double *, const int,
- const double,
- double *, const int
-);
-
-void ATL_drefspmvU
-(
- const int,
- const double,
- const double *, const int,
- const double *, const int,
- const double,
- double *, const int
-);
-
-void ATL_drefsprL
-(
- const int,
- const double,
- const double *, const int,
- double *, const int
-);
-
-void ATL_drefsprU
-(
- const int,
- const double,
- const double *, const int,
- double *, const int
-);
-
-void ATL_drefspr2L
-(
- const int,
- const double,
- const double *, const int,
- const double *, const int,
- double *, const int
-);
-
-void ATL_drefspr2U
-(
- const int,
- const double,
- const double *, const int,
- const double *, const int,
- double *, const int
-);
-
-void ATL_drefsymvL
-(
- const int,
- const double,
- const double *, const int,
- const double *, const int,
- const double,
- double *, const int
-);
-
-void ATL_drefsymvU
-(
- const int,
- const double,
- const double *, const int,
- const double *, const int,
- const double,
- double *, const int
-);
-
-void ATL_drefsyrL
-(
- const int,
- const double,
- const double *, const int,
- double *, const int
-);
-
-void ATL_drefsyrU
-(
- const int,
- const double,
- const double *, const int,
- double *, const int
-);
-
-void ATL_drefsyr2L
-(
- const int,
- const double,
- const double *, const int,
- const double *, const int,
- double *, const int
-);
-
-void ATL_drefsyr2U
-(
- const int,
- const double,
- const double *, const int,
- const double *, const int,
- double *, const int
-);
-
-void ATL_dreftbmvLNN
-(
- const int, const int,
- const double *, const int,
- double *, const int
-);
-
-void ATL_dreftbmvLNU
-(
- const int, const int,
- const double *, const int,
- double *, const int
-);
-
-void ATL_dreftbmvLTN
-(
- const int, const int,
- const double *, const int,
- double *, const int
-);
-
-void ATL_dreftbmvLTU
-(
- const int, const int,
- const double *, const int,
- double *, const int
-);
-
-void ATL_dreftbmvUNN
-(
- const int, const int,
- const double *, const int,
- double *, const int
-);
-
-void ATL_dreftbmvUNU
-(
- const int, const int,
- const double *, const int,
- double *, const int
-);
-
-void ATL_dreftbmvUTN
-(
- const int, const int,
- const double *, const int,
- double *, const int
-);
-
-void ATL_dreftbmvUTU
-(
- const int, const int,
- const double *, const int,
- double *, const int
-);
-
-void ATL_dreftpmvLNN
-(
- const int,
- const double *, const int,
- double *, const int
-);
-
-void ATL_dreftpmvLNU
-(
- const int,
- const double *, const int,
- double *, const int
-);
-
-void ATL_dreftpmvLTN
-(
- const int,
- const double *, const int,
- double *, const int
-);
-
-void ATL_dreftpmvLTU
-(
- const int,
- const double *, const int,
- double *, const int
-);
-
-void ATL_dreftpmvUNN
-(
- const int,
- const double *, const int,
- double *, const int
-);
-
-void ATL_dreftpmvUNU
-(
- const int,
- const double *, const int,
- double *, const int
-);
-
-void ATL_dreftpmvUTN
-(
- const int,
- const double *, const int,
- double *, const int
-);
-
-void ATL_dreftpmvUTU
-(
- const int,
- const double *, const int,
- double *, const int
-);
-
-void ATL_dreftrmvLNN
-(
- const int,
- const double *, const int,
- double *, const int
-);
-
-void ATL_dreftrmvLNU
-(
- const int,
- const double *, const int,
- double *, const int
-);
-
-void ATL_dreftrmvLTN
-(
- const int,
- const double *, const int,
- double *, const int
-);
-
-void ATL_dreftrmvLTU
-(
- const int,
- const double *, const int,
- double *, const int
-);
-
-void ATL_dreftrmvUNN
-(
- const int,
- const double *, const int,
- double *, const int
-);
-
-void ATL_dreftrmvUNU
-(
- const int,
- const double *, const int,
- double *, const int
-);
-
-void ATL_dreftrmvUTN
-(
- const int,
- const double *, const int,
- double *, const int
-);
-
-void ATL_dreftrmvUTU
-(
- const int,
- const double *, const int,
- double *, const int
-);
-
-void ATL_dreftbsvLNN
-(
- const int, const int,
- const double *, const int,
- double *, const int
-);
-
-void ATL_dreftbsvLNU
-(
- const int, const int,
- const double *, const int,
- double *, const int
-);
-
-void ATL_dreftbsvLTN
-(
- const int, const int,
- const double *, const int,
- double *, const int
-);
-
-void ATL_dreftbsvLTU
-(
- const int, const int,
- const double *, const int,
- double *, const int
-);
-
-void ATL_dreftbsvUNN
-(
- const int, const int,
- const double *, const int,
- double *, const int
-);
-
-void ATL_dreftbsvUNU
-(
- const int, const int,
- const double *, const int,
- double *, const int
-);
-
-void ATL_dreftbsvUTN
-(
- const int, const int,
- const double *, const int,
- double *, const int
-);
-
-void ATL_dreftbsvUTU
-(
- const int, const int,
- const double *, const int,
- double *, const int
-);
-
-void ATL_dreftpsvLNN
-(
- const int,
- const double *, const int,
- double *, const int
-);
-
-void ATL_dreftpsvLNU
-(
- const int,
- const double *, const int,
- double *, const int
-);
-
-void ATL_dreftpsvLTN
-(
- const int,
- const double *, const int,
- double *, const int
-);
-
-void ATL_dreftpsvLTU
-(
- const int,
- const double *, const int,
- double *, const int
-);
-
-void ATL_dreftpsvUNN
-(
- const int,
- const double *, const int,
- double *, const int
-);
-
-void ATL_dreftpsvUNU
-(
- const int,
- const double *, const int,
- double *, const int
-);
-
-void ATL_dreftpsvUTN
-(
- const int,
- const double *, const int,
- double *, const int
-);
-
-void ATL_dreftpsvUTU
-(
- const int,
- const double *, const int,
- double *, const int
-);
-
-void ATL_dreftrsvLNN
-(
- const int,
- const double *, const int,
- double *, const int
-);
-
-void ATL_dreftrsvLNU
-(
- const int,
- const double *, const int,
- double *, const int
-);
-
-void ATL_dreftrsvLTN
-(
- const int,
- const double *, const int,
- double *, const int
-);
-
-void ATL_dreftrsvLTU
-(
- const int,
- const double *, const int,
- double *, const int
-);
-
-void ATL_dreftrsvUNN
-(
- const int,
- const double *, const int,
- double *, const int
-);
-
-void ATL_dreftrsvUNU
-(
- const int,
- const double *, const int,
- double *, const int
-);
-
-void ATL_dreftrsvUTN
-(
- const int,
- const double *, const int,
- double *, const int
-);
-
-void ATL_dreftrsvUTU
-(
- const int,
- const double *, const int,
- double *, const int
-);
-
-void ATL_crefgbmvN
-(
- const int, const int,
- const int, const int,
- const float *,
- const float *, const int,
- const float *, const int,
- const float *,
- float *, const int
-);
-
-void ATL_crefgbmvT
-(
- const int, const int,
- const int, const int,
- const float *,
- const float *, const int,
- const float *, const int,
- const float *,
- float *, const int
-);
-
-void ATL_crefgbmvC
-(
- const int, const int,
- const int, const int,
- const float *,
- const float *, const int,
- const float *, const int,
- const float *,
- float *, const int
-);
-
-void ATL_crefgbmvH
-(
- const int, const int,
- const int, const int,
- const float *,
- const float *, const int,
- const float *, const int,
- const float *,
- float *, const int
-);
-
-void ATL_crefgpmvUN
-(
- const int, const int,
- const float *,
- const float *, const int,
- const float *, const int,
- const float *,
- float *, const int
-);
-
-void ATL_crefgpmvUT
-(
- const int, const int,
- const float *,
- const float *, const int,
- const float *, const int,
- const float *,
- float *, const int
-);
-
-void ATL_crefgpmvUC
-(
- const int, const int,
- const float *,
- const float *, const int,
- const float *, const int,
- const float *,
- float *, const int
-);
-
-void ATL_crefgpmvUH
-(
- const int, const int,
- const float *,
- const float *, const int,
- const float *, const int,
- const float *,
- float *, const int
-);
-
-void ATL_crefgpmvLN
-(
- const int, const int,
- const float *,
- const float *, const int,
- const float *, const int,
- const float *,
- float *, const int
-);
-
-void ATL_crefgpmvLT
-(
- const int, const int,
- const float *,
- const float *, const int,
- const float *, const int,
- const float *,
- float *, const int
-);
-
-void ATL_crefgpmvLC
-(
- const int, const int,
- const float *,
- const float *, const int,
- const float *, const int,
- const float *,
- float *, const int
-);
-
-void ATL_crefgpmvLH
-(
- const int, const int,
- const float *,
- const float *, const int,
- const float *, const int,
- const float *,
- float *, const int
-);
-
-void ATL_crefgemvN
-(
- const int, const int,
- const float *,
- const float *, const int,
- const float *, const int,
- const float *,
- float *, const int
-);
-
-void ATL_crefgemvT