OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:F77_ztpsv
(Results
1 - 4
of
4
) sorted by null
/external/cblas/src/
cblas_ztpsv.c
72
F77_ztpsv
( F77_UL, F77_TA, F77_DI, &F77_N, Ap, X, &F77_incX);
138
F77_ztpsv
( F77_UL, F77_TA, F77_DI, &F77_N, Ap, X,&F77_incX);
/external/cblas/testing/
cblas_test.h
148
#define
F77_ztpsv
cztpsv_
309
#define
F77_ztpsv
CZTPSV
470
#define
F77_ztpsv
cztpsv
c_zblas2.c
477
void
F77_ztpsv
(int *order, char *uplow, char *transp, char *diagn,
/external/cblas/include/
cblas_f77.h
141
#define
F77_ztpsv
ztpsv_
332
void
F77_ztpsv
( FCHAR, FCHAR, FCHAR, FINT, const void *, void *,FINT);
Completed in 37 milliseconds