Lines Matching defs:aN
11 * distributed under the License is distributed on an "AS IS" BASIS,
187 * Create an intrinsic to access BLAS subroutines.
400 * but only the region M*(KL+KU+1) will be referenced. The following subroutine can is an
435 * but only the region M*(KL+KU+1) will be referenced. The following subroutine can is an
470 * but only the region M*(KL+KU+1) will be referenced. The following subroutine can is an
505 * but only the region M*(KL+KU+1) will be referenced. The following subroutine can is an
596 * @param Uplo Specifies whether the matrix is an upper or lower triangular matrix.
615 * @param Uplo Specifies whether the matrix is an upper or lower triangular matrix.
634 * @param Uplo Specifies whether the matrix is an upper or lower triangular matrix.
653 * @param Uplo Specifies whether the matrix is an upper or lower triangular matrix.
673 * but only the region N*(K+1) will be referenced. The following subroutine can is an
679 * @param Uplo Specifies whether the matrix is an upper or lower triangular matrix.
704 * but only the region N*(K+1) will be referenced. The following subroutine can is an
710 * @param Uplo Specifies whether the matrix is an upper or lower triangular matrix.
735 * but only the region N*(K+1) will be referenced. The following subroutine can is an
741 * @param Uplo Specifies whether the matrix is an upper or lower triangular matrix.
766 * but only the region N*(K+1) will be referenced. The following subroutine can is an
772 * @param Uplo Specifies whether the matrix is an upper or lower triangular matrix.
797 * The following subroutine can is an example showing how to convert a UPPER trianglar matrix
804 * @param Uplo Specifies whether the matrix is an upper or lower triangular matrix.
823 * The following subroutine can is an example showing how to convert a UPPER trianglar matrix
830 * @param Uplo Specifies whether the matrix is an upper or lower triangular matrix.
849 * The following subroutine can is an example showing how to convert a UPPER trianglar matrix
856 * @param Uplo Specifies whether the matrix is an upper or lower triangular matrix.
875 * The following subroutine can is an example showing how to convert a UPPER trianglar matrix
882 * @param Uplo Specifies whether the matrix is an upper or lower triangular matrix.
900 * @param Uplo Specifies whether the matrix is an upper or lower triangular matrix.
921 * @param Uplo Specifies whether the matrix is an upper or lower triangular matrix.
942 * @param Uplo Specifies whether the matrix is an upper or lower triangular matrix.
963 * @param Uplo Specifies whether the matrix is an upper or lower triangular matrix.
985 * but only the region N*(K+1) will be referenced. The following subroutine can is an
991 * @param Uplo Specifies whether the matrix is an upper or lower triangular matrix.
1016 * but only the region N*(K+1) will be referenced. The following subroutine can is an
1022 * @param Uplo Specifies whether the matrix is an upper or lower triangular matrix.
1047 * but only the region N*(K+1) will be referenced. The following subroutine can is an
1053 * @param Uplo Specifies whether the matrix is an upper or lower triangular matrix.
1078 * but only the region N*(K+1) will be referenced. The following subroutine can is an
1084 * @param Uplo Specifies whether the matrix is an upper or lower triangular matrix.
1109 * The following subroutine can is an example showing how to convert a UPPER trianglar matrix
1116 * @param Uplo Specifies whether the matrix is an upper or lower triangular matrix.
1136 * The following subroutine can is an example showing how to convert a UPPER trianglar matrix
1143 * @param Uplo Specifies whether the matrix is an upper or lower triangular matrix.
1163 * The following subroutine can is an example showing how to convert a UPPER trianglar matrix
1170 * @param Uplo Specifies whether the matrix is an upper or lower triangular matrix.
1190 * The following subroutine can is an example showing how to convert a UPPER trianglar matrix
1197 * @param Uplo Specifies whether the matrix is an upper or lower triangular matrix.
1444 * but only the region N*(K+1) will be referenced. The following subroutine can is an
1476 * The following subroutine can is an example showing how to convert a UPPER trianglar matrix
1541 * The following subroutine can is an example showing how to convert a UPPER trianglar matrix
1585 * The following subroutine can is an example showing how to convert a UPPER trianglar matrix
1632 * but only the region N*(K+1) will be referenced. The following subroutine can is an
1664 * The following subroutine can is an example showing how to convert a UPPER trianglar matrix
1729 * The following subroutine can is an example showing how to convert a UPPER trianglar matrix
1773 * The following subroutine can is an example showing how to convert a UPPER trianglar matrix
1852 * but only the region N*(K+1) will be referenced. The following subroutine can is an
1884 * The following subroutine can is an example showing how to convert a UPPER trianglar matrix
1972 * The following subroutine can is an example showing how to convert a UPPER trianglar matrix
2018 * The following subroutine can is an example showing how to convert a UPPER trianglar matrix
2067 * but only the region N*(K+1) will be referenced. The following subroutine can is an
2099 * The following subroutine can is an example showing how to convert a UPPER trianglar matrix
2187 * The following subroutine can is an example showing how to convert a UPPER trianglar matrix
2233 * The following subroutine can is an example showing how to convert a UPPER trianglar matrix
2260 int aM = -1, aN = -1, bM = -1, bN = -1, cM = -1, cN = -1;
2283 aN = B.getType().getX();
2288 aN = A.getType().getY();
2292 aN = A.getType().getX();
2306 if (aN != bM || aM != cM || bN != cN) {
2319 if (aN != bM) {
2816 int aM = -1, aN = -1, bM = -1, bN = -1;
2823 aN = A.getType().getX();
2824 if (aM != aN) {
2831 if (aN != bM) {