Home | History | Annotate | Download | only in BLAS

Lines Matching refs:N2

67     int N2 = N*N;
68 BLAS_FUNC(copy)(&N2, X, &intone, C, &intone);
76 int N2 = N*N;
77 BLAS_FUNC(copy)(&N2, X, &intone, C, &intone);
102 int N2 = N*N;
103 BLAS_FUNC(copy)(&N2, X, &intone, C, &intone);
115 int N2 = N*N;
117 BLAS_FUNC(copy)(&N2, X, &inc, C, &inc);
131 int N2 = N*N;
133 BLAS_FUNC(copy)(&N2, X, &inc, C, &inc);