OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:F77_cscal
(Results
1 - 4
of
4
) sorted by null
/external/cblas/src/
cblas_cscal.c
20
F77_cscal
( &F77_N, alpha, X, &F77_incX);
/external/cblas/testing/
c_cblas1.c
39
void
F77_cscal
(const int *N, const void * *alpha, void *X,
cblas_test.h
59
#define
F77_cscal
cscaltest_
220
#define
F77_cscal
CSCALTEST
381
#define
F77_cscal
cscaltest
/external/cblas/include/
cblas_f77.h
42
#define
F77_cscal
cscal_
232
void
F77_cscal
( FINT, const void *, void *, FINT);
Completed in 838 milliseconds