Searched defs:uplow (Results 1 - 8 of 8) sorted by relevance

/external/cblas/testing/
H A Dc_dblas3.c76 void F77_dsymm(int *order, char *rtlf, char *uplow, int *m, int *n, argument
85 get_uplo_type(uplow,&uplo);
130 void F77_dsyrk(int *order, char *uplow, char *transp, int *n, int *k, argument
139 get_uplo_type(uplow,&uplo);
178 void F77_dsyr2k(int *order, char *uplow, char *transp, int *n, int *k, argument
186 get_uplo_type(uplow,&uplo);
233 void F77_dtrmm(int *order, char *rtlf, char *uplow, char *transp, char *diagn, argument
243 get_uplo_type(uplow,&uplo);
284 void F77_dtrsm(int *order, char *rtlf, char *uplow, char *transp, char *diagn, argument
294 get_uplo_type(uplow,
[all...]
H A Dc_sblas3.c73 void F77_ssymm(int *order, char *rtlf, char *uplow, int *m, int *n, argument
82 get_uplo_type(uplow,&uplo);
127 void F77_ssyrk(int *order, char *uplow, char *transp, int *n, int *k, argument
136 get_uplo_type(uplow,&uplo);
175 void F77_ssyr2k(int *order, char *uplow, char *transp, int *n, int *k, argument
183 get_uplo_type(uplow,&uplo);
230 void F77_strmm(int *order, char *rtlf, char *uplow, char *transp, char *diagn, argument
240 get_uplo_type(uplow,&uplo);
281 void F77_strsm(int *order, char *rtlf, char *uplow, char *transp, char *diagn, argument
291 get_uplo_type(uplow,
[all...]
H A Dc_cblas2.c145 void F77_chemv(int *order, char *uplow, int *n, CBLAS_TEST_COMPLEX *alpha, argument
153 get_uplo_type(uplow,&uplo);
175 void F77_chbmv(int *order, char *uplow, int *n, int *k, argument
185 get_uplo_type(uplow,&uplo);
239 void F77_chpmv(int *order, char *uplow, int *n, CBLAS_TEST_COMPLEX *alpha, argument
247 get_uplo_type(uplow,&uplo);
295 void F77_ctbmv(int *order, char *uplow, char *transp, char *diagn, argument
305 get_uplo_type(uplow,&uplo);
358 void F77_ctbsv(int *order, char *uplow, char *transp, char *diagn, argument
369 get_uplo_type(uplow,
422 F77_ctpmv(int *order, char *uplow, char *transp, char *diagn, int *n, CBLAS_TEST_COMPLEX *ap, CBLAS_TEST_COMPLEX *x, int *incx) argument
477 F77_ctpsv(int *order, char *uplow, char *transp, char *diagn, int *n, CBLAS_TEST_COMPLEX *ap, CBLAS_TEST_COMPLEX *x, int *incx) argument
532 F77_ctrmv(int *order, char *uplow, char *transp, char *diagn, int *n, CBLAS_TEST_COMPLEX *a, int *lda, CBLAS_TEST_COMPLEX *x, int *incx) argument
561 F77_ctrsv(int *order, char *uplow, char *transp, char *diagn, int *n, CBLAS_TEST_COMPLEX *a, int *lda, CBLAS_TEST_COMPLEX *x, int *incx) argument
591 F77_chpr(int *order, char *uplow, int *n, float *alpha, CBLAS_TEST_COMPLEX *x, int *incx, CBLAS_TEST_COMPLEX *ap) argument
666 F77_chpr2(int *order, char *uplow, int *n, CBLAS_TEST_COMPLEX *alpha, CBLAS_TEST_COMPLEX *x, int *incx, CBLAS_TEST_COMPLEX *y, int *incy, CBLAS_TEST_COMPLEX *ap) argument
743 F77_cher(int *order, char *uplow, int *n, float *alpha, CBLAS_TEST_COMPLEX *x, int *incx, CBLAS_TEST_COMPLEX *a, int *lda) argument
775 F77_cher2(int *order, char *uplow, int *n, CBLAS_TEST_COMPLEX *alpha, CBLAS_TEST_COMPLEX *x, int *incx, CBLAS_TEST_COMPLEX *y, int *incy, CBLAS_TEST_COMPLEX *a, int *lda) argument
[all...]
H A Dc_cblas3.c90 void F77_chemm(int *order, char *rtlf, char *uplow, int *m, int *n, argument
100 get_uplo_type(uplow,&uplo);
154 void F77_csymm(int *order, char *rtlf, char *uplow, int *m, int *n, argument
164 get_uplo_type(uplow,&uplo);
209 void F77_cherk(int *order, char *uplow, char *transp, int *n, int *k, argument
218 get_uplo_type(uplow,&uplo);
265 void F77_csyrk(int *order, char *uplow, char *transp, int *n, int *k, argument
274 get_uplo_type(uplow,&uplo);
320 void F77_cher2k(int *order, char *uplow, char *transp, int *n, int *k, argument
329 get_uplo_type(uplow,
384 F77_csyr2k(int *order, char *uplow, char *transp, int *n, int *k, CBLAS_TEST_COMPLEX *alpha, CBLAS_TEST_COMPLEX *a, int *lda, CBLAS_TEST_COMPLEX *b, int *ldb, CBLAS_TEST_COMPLEX *beta, CBLAS_TEST_COMPLEX *c, int *ldc ) argument
448 F77_ctrmm(int *order, char *rtlf, char *uplow, char *transp, char *diagn, int *m, int *n, CBLAS_TEST_COMPLEX *alpha, CBLAS_TEST_COMPLEX *a, int *lda, CBLAS_TEST_COMPLEX *b, int *ldb) argument
507 F77_ctrsm(int *order, char *rtlf, char *uplow, char *transp, char *diagn, int *m, int *n, CBLAS_TEST_COMPLEX *alpha, CBLAS_TEST_COMPLEX *a, int *lda, CBLAS_TEST_COMPLEX *b, int *ldb) argument
[all...]
H A Dc_dblas2.c63 void F77_dtrmv(int *order, char *uplow, char *transp, char *diagn, argument
72 get_uplo_type(uplow,&uplo);
91 void F77_dtrsv(int *order, char *uplow, char *transp, char *diagn, argument
100 get_uplo_type(uplow,&uplo);
115 void F77_dsymv(int *order, char *uplow, int *n, double *alpha, double *a, argument
122 get_uplo_type(uplow,&uplo);
139 void F77_dsyr(int *order, char *uplow, int *n, double *alpha, double *x, argument
145 get_uplo_type(uplow,&uplo);
163 void F77_dsyr2(int *order, char *uplow, int *n, double *alpha, double *x, argument
169 get_uplo_type(uplow,
225 F77_dtbmv(int *order, char *uplow, char *transp, char *diagn, int *n, int *k, double *a, int *lda, double *x, int *incx) argument
271 F77_dtbsv(int *order, char *uplow, char *transp, char *diagn, int *n, int *k, double *a, int *lda, double *x, int *incx) argument
317 F77_dsbmv(int *order, char *uplow, int *n, int *k, double *alpha, double *a, int *lda, double *x, int *incx, double *beta, double *y, int *incy) argument
362 F77_dspmv(int *order, char *uplow, int *n, double *alpha, double *ap, double *x, int *incx, double *beta, double *y, int *incy) argument
400 F77_dtpmv(int *order, char *uplow, char *transp, char *diagn, int *n, double *ap, double *x, int *incx) argument
440 F77_dtpsv(int *order, char *uplow, char *transp, char *diagn, int *n, double *ap, double *x, int *incx) argument
481 F77_dspr(int *order, char *uplow, int *n, double *alpha, double *x, int *incx, double *ap ) argument
533 F77_dspr2(int *order, char *uplow, int *n, double *alpha, double *x, int *incx, double *y, int *incy, double *ap ) argument
[all...]
H A Dc_sblas2.c63 void F77_strmv(int *order, char *uplow, char *transp, char *diagn, argument
72 get_uplo_type(uplow,&uplo);
91 void F77_strsv(int *order, char *uplow, char *transp, char *diagn, argument
100 get_uplo_type(uplow,&uplo);
115 void F77_ssymv(int *order, char *uplow, int *n, float *alpha, float *a, argument
122 get_uplo_type(uplow,&uplo);
139 void F77_ssyr(int *order, char *uplow, int *n, float *alpha, float *x, argument
145 get_uplo_type(uplow,&uplo);
163 void F77_ssyr2(int *order, char *uplow, int *n, float *alpha, float *x, argument
169 get_uplo_type(uplow,
225 F77_stbmv(int *order, char *uplow, char *transp, char *diagn, int *n, int *k, float *a, int *lda, float *x, int *incx) argument
271 F77_stbsv(int *order, char *uplow, char *transp, char *diagn, int *n, int *k, float *a, int *lda, float *x, int *incx) argument
317 F77_ssbmv(int *order, char *uplow, int *n, int *k, float *alpha, float *a, int *lda, float *x, int *incx, float *beta, float *y, int *incy) argument
362 F77_sspmv(int *order, char *uplow, int *n, float *alpha, float *ap, float *x, int *incx, float *beta, float *y, int *incy) argument
399 F77_stpmv(int *order, char *uplow, char *transp, char *diagn, int *n, float *ap, float *x, int *incx) argument
438 F77_stpsv(int *order, char *uplow, char *transp, char *diagn, int *n, float *ap, float *x, int *incx) argument
478 F77_sspr(int *order, char *uplow, int *n, float *alpha, float *x, int *incx, float *ap ) argument
529 F77_sspr2(int *order, char *uplow, int *n, float *alpha, float *x, int *incx, float *y, int *incy, float *ap ) argument
[all...]
H A Dc_zblas2.c145 void F77_zhemv(int *order, char *uplow, int *n, CBLAS_TEST_ZOMPLEX *alpha, argument
153 get_uplo_type(uplow,&uplo);
175 void F77_zhbmv(int *order, char *uplow, int *n, int *k, argument
185 get_uplo_type(uplow,&uplo);
239 void F77_zhpmv(int *order, char *uplow, int *n, CBLAS_TEST_ZOMPLEX *alpha, argument
247 get_uplo_type(uplow,&uplo);
295 void F77_ztbmv(int *order, char *uplow, char *transp, char *diagn, argument
305 get_uplo_type(uplow,&uplo);
358 void F77_ztbsv(int *order, char *uplow, char *transp, char *diagn, argument
369 get_uplo_type(uplow,
422 F77_ztpmv(int *order, char *uplow, char *transp, char *diagn, int *n, CBLAS_TEST_ZOMPLEX *ap, CBLAS_TEST_ZOMPLEX *x, int *incx) argument
477 F77_ztpsv(int *order, char *uplow, char *transp, char *diagn, int *n, CBLAS_TEST_ZOMPLEX *ap, CBLAS_TEST_ZOMPLEX *x, int *incx) argument
532 F77_ztrmv(int *order, char *uplow, char *transp, char *diagn, int *n, CBLAS_TEST_ZOMPLEX *a, int *lda, CBLAS_TEST_ZOMPLEX *x, int *incx) argument
561 F77_ztrsv(int *order, char *uplow, char *transp, char *diagn, int *n, CBLAS_TEST_ZOMPLEX *a, int *lda, CBLAS_TEST_ZOMPLEX *x, int *incx) argument
591 F77_zhpr(int *order, char *uplow, int *n, double *alpha, CBLAS_TEST_ZOMPLEX *x, int *incx, CBLAS_TEST_ZOMPLEX *ap) argument
666 F77_zhpr2(int *order, char *uplow, int *n, CBLAS_TEST_ZOMPLEX *alpha, CBLAS_TEST_ZOMPLEX *x, int *incx, CBLAS_TEST_ZOMPLEX *y, int *incy, CBLAS_TEST_ZOMPLEX *ap) argument
743 F77_zher(int *order, char *uplow, int *n, double *alpha, CBLAS_TEST_ZOMPLEX *x, int *incx, CBLAS_TEST_ZOMPLEX *a, int *lda) argument
775 F77_zher2(int *order, char *uplow, int *n, CBLAS_TEST_ZOMPLEX *alpha, CBLAS_TEST_ZOMPLEX *x, int *incx, CBLAS_TEST_ZOMPLEX *y, int *incy, CBLAS_TEST_ZOMPLEX *a, int *lda) argument
[all...]
H A Dc_zblas3.c90 void F77_zhemm(int *order, char *rtlf, char *uplow, int *m, int *n, argument
100 get_uplo_type(uplow,&uplo);
154 void F77_zsymm(int *order, char *rtlf, char *uplow, int *m, int *n, argument
164 get_uplo_type(uplow,&uplo);
209 void F77_zherk(int *order, char *uplow, char *transp, int *n, int *k, argument
218 get_uplo_type(uplow,&uplo);
265 void F77_zsyrk(int *order, char *uplow, char *transp, int *n, int *k, argument
274 get_uplo_type(uplow,&uplo);
320 void F77_zher2k(int *order, char *uplow, char *transp, int *n, int *k, argument
329 get_uplo_type(uplow,
384 F77_zsyr2k(int *order, char *uplow, char *transp, int *n, int *k, CBLAS_TEST_ZOMPLEX *alpha, CBLAS_TEST_ZOMPLEX *a, int *lda, CBLAS_TEST_ZOMPLEX *b, int *ldb, CBLAS_TEST_ZOMPLEX *beta, CBLAS_TEST_ZOMPLEX *c, int *ldc ) argument
448 F77_ztrmm(int *order, char *rtlf, char *uplow, char *transp, char *diagn, int *m, int *n, CBLAS_TEST_ZOMPLEX *alpha, CBLAS_TEST_ZOMPLEX *a, int *lda, CBLAS_TEST_ZOMPLEX *b, int *ldb) argument
507 F77_ztrsm(int *order, char *rtlf, char *uplow, char *transp, char *diagn, int *m, int *n, CBLAS_TEST_ZOMPLEX *alpha, CBLAS_TEST_ZOMPLEX *a, int *lda, CBLAS_TEST_ZOMPLEX *b, int *ldb) argument
[all...]

Completed in 149 milliseconds