OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:F77_zhpr
(Results
1 - 4
of
4
) sorted by null
/external/cblas/src/
cblas_zhpr.c
52
F77_zhpr
(F77_UL, &F77_N, &alpha, X, &F77_incX, A);
101
F77_zhpr
(F77_UL, &F77_N, &alpha, x, &F77_incX, A);
/external/cblas/testing/
cblas_test.h
114
#define
F77_zhpr
czhpr_
275
#define
F77_zhpr
CZHPR
436
#define
F77_zhpr
czhpr
c_zblas2.c
591
void
F77_zhpr
(int *order, char *uplow, int *n, double *alpha,
/external/cblas/include/
cblas_f77.h
107
#define
F77_zhpr
zhpr_
337
void
F77_zhpr
(FCHAR, FINT, const double *, const void *, FINT, void *);
Completed in 300 milliseconds