{
 'real':     {'': 'float',
              '4': 'float',
              '8': 'double',
              'dp': 'double',
              'idp':'double',
			  'real32': 'float'},
 'complex' : {'': 'complex_float',
 	          '8' : 'complex_double',
 	          '16': 'complex_long_double',
 	          'dp': 'complex_double',
			  'real32': 'complex_float'},
 'integer' : {'' : 'int',
	          '4': 'int',
	          '8': 'long_long',
	          'dp': 'long_long',
			  'quadint_k': 'long_long'}
}
