Searched refs:F77_zhpr (Results 1 – 4 of 4) sorted by relevance
/external/cblas/src/ |
D | cblas_zhpr.c | 52 F77_zhpr(F77_UL, &F77_N, &alpha, X, &F77_incX, A); in cblas_zhpr() 101 F77_zhpr(F77_UL, &F77_N, &alpha, x, &F77_incX, A); in cblas_zhpr()
|
/external/cblas/testing/ |
D | cblas_test.h | 114 #define F77_zhpr czhpr_ macro 275 #define F77_zhpr CZHPR macro 436 #define F77_zhpr czhpr macro
|
D | c_zblas2.c | 591 void F77_zhpr(int *order, char *uplow, int *n, double *alpha, in F77_zhpr() function
|
/external/cblas/include/ |
D | cblas_f77.h | 107 #define F77_zhpr zhpr_ macro 337 void F77_zhpr(FCHAR, FINT, const double *, const void *, FINT, void *);
|