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

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [gcc/] [testsuite/] [gcc.dg/] [compat/] [fp2-struct-check.h] - Rev 298

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

/* Function definitions that are used by multiple tests.  */
 
void checkSfd (Sfd x, double y)
{ if (x.f != y || x.d != y+1) DEBUG_CHECK }
void checkSfl (Sfl x, double y)
{ if (x.f != y || x.l != y+1) DEBUG_CHECK }
void checkSdf (Sdf x, double y)
{ if (x.d != y || x.f != y+1) DEBUG_CHECK }
void checkSdl (Sdl x, double y)
{ if (x.d != y || x.l != y+1) DEBUG_CHECK }
void checkSlf (Slf x, double y)
{ if (x.l != y || x.f != y+1) DEBUG_CHECK }
void checkSld (Sld x, double y)
{ if (x.l != y || x.d != y+1) DEBUG_CHECK }
 
void checkSfdl (Sfdl x, double y)
{ if (x.f != y || x.d != y+1 || x.l != y+2) DEBUG_CHECK }
void checkSfld (Sfld x, double y)
{ if (x.f != y || x.l != y+1 || x.d != y+2) DEBUG_CHECK }
void checkSdfl (Sdfl x, double y)
{ if (x.d != y || x.f != y+1 || x.l != y+2) DEBUG_CHECK }
void checkSdlf (Sdlf x, double y)
{ if (x.d != y || x.l != y+1 || x.f != y+2) DEBUG_CHECK }
void checkSlfd (Slfd x, double y)
{ if (x.l != y || x.f != y+1 || x.d != y+2) DEBUG_CHECK }
void checkSldf (Sldf x, double y)
{ if (x.l != y || x.d != y+1 || x.f != y+2) DEBUG_CHECK }
 

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

powered by: WebSVN 2.1.0

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