35#ifndef _BLAZE_UTIL_TYPES_H_
36#define _BLAZE_UTIL_TYPES_H_
183#if BLAZE_GNU_COMPILER && BLAZE_GNU_MAJOR_VERSION <= 7
ularge_t id_t
Unsigned integer data type for integral IDs.
Definition: Types.h:175
uint64_t ularge_t
The largest available unsigned integer data type.
Definition: Types.h:167
unsigned char byte_t
Byte data type of the Blaze library.
Definition: Types.h:79
int64_t large_t
The largest available signed integer data type.
Definition: Types.h:159
size_t fortran_charlen_t
Type of the hidden arguments of character type within a Fortran forward declaration.
Definition: Types.h:186
Type of double precision complex numbers within a Fortran forward declaration.
Definition: Types.h:208
double real
The real part of the complex number.
Definition: Types.h:209
double imag
The imaginary part of the complex number.
Definition: Types.h:210
Type of single precision complex numbers within a Fortran forward declaration.
Definition: Types.h:196
float imag
The imaginary part of the complex number.
Definition: Types.h:198
float real
The real part of the complex number.
Definition: Types.h:197