Undo part of the last commit. OBJFORMAT_PATH controls how the cross
[dragonfly.git] / share / doc / papers / px / table2.1.n
1 .\" Copyright (c) 1979 The Regents of the University of California.
2 .\" All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\"    notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\"    notice, this list of conditions and the following disclaimer in the
11 .\"    documentation and/or other materials provided with the distribution.
12 .\" 3. All advertising materials mentioning features or use of this software
13 .\"    must display the following acknowledgement:
14 .\"     This product includes software developed by the University of
15 .\"     California, Berkeley and its contributors.
16 .\" 4. Neither the name of the University nor the names of its contributors
17 .\"    may be used to endorse or promote products derived from this software
18 .\"    without specific prior written permission.
19 .\"
20 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
21 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
24 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30 .\" SUCH DAMAGE.
31 .\"
32 .\"     @(#)table2.1.n  5.2 (Berkeley) 4/17/91
33 .\"
34 .DS L
35 .TS
36 box center;
37 c s s
38 c s s
39 c c c
40 n ap-2 a.
41 Table 2.1 \- Operator Suffixes
42 =
43 .sp
44 Unary operator suffixes
45 .sp .1i
46 Suffix  Example Argument type
47 2       NEG2    Short integer (2 bytes)
48 4       SQR4    Long integer (4 bytes)
49 8       ABS8    Real (8 bytes)
50 .sp
51 _
52 .sp
53 .T&
54 c s s
55 c c c
56 n ap-2 a.
57 Binary operator suffixes
58 .sp .1i
59 Suffix  Example Argument type
60 2       ADD2    Two short integers
61 24      MUL24   Short above long integer
62 42      REL42   Long above short integer
63 4       DIV4    Two long integers
64 28      DVD28   Short integer above real
65 48      REL48   Long integer above real
66 82      SUB82   Real above short integer
67 84      MUL84   Real above long integer
68 8       ADD8    Two reals
69 .sp
70 _
71 .sp
72 .T&
73 c s s
74 c c c
75 n ap-2 a.
76 Other Suffixes
77 .sp .1i
78 Suffix  Example Argument types
79 T       ADDT    Sets
80 G       RELG    Strings
81 .sp
82 .TE
83 .DE