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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [dfp/] [constants.c] - Blame information for rev 154

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 149 jeremybenn
/* { dg-do compile } */
2
/* { dg-options "-std=gnu99" } */
3
 
4
/* N1150 6: Constants.
5
   C99 6.4.4.2: Floating constants.  */
6
 
7
_Decimal32 a = 1.1df;
8
_Decimal32 b = -.003DF;
9
_Decimal64 c = 11e-1dl;
10
_Decimal64 d = -.3DL;
11
_Decimal128 e = 000.3e0dl;
12
_Decimal128 f = 3000300030003e0DL;

powered by: WebSVN 2.1.0

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