Searched refs:F77_chpr2 (Results 1 – 4 of 4) sorted by relevance
/external/cblas/src/ |
D | cblas_chpr2.c | 55 F77_chpr2(F77_UL, &F77_N, alpha, X, &F77_incX, Y, &F77_incY, Ap); in cblas_chpr2() 134 F77_chpr2(F77_UL, &F77_N, alpha, y, &F77_incY, x, &F77_incX, Ap); in cblas_chpr2()
|
/external/cblas/testing/ |
D | cblas_test.h | 107 #define F77_chpr2 cchpr2_ macro 268 #define F77_chpr2 CCHPR2 macro 429 #define F77_chpr2 cchpr2 macro
|
D | c_cblas2.c | 666 void F77_chpr2(int *order, char *uplow, int *n, CBLAS_TEST_COMPLEX *alpha, in F77_chpr2() function
|
/external/cblas/include/ |
D | cblas_f77.h | 100 #define F77_chpr2 chpr2_ macro 318 void F77_chpr2(FCHAR, FINT, const float *, const void *, FINT, const void *, FINT, void *);
|