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/] [gfortran.dg/] [csqrt_2.f] - Blame information for rev 384

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 302 jeremybenn
c { dg-do run }
2
c Fix PR libgfortran/24313
3
      complex x, y
4
      complex z
5
      z = cmplx(0.707106, -0.707106)
6
      x = cmplx(0.0,-1.0)
7
      y = sqrt(x)
8
      if (abs(y - z) / abs(z) > 1.e-4) call abort
9
 
10
      x = cmplx(tiny(1.),-1.0)
11
      y = sqrt(x)
12
      if (abs(y - z) / abs(z) > 1.e-4) call abort
13
 
14
      x = cmplx(-tiny(1.),-1.0)
15
      y = sqrt(x)
16
      if (abs(y - z) / abs(z) > 1.e-4) call abort
17
 
18
      end
19
 

powered by: WebSVN 2.1.0

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