OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:F77_dtpsv
(Results
1 - 3
of
3
) sorted by null
/external/cblas/testing/
c_dblas2.c
440
void
F77_dtpsv
(int *order, char *uplow, char *transp, char *diagn,
cblas_test.h
132
#define
F77_dtpsv
cdtpsv_
293
#define
F77_dtpsv
CDTPSV
454
#define
F77_dtpsv
cdtpsv
/external/cblas/include/
cblas_f77.h
125
#define
F77_dtpsv
dtpsv_
293
void
F77_dtpsv
( FCHAR, FCHAR, FCHAR, FINT, const double *, double *, FINT);
Completed in 246 milliseconds