OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [compat/] [fp2-struct-init.h] - Blame information for rev 823

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 149 jeremybenn
/* Function definitions that are used by multiple tests.  */
2
 
3
void initSfd (Sfd *p, double y)
4
{ p->f = y; p->d = y+1; }
5
void initSfl (Sfl *p, double y)
6
{ p->f = y; p->l = y+1; }
7
void initSdf (Sdf *p, double y)
8
{ p->d = y; p->f = y+1; }
9
void initSdl (Sdl *p, double y)
10
{ p->d = y; p->l = y+1; }
11
void initSlf (Slf *p, double y)
12
{ p->l = y; p->f = y+1; }
13
void initSld (Sld *p, double y)
14
{ p->l = y; p->d = y+1; }
15
 
16
void initSfdl (Sfdl *p, double y)
17
{ p->f = y; p->d = y+1; p->l = y+2; }
18
void initSfld (Sfld *p, double y)
19
{ p->f = y; p->l = y+1; p->d = y+2; }
20
void initSdfl (Sdfl *p, double y)
21
{ p->d = y; p->f = y+1; p->l = y+2; }
22
void initSdlf (Sdlf *p, double y)
23
{ p->d = y; p->l = y+1; p->f = y+2; }
24
void initSlfd (Slfd *p, double y)
25
{ p->l = y; p->f = y+1; p->d = y+2; }
26
void initSldf (Sldf *p, double y)
27
{ p->l = y; p->d = y+1; p->f = y+2; }

powered by: WebSVN 2.1.0

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