Home
last modified time | relevance | path

Searched refs:notrans (Results 1 – 7 of 7) sorted by relevance

/external/eigen/bench/btl/libs/BLAS/
Dblas_interface_impl.hh18 BLAS_FUNC(gemv)(&notrans,&N,&N,&fone,A,&N,B,&intone,&fzero,X,&intone); in matrix_vector_product()
42 BLAS_FUNC(gemm)(&notrans,&notrans,&N,&N,&N,&fone,A,&N,B,&N,&fzero,X,&N); in matrix_matrix_product()
46 BLAS_FUNC(gemm)(&notrans,&notrans,&N,&N,&N,&fone,A,&N,B,&N,&fzero,X,&N); in transposed_matrix_matrix_product()
54 BLAS_FUNC(syrk)(&lower,&notrans,&N,&N,&fone,A,&N,&fzero,X,&N); in aat_product()
86 BLAS_FUNC(trsv)(&lower, &notrans, &nonunit, &N, L, &N, X, &intone); in trisolve_lower()
91 BLAS_FUNC(trsm)(&right, &lower, &notrans, &nonunit, &N, &N, &fone, L, &N, X, &N); in trisolve_lower_matrix()
95 BLAS_FUNC(trmm)(&left, &lower, &notrans,&nonunit, &N,&N,&fone,A,&N,B,&N); in trmm()
Dblas_interface.hh57 static char notrans = 'N'; variable
/external/eigen/bench/
Dbench_gemm.cpp54 static char notrans = 'N'; variable
66 sgemm_(&notrans,&notrans,&M,&N,&K,&fone, in blas_gemm()
77 dgemm_(&notrans,&notrans,&M,&N,&K,&done, in blas_gemm()
88 cgemm_(&notrans,&notrans,&M,&N,&K,(float*)&cfone, in blas_gemm()
99 zgemm_(&notrans,&notrans,&M,&N,&K,(double*)&cdone, in blas_gemm()
/external/selinux/libselinux/utils/
Dmatchpathcon.c72 int notrans = 0; in main() local
95 notrans = 1; in main()
177 if (notrans) in main()
/external/selinux/libselinux/src/
Dmatchpathcon.c147 static __thread int notrans; variable
159 notrans = flags & MATCHPATHCON_NOTRANS; in set_matchpathcon_flags()
447 return notrans ? in matchpathcon()
/external/libpng/contrib/gregbook/
DREADME180 wpng -time < toucan-notrans.ppm > toucan-notrans.png
/external/ipsec-tools/src/racoon/
Dipsec_doi.c1389 int notrans, nprop; local
1400 notrans = nprop = 0;
1403 notrans++;
1420 notrans++;
1424 if (notrans) {