Searched refs:F77_cher2 (Results 1 – 4 of 4) sorted by relevance
/external/cblas/src/ |
D | cblas_cher2.c | 55 F77_cher2(F77_UL, &F77_N, alpha, X, &F77_incX, in cblas_cher2() 135 F77_cher2(F77_UL, &F77_N, alpha, y, &F77_incY, x, in cblas_cher2()
|
/external/cblas/testing/ |
D | cblas_test.h | 106 #define F77_cher2 ccher2_ macro 267 #define F77_cher2 CCHER2 macro 428 #define F77_cher2 ccher2 macro
|
D | c_cblas2.c | 775 void F77_cher2(int *order, char *uplow, int *n, CBLAS_TEST_COMPLEX *alpha, in F77_cher2() function
|
/external/cblas/include/ |
D | cblas_f77.h | 99 #define F77_cher2 cher2_ macro 316 void F77_cher2(FCHAR, FINT, const void *, const void *, FINT, const void *, FINT, void *, FINT);
|