~ubuntu-branches/ubuntu/raring/blitz++/raring

« back to all changes in this revision

Viewing changes to benchmarks/loop25f90.f90

  • Committer: Bazaar Package Importer
  • Author(s): Konstantinos Margaritis
  • Date: 2005-02-28 20:25:01 UTC
  • mfrom: (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050228202501-3i4f2sknnprsqfhz
Tags: 1:0.8-4
Added missing build-depends (Closes: #297323)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
      SUBROUTINE loop25_F90(N, x, a, b, c, y, u, v, w)
 
2
      INTEGER i, N
 
3
      REAL*8 x(N), a(N), b(N), c(N), y(N), u, v, w
 
4
 
 
5
      x=u*b
 
6
        y=v*b+w*a+u*c
 
7
      RETURN
 
8
      END
 
9
 
 
10
 
 
11
      SUBROUTINE loop25_F90Overhead(N, x, a, b, c, y, u, v, w)
 
12
      INTEGER i, N
 
13
      REAL*8 x(N), a(N), b(N), c(N), y(N), u, v, w
 
14
 
 
15
      RETURN
 
16
      END