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 cda91fd commit 0d33422
Show file tree
Hide file tree
Showing 65 changed files with 195 additions and 195 deletions.
6 changes: 3 additions & 3 deletions lapack-netlib/SRC/slabad.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/slacn2.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/slacpy.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/sladiv.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/slae2.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/slaebz.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/slaed0.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/slaed1.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/slaed2.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/slaed3.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/slaed4.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/slaed5.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/slaed6.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/slaed7.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/slaed8.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/slaed9.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/slaeda.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/slaein.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/slaev2.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/slaexc.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 0d33422

Please sign in to comment.