OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:F77_stpmv
(Results
1 - 4
of
4
) sorted by null
/external/cblas/src/
cblas_stpmv.c
71
F77_stpmv
( F77_UL, F77_TA, F77_DI, &F77_N, Ap, X, &F77_incX);
112
F77_stpmv
( F77_UL, F77_TA, F77_DI, &F77_N, Ap, X,&F77_incX);
/external/cblas/testing/
cblas_test.h
121
#define
F77_stpmv
cstpmv_
282
#define
F77_stpmv
CSTPMV
443
#define
F77_stpmv
cstpmv
c_sblas2.c
399
void
F77_stpmv
(int *order, char *uplow, char *transp, char *diagn,
/external/cblas/include/
cblas_f77.h
114
#define
F77_stpmv
stpmv_
273
void
F77_stpmv
( FCHAR, FCHAR, FCHAR, FINT, const float *, float *, FINT);
Completed in 47 milliseconds