Go to the documentation of this file.
45 #define maxMACRO(a,b) (a >= b ? a : b)
46 #define minMACRO(a,b) (a <= b ? a : b)
47 #define absMACRO(x) (x >= 0 ? x : (-x))
52 A maxMACRO(
const A& a,
const A&b) {
return a >= b ? a : b; }
int ftnlen
Definition: template_blas_common.h:42
logical template_blas_lsame(const char *ca, const char *cb)
Definition: template_blas_common.cc:46
void template_blas_s_cat(char *lp, char *rpp[], ftnlen rnp[], ftnlen *np, ftnlen ll)
Definition: template_blas_common.cc:204
bool logical
Definition: template_blas_common.h:41
int template_blas_erbla(const char *srname, integer *info)
Definition: template_blas_common.cc:146
logical template_blas_lsame(const char *ca, const char *cb)
Definition: template_blas_common.cc:46
void template_blas_s_cat(char *lp, char *rpp[], ftnlen rnp[], ftnlen *np, ftnlen ll)
Definition: template_blas_common.cc:204
const integer memfailure
Definition: template_blas_common.cc:187
int integer
Definition: template_blas_common.h:40
int template_blas_erbla(const char *srname, integer *info)
Definition: template_blas_common.cc:146
char * address
Definition: template_blas_common.h:43
#define maxMACRO(a, b)
Definition: template_blas_common.h:45
static char * F77_aloc(integer Len, const char *whence)
Definition: template_blas_common.cc:190