Searched refs:F77_cgerc (Results 1 – 4 of 4) sorted by relevance
/external/cblas/testing/ |
D | cblas_test.h | 103 #define F77_cgerc ccgerc_ macro 264 #define F77_cgerc CCGERC macro 425 #define F77_cgerc ccgerc macro
|
D | c_cblas2.c | 117 void F77_cgerc(int *order, int *m, int *n, CBLAS_TEST_COMPLEX *alpha, in F77_cgerc() function
|
/external/cblas/src/ |
D | cblas_cgerc.c | 36 F77_cgerc( &F77_M, &F77_N, alpha, X, &F77_incX, Y, &F77_incY, A, in cblas_cgerc()
|
/external/cblas/include/ |
D | cblas_f77.h | 96 #define F77_cgerc cgerc_ macro 313 void F77_cgerc( FINT, FINT, const void *, const void *, FINT, const void *, FINT, void *, FINT);
|