Skip to content

Commit

Permalink
Merge branch 'xiaoyeli:master' into feature/cmake-test-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
gruenich authored Sep 20, 2023
2 parents e716004 + 2c8ef7d commit ef022e3
Show file tree
Hide file tree
Showing 367 changed files with 2,361 additions and 2,027 deletions.
8 changes: 4 additions & 4 deletions CBLAS/caxpy.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@

#include "f2c.h"

/* Subroutine */ int caxpy_(integer *n, complex *ca, complex *cx, integer *
incx, complex *cy, integer *incy)
/* Subroutine */ int caxpy_(integer *n, singlecomplex *ca, singlecomplex *cx, integer *
incx, singlecomplex *cy, integer *incy)
{


/* System generated locals */

real r__1, r__2;
complex q__1, q__2;
singlecomplex q__1, q__2;

/* Builtin functions */
double r_imag(complex *);
double r_imag(singlecomplex *);

/* Local variables */
integer i, ix, iy;
Expand Down
2 changes: 1 addition & 1 deletion CBLAS/ccopy.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#include "f2c.h"

/* Subroutine */ int ccopy_(integer *n, complex *cx, integer *incx, complex *
/* Subroutine */ int ccopy_(integer *n, singlecomplex *cx, integer *incx, singlecomplex *
cy, integer *incy)
{

Expand Down
10 changes: 5 additions & 5 deletions CBLAS/cdotc.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@

#include "f2c.h"

/* Complex */ VOID cdotc_(complex * ret_val, integer *n, complex *cx, integer
*incx, complex *cy, integer *incy)
/* Complex */ VOID cdotc_(singlecomplex * ret_val, integer *n, singlecomplex *cx, integer
*incx, singlecomplex *cy, integer *incy)
{
/* System generated locals */

complex q__1, q__2, q__3;
singlecomplex q__1, q__2, q__3;

/* Builtin functions */
void r_cnjg(complex *, complex *);
void r_cnjg(singlecomplex *, singlecomplex *);

/* Local variables */
integer i;
complex ctemp;
singlecomplex ctemp;
integer ix, iy;


Expand Down
12 changes: 6 additions & 6 deletions CBLAS/cgemv.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@
#include <string.h>
#include "f2c.h"

/* Subroutine */ int cgemv_(char *trans, integer *m, integer *n, complex *
alpha, complex *a, integer *lda, complex *x, integer *incx, complex *
beta, complex *y, integer *incy)
/* Subroutine */ int cgemv_(char *trans, integer *m, integer *n, singlecomplex *
alpha, singlecomplex *a, integer *lda, singlecomplex *x, integer *incx, singlecomplex *
beta, singlecomplex *y, integer *incy)
{


/* System generated locals */

complex q__1, q__2, q__3;
singlecomplex q__1, q__2, q__3;

/* Builtin functions */
void r_cnjg(complex *, complex *);
void r_cnjg(singlecomplex *, singlecomplex *);

/* Local variables */
integer info;
complex temp;
singlecomplex temp;
integer lenx, leny, i, j;
integer ix, iy, jx, jy, kx, ky;
logical noconj;
Expand Down
10 changes: 5 additions & 5 deletions CBLAS/cgerc.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@

#include "f2c.h"

/* Subroutine */ int cgerc_(integer *m, integer *n, complex *alpha, complex *
x, integer *incx, complex *y, integer *incy, complex *a, integer *lda)
/* Subroutine */ int cgerc_(integer *m, integer *n, singlecomplex *alpha, singlecomplex *
x, integer *incx, singlecomplex *y, integer *incy, singlecomplex *a, integer *lda)
{


/* System generated locals */

complex q__1, q__2;
singlecomplex q__1, q__2;

/* Builtin functions */
void r_cnjg(complex *, complex *);
void r_cnjg(singlecomplex *, singlecomplex *);

/* Local variables */
integer info;
complex temp;
singlecomplex temp;
integer i, j, ix, jy, kx;

extern int input_error(char *, int *);
Expand Down
10 changes: 5 additions & 5 deletions CBLAS/chemv.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@
#include <string.h>
#include "f2c.h"

/* Subroutine */ int chemv_(char *uplo, integer *n, complex *alpha, complex *
a, integer *lda, complex *x, integer *incx, complex *beta, complex *y,
/* Subroutine */ int chemv_(char *uplo, integer *n, singlecomplex *alpha, singlecomplex *
a, integer *lda, singlecomplex *x, integer *incx, singlecomplex *beta, singlecomplex *y,
integer *incy)
{


/* System generated locals */

doublereal d__1;
complex q__1, q__2, q__3, q__4;
singlecomplex q__1, q__2, q__3, q__4;

/* Builtin functions */
void r_cnjg(complex *, complex *);
void r_cnjg(singlecomplex *, singlecomplex *);

/* Local variables */
integer info;
complex temp1, temp2;
singlecomplex temp1, temp2;
integer i, j;
integer ix, iy, jx, jy, kx, ky;

Expand Down
10 changes: 5 additions & 5 deletions CBLAS/cher2.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@
#include <string.h>
#include "f2c.h"

/* Subroutine */ int cher2_(char *uplo, integer *n, complex *alpha, complex *
x, integer *incx, complex *y, integer *incy, complex *a, integer *lda)
/* Subroutine */ int cher2_(char *uplo, integer *n, singlecomplex *alpha, singlecomplex *
x, integer *incx, singlecomplex *y, integer *incy, singlecomplex *a, integer *lda)
{


/* System generated locals */

doublereal d__1;
complex q__1, q__2, q__3, q__4;
singlecomplex q__1, q__2, q__3, q__4;

/* Builtin functions */
void r_cnjg(complex *, complex *);
void r_cnjg(singlecomplex *, singlecomplex *);

/* Local variables */
integer info;
complex temp1, temp2;
singlecomplex temp1, temp2;
integer i, j;
integer ix, iy, jx, jy, kx, ky;

Expand Down
Loading

0 comments on commit ef022e3

Please sign in to comment.