OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:F77_dsyr2
(Results
1 - 3
of
3
) sorted by null
/external/cblas/testing/
c_dblas2.c
163
void
F77_dsyr2
(int *order, char *uplow, int *n, double *alpha, double *x,
cblas_test.h
97
#define
F77_dsyr2
cdsyr2_
258
#define
F77_dsyr2
CDSYR2
419
#define
F77_dsyr2
cdsyr2
/external/cblas/include/
cblas_f77.h
90
#define
F77_dsyr2
dsyr2_
298
void
F77_dsyr2
(FCHAR, FINT, const double *, const double *, FINT, const double *, FINT, double *, FINT);
Completed in 541 milliseconds