Home
last modified time | relevance | path

Searched refs:F77_cher (Results 1 – 4 of 4) sorted by relevance

/external/cblas/src/
Dcblas_cher.c53 F77_cher(F77_UL, &F77_N, &alpha, X, &F77_incX, A, &F77_lda); in cblas_cher()
102 F77_cher(F77_UL, &F77_N, &alpha, x, &F77_incX, A, &F77_lda); in cblas_cher()
/external/cblas/testing/
Dcblas_test.h104 #define F77_cher ccher_ macro
265 #define F77_cher CCHER macro
426 #define F77_cher ccher macro
Dc_cblas2.c743 void F77_cher(int *order, char *uplow, int *n, float *alpha, in F77_cher() function
/external/cblas/include/
Dcblas_f77.h97 #define F77_cher cher_ macro
315 void F77_cher(FCHAR, FINT, const float *, const void *, FINT, void *, FINT);