summaryrefslogtreecommitdiff
path: root/thirdparty/linux/include/coin/ThirdParty/opcode.hd
blob: 899972c9b6f712f6e9542c6e94e7de698f6b954c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
#define OPPLUS		0
#define OPMINUS		1
#define OPMULT		2
#define OPDIV		3
#define OPREM		4
#define OPPOW		5
#define OPLESS		6
#define MINLIST		11
#define MAXLIST		12
#define FLOOR		13
#define CEIL		14
#define ABS		15
#define OPUMINUS	16
#define OPOR		20
#define OPAND		21
#define LT		22
#define LE		23
#define EQ		24
#define GE		28
#define GT		29
#define NE		30
#define OPNOT		34
#define OPIFnl		35
#define OP_tanh		37
#define OP_tan		38
#define OP_sqrt		39
#define OP_sinh		40
#define OP_sin		41
#define OP_log10	42
#define OP_log		43
#define OP_exp		44
#define OP_cosh		45
#define OP_cos		46
#define OP_atanh	47
#define OP_atan2	48
#define OP_atan		49
#define OP_asinh	50
#define OP_asin		51
#define OP_acosh	52
#define OP_acos		53
#define OPSUMLIST	54
#define OPintDIV	55
#define OPprecision	56
#define OPround		57
#define OPtrunc		58
#define OPCOUNT		59
#define OPNUMBEROF	60
#define OPNUMBEROFs	61
#define OPATLEAST	62
#define OPATMOST	63
#define OPPLTERM	64
#define OPIFSYM		65
#define OPEXACTLY	66
#define OPNOTATLEAST	67
#define OPNOTATMOST	68
#define OPNOTEXACTLY	69
#define ANDLIST		70
#define ORLIST		71
#define OPIMPELSE	72
#define OP_IFF		73
#define OPALLDIFF	74
#define OPSOMESAME	75
#define OP1POW		76
#define OP2POW		77
#define OPCPOW		78
#define OPFUNCALL	79
#define OPNUM		80
#define OPHOL		81
#define OPVARVAL	82
#define N_OPS		83