File: op_type.hd

package info (click to toggle)
libamplsolver 0~20190702-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 3,156 kB
  • sloc: ansic: 40,471; asm: 76; sh: 72; fortran: 51; makefile: 16
file content (83 lines) | stat: -rw-r--r-- 1,287 bytes parent folder | download | duplicates (4)
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
71
72
73
74
75
76
77
78
79
80
81
82
83
	2 /* OPPLUS */,
	2 /* OPMINUS */,
	2 /* OPMULT */,
	2 /* OPDIV */,
	2 /* OPREM */,
	2 /* OPPOW */,
	2 /* OPLESS */,
	0,
	0,
	0,
	0,
	3 /* MINLIST */,
	3 /* MAXLIST */,
	1 /* FLOOR */,
	1 /* CEIL */,
	1 /* ABS */,
	1 /* OPUMINUS */,
	0,
	0,
	0,
	2 /* OPOR */,
	2 /* OPAND */,
	2 /* LT */,
	2 /* LE */,
	2 /* EQ */,
	0,
	0,
	0,
	2 /* GE */,
	2 /* GT */,
	2 /* NE */,
	0,
	0,
	0,
	1 /* OPNOT */,
	5 /* OPIFnl */,
	0,
	1 /* OP_tanh */,
	1 /* OP_tan */,
	1 /* OP_sqrt */,
	1 /* OP_sinh */,
	1 /* OP_sin */,
	1 /* OP_log10 */,
	1 /* OP_log */,
	1 /* OP_exp */,
	1 /* OP_cosh */,
	1 /* OP_cos */,
	1 /* OP_atanh */,
	2 /* OP_atan2 */,
	1 /* OP_atan */,
	1 /* OP_asinh */,
	1 /* OP_asin */,
	1 /* OP_acosh */,
	1 /* OP_acos */,
	6 /* OPSUMLIST */,
	2 /* OPintDIV */,
	2 /* OPprecision */,
	2 /* OPround */,
	2 /* OPtrunc */,
	11 /* OPCOUNT */,
	11 /* OPNUMBEROF */,
	11 /* OPNUMBEROFs */,
	2 /* OPATLEAST */,
	2 /* OPATMOST */,
	4 /* OPPLTERM */,
	5 /* OPIFSYM */,
	2 /* OPEXACTLY */,
	2 /* OPNOTATLEAST */,
	2 /* OPNOTATMOST */,
	2 /* OPNOTEXACTLY */,
	6 /* ANDLIST */,
	6 /* ORLIST */,
	5 /* OPIMPELSE */,
	2 /* OP_IFF */,
	11 /* OPALLDIFF */,
	11 /* OPSOMESAME */,
	1 /* OP1POW */,
	1 /* f_OP2POW */,
	1 /* f_OPCPOW */,
	7 /* OPFUNCALL */,
	9 /* OPNUM */,
	8 /* OPHOL */,
	10 /* OPVARVAL */