Source position: cblas.pas line 553
procedure cblas_ssyr(
Order: CBLAS_ORDER;
Uplo: CBLAS_UPLO;
N: SInt32;
alpha: Float32;
X: Float32Ptr;
incX: SInt32;
A: Float32Ptr;
lda: SInt32
);