Skip to content

Commit

Permalink
fix typedef of logical to support INTERFACE64
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Apr 3, 2024
1 parent 0d33422 commit b0973a9
Show file tree
Hide file tree
Showing 60 changed files with 180 additions and 180 deletions.
6 changes: 3 additions & 3 deletions lapack-netlib/SRC/iparam2stage.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;

typedef char logical1;
typedef char integer1;

Expand Down Expand Up @@ -261,7 +261,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1

#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else
Expand Down
6 changes: 3 additions & 3 deletions lapack-netlib/SRC/iparmq.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;

typedef char logical1;
typedef char integer1;

Expand Down Expand Up @@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1

#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else
Expand Down
6 changes: 3 additions & 3 deletions lapack-netlib/SRC/izmax1.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;

typedef char logical1;
typedef char integer1;

Expand Down Expand Up @@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1

#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else
Expand Down
6 changes: 3 additions & 3 deletions lapack-netlib/SRC/lsamen.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;

typedef char logical1;
typedef char integer1;

Expand Down Expand Up @@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1

#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else
Expand Down
6 changes: 3 additions & 3 deletions lapack-netlib/SRC/sbbcsd.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;

typedef char logical1;
typedef char integer1;

Expand Down Expand Up @@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1

#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else
Expand Down
6 changes: 3 additions & 3 deletions lapack-netlib/SRC/sbdsdc.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;

typedef char logical1;
typedef char integer1;

Expand Down Expand Up @@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1

#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else
Expand Down
6 changes: 3 additions & 3 deletions lapack-netlib/SRC/sbdsqr.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;

typedef char logical1;
typedef char integer1;

Expand Down Expand Up @@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1

#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else
Expand Down
6 changes: 3 additions & 3 deletions lapack-netlib/SRC/sbdsvdx.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;

typedef char logical1;
typedef char integer1;

Expand Down Expand Up @@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1

#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else
Expand Down
6 changes: 3 additions & 3 deletions lapack-netlib/SRC/scombssq.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;

typedef char logical1;
typedef char integer1;

Expand Down Expand Up @@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1

#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else
Expand Down
6 changes: 3 additions & 3 deletions lapack-netlib/SRC/scsum1.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;

typedef char logical1;
typedef char integer1;

Expand Down Expand Up @@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1

#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else
Expand Down
6 changes: 3 additions & 3 deletions lapack-netlib/SRC/sdisna.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;

typedef char logical1;
typedef char integer1;

Expand Down Expand Up @@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1

#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else
Expand Down
6 changes: 3 additions & 3 deletions lapack-netlib/SRC/sgbequb.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;

typedef char logical1;
typedef char integer1;

Expand Down Expand Up @@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1

#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else
Expand Down
6 changes: 3 additions & 3 deletions lapack-netlib/SRC/sgbrfsx.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ static inline _Complex float * _pCf(complex *z) {return (_Complex float*)z;}
static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*)z;}
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;

typedef char logical1;
typedef char integer1;

Expand Down Expand Up @@ -257,7 +257,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1

#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else
Expand Down
6 changes: 3 additions & 3 deletions lapack-netlib/SRC/sgbsvxx.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;

typedef char logical1;
typedef char integer1;

Expand Down Expand Up @@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1

#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else
Expand Down
6 changes: 3 additions & 3 deletions lapack-netlib/SRC/sgedmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;

typedef char logical1;
typedef char integer1;

Expand Down Expand Up @@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1

#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else
Expand Down
6 changes: 3 additions & 3 deletions lapack-netlib/SRC/sgedmdq.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;

typedef char logical1;
typedef char integer1;

Expand Down Expand Up @@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1

#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else
Expand Down
6 changes: 3 additions & 3 deletions lapack-netlib/SRC/sgeequb.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;

typedef char logical1;
typedef char integer1;

Expand Down Expand Up @@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1

#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else
Expand Down
6 changes: 3 additions & 3 deletions lapack-netlib/SRC/sgejsv.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;

typedef char logical1;
typedef char integer1;

Expand Down Expand Up @@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1

#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else
Expand Down
6 changes: 3 additions & 3 deletions lapack-netlib/SRC/sgelq.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;

typedef char logical1;
typedef char integer1;

Expand Down Expand Up @@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1

#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else
Expand Down
6 changes: 3 additions & 3 deletions lapack-netlib/SRC/sgelqt.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double*
#endif
#define pCf(z) (*_pCf(z))
#define pCd(z) (*_pCd(z))
typedef int logical;
typedef short int shortlogical;
typedef blasint logical;

typedef char logical1;
typedef char integer1;

Expand Down Expand Up @@ -260,7 +260,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";

/* procedure parameter types for -A and -C++ */

#define F2C_proc_par_types 1

#ifdef __cplusplus
typedef logical (*L_fp)(...);
#else
Expand Down
Loading

0 comments on commit b0973a9

Please sign in to comment.