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 04aae0e commit 7702463
Show file tree
Hide file tree
Showing 71 changed files with 213 additions and 213 deletions.
6 changes: 3 additions & 3 deletions lapack-netlib/SRC/ssysvx.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/ssysvxx.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/ssyswapr.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/ssytd2.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/ssytf2.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/ssytf2_rk.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/ssytf2_rook.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/ssytrd.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/ssytrd_2stage.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/ssytrd_sb2st.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/ssytrd_sy2sb.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/ssytrf.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/ssytrf_aa.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/ssytrf_aa_2stage.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/ssytrf_rk.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/ssytrf_rook.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/ssytri.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/ssytri2.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/ssytri2x.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/ssytri_3.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 7702463

Please sign in to comment.