OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [compat/] [fp2-struct-defs.h] - Blame information for rev 298

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 298 jeremybenn
/* Type definitions that are used by multiple tests.  */
2
 
3
typedef struct { float f; double d; } Sfd;
4
typedef struct { float f; long double l; } Sfl;
5
typedef struct { double d; float f; } Sdf;
6
typedef struct { double d; long double l; } Sdl;
7
typedef struct { long double l; float f; } Slf;
8
typedef struct { long double l; double d; } Sld;
9
 
10
typedef struct { float f; double d; long double l; } Sfdl;
11
typedef struct { float f; long double l; double d; } Sfld;
12
typedef struct { double d; float f; long double l; } Sdfl;
13
typedef struct { double d; long double l; float f; } Sdlf;
14
typedef struct { long double l; float f; double d; } Slfd;
15
typedef struct { long double l; double d; float f; } Sldf;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.