OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:F77_ssyr2
(Results
1 - 3
of
3
) sorted by null
/external/cblas/testing/
c_sblas2.c
163
void
F77_ssyr2
(int *order, char *uplow, int *n, float *alpha, float *x,
cblas_test.h
89
#define
F77_ssyr2
cssyr2_
250
#define
F77_ssyr2
CSSYR2
411
#define
F77_ssyr2
cssyr2
/external/cblas/include/
cblas_f77.h
82
#define
F77_ssyr2
ssyr2_
279
void
F77_ssyr2
(FCHAR, FINT, const float *, const float *, FINT, const float *, FINT, float *, FINT);
Completed in 81 milliseconds