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/] [torture/] [fp-int-convert-float80.c] - Blame information for rev 154

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 149 jeremybenn
/* Test floating-point conversions.  __float80 type.  */
2
/* Origin: Joseph Myers <joseph@codesourcery.com> */
3
/* { dg-do run { target i?86-*-* x86_64-*-* ia64-*-* } } */
4
/* { dg-options "" } */
5
/* { dg-options "-mmmx" { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */
6
 
7
#include "fp-int-convert.h"
8
 
9
#define FLOAT80_MANT_DIG 64
10
 
11
int
12
main (void)
13
{
14
  TEST_I_F(signed char, unsigned char, __float80, FLOAT80_MANT_DIG);
15
  TEST_I_F(signed short, unsigned short, __float80, FLOAT80_MANT_DIG);
16
  TEST_I_F(signed int, unsigned int, __float80, FLOAT80_MANT_DIG);
17
  TEST_I_F(signed long, unsigned long, __float80, FLOAT80_MANT_DIG);
18
  TEST_I_F(signed long long, unsigned long long, __float80, FLOAT80_MANT_DIG);
19
  exit (0);
20
}

powered by: WebSVN 2.1.0

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