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()
87 BLAS_FUNC(trsv)(&lower, &notrans, &nonunit, &N, L, &N, X, &intone); in trisolve_lower()
92 BLAS_FUNC(trsm)(&right, &lower, &notrans, &nonunit, &N, &N, &fone, L, &N, X, &N); in trisolve_lower_matrix()
96 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.cpp38 static char notrans = 'N'; variable
50 sgemm_(&notrans,&notrans,&M,&N,&K,&fone, in blas_gemm()
61 dgemm_(&notrans,&notrans,&M,&N,&K,&done, in blas_gemm()
72 cgemm_(&notrans,&notrans,&M,&N,&K,(float*)&cfone, in blas_gemm()
83 zgemm_(&notrans,&notrans,&M,&N,&K,(double*)&cdone, in blas_gemm()
/external/selinux/libselinux/utils/
Dmatchpathcon.c73 int notrans = 0; in main() local
96 notrans = 1; in main()
178 if (notrans) in main()
/external/selinux/libselinux/src/
Dmatchpathcon.c119 static __thread int notrans; variable
131 notrans = flags & MATCHPATHCON_NOTRANS; in set_matchpathcon_flags()
425 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) {