Subversion Repositories tendra.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 7u83 1
/*
2
    		 Crown Copyright (c) 1997, 1998
3
 
4
    This TenDRA(r) Computer Program is subject to Copyright
5
    owned by the United Kingdom Secretary of State for Defence
6
    acting through the Defence Evaluation and Research Agency
7
    (DERA).  It is made available to Recipients with a
8
    royalty-free licence for its use, reproduction, transfer
9
    to other parties and amendment for any purpose not excluding
10
    product development provided that any such use et cetera
11
    shall be deemed to be acceptance of the following conditions:-
12
 
13
        (1) Its Recipients shall ensure that this Notice is
14
        reproduced upon any copies or amended versions of it;
15
 
16
        (2) Any amended version of it shall be clearly marked to
17
        show both the nature of and the organisation responsible
18
        for the relevant amendment or amendments;
19
 
20
        (3) Its onward transfer from a recipient to another
21
        party shall be deemed to be that party's acceptance of
22
        these conditions;
23
 
24
        (4) DERA gives no warranty or assurance as to its
25
        quality or suitability for any purpose and DERA accepts
26
        no liability whatsoever in relation to any use to which
27
        it may be put.
28
*/
29
 
30
/*
31
    AUTOMATICALLY GENERATED FROM ALGEBRA c_class (VERSION 1.1)
32
    BY calculus (VERSION 1.2)
33
*/
34
 
35
#ifndef FLT_OPS_H_INCLUDED
36
#define FLT_OPS_H_INCLUDED
37
 
38
/* Operations for union FLOAT */
39
 
40
#pragma token PROC ( EXP : FLOAT : ) EXP : unsigned : TAG_flt #
41
#pragma interface TAG_flt
42
 
43
 
44
/* Operations for component tok of union FLOAT */
45
 
46
#pragma token PROC ( EXP : FLOAT : )\
47
    EXP : PTR ( ulong_type ) : flt_tok #
48
#pragma interface flt_tok
49
 
50
/* Operations for field simple of union FLOAT */
51
 
52
#pragma token EXP const : unsigned : flt_simple_tag #
53
#pragma token PROC ( EXP : FLOAT : ) EXP : int : IS_flt_simple #
54
#pragma interface flt_simple_tag IS_flt_simple
55
 
56
#pragma token PROC ( EXP : FLOAT : )\
57
    EXP : PTR ( string ) : flt_simple_int_part #
58
#pragma interface flt_simple_int_part
59
 
60
#pragma token PROC ( EXP : FLOAT : )\
61
    EXP : PTR ( string ) : flt_simple_frac_part #
62
#pragma interface flt_simple_frac_part
63
 
64
#pragma token PROC ( EXP : FLOAT : )\
65
    EXP : PTR ( NAT ) : flt_simple_exponent #
66
#pragma interface flt_simple_exponent
67
 
68
#pragma token PROC (\
69
	EXP : string :,\
70
	EXP : string :,\
71
	EXP : NAT :,\
72
	EXP lvalue : FLOAT :\
73
    ) STATEMENT MAKE_flt_simple #
74
#pragma interface MAKE_flt_simple
75
 
76
#pragma token PROC (\
77
	EXP lvalue : ulong_type :,\
78
	EXP lvalue : string :,\
79
	EXP lvalue : string :,\
80
	EXP lvalue : NAT :,\
81
	EXP : FLOAT :\
82
    ) STATEMENT DECONS_flt_simple #
83
#pragma interface DECONS_flt_simple
84
 
85
#pragma token PROC (\
86
	EXP : DESTROYER :,\
87
	EXP lvalue : ulong_type :,\
88
	EXP lvalue : string :,\
89
	EXP lvalue : string :,\
90
	EXP lvalue : NAT :,\
91
	EXP : FLOAT :\
92
    ) STATEMENT DESTROY_flt_simple #
93
#pragma interface DESTROY_flt_simple
94
 
95
 
96
#endif