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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [c-c++-common/] [dfp/] [convert-bfp-14.c] - Blame information for rev 298

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

Line No. Rev Author Line
1 295 jeremybenn
/* Test for bug where fold narrowed decimal floating-point
2
   operations.  */
3
 
4
#include "dfp-dbg.h"
5
 
6
volatile _Decimal32 f = 1.23456DF;
7
volatile _Decimal64 d = 1.23456DD;
8
 
9
int
10
main (void)
11
{
12
  if ((double)((_Decimal64)f * (_Decimal64)f) != (double)(d * d))
13
    FAILURE
14
  FINISH
15
}

powered by: WebSVN 2.1.0

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