1           {*******************************************************}
2                               {FDL Declarations}
3    {Examiner Pro Edition, Version 9.1.0, Build Date 20101119, Build 19039}
4             {Copyright (C) 2010 Altran Praxis Limited, Bath, U.K.}
5           {*******************************************************}
6
7
8                        {DATE : 29-NOV-2010 14:30:19.81}
9
10                              {function RMD.R_R}
11
12
13title function r_r;
14
15  function round__(real) : integer;
16  type block_index = integer;
17  type round_index = integer;
18  type block_permutation = array [integer] of integer;
19  const r_values : block_permutation = pending;
20  const round_index__base__first : integer = pending; 
21  const round_index__base__last : integer = pending; 
22  const block_index__base__first : integer = pending; 
23  const block_index__base__last : integer = pending; 
24  const round_index__first : integer = pending; 
25  const round_index__last : integer = pending; 
26  const round_index__size : integer = pending; 
27  const block_index__first : integer = pending; 
28  const block_index__last : integer = pending; 
29  const block_index__size : integer = pending; 
30  var j : integer;
31  function r_r_spec(integer) : integer;
32
33end;
34