blob: 2dc153c6779a0e1590afa19277d029ea115e6ce7 (
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
|
(/VERSIONCHECK 2)
(DECLAIM (FTYPE (FUNCTION (|%Thing| |%Shell|) |%List|)
|LNAGG-;indices;AL;1|))
(DECLAIM (FTYPE (FUNCTION (|%Integer| |%Thing| |%Shell|) |%Boolean|)
|LNAGG-;index?;IAB;2|))
(DECLAIM (FTYPE (FUNCTION (|%Thing| |%Thing| |%Shell|) |%Thing|)
|LNAGG-;concat;ASA;3|))
(DECLAIM (FTYPE (FUNCTION (|%Thing| |%Thing| |%Shell|) |%Thing|)
|LNAGG-;concat;S2A;4|))
(DECLAIM (FTYPE (FUNCTION (|%Thing| |%Thing| |%Integer| |%Shell|)
|%Thing|)
|LNAGG-;insert;SAIA;5|))
(DECLAIM (FTYPE (FUNCTION (|%Thing| |%Shell|) |%Integer|)
|LNAGG-;maxIndex;AI;6|))
(DEFUN |LNAGG-;indices;AL;1| (|a| $)
(LET ((|i| (SPADCALL |a| (|getShellEntry| $ 9)))
(#0=#:G1412 (SPADCALL |a| (|getShellEntry| $ 10)))
(#1=#:G1411 NIL))
(LOOP
(COND
((> |i| #0#) (RETURN (NREVERSE #1#)))
(T (SETQ #1# (CONS |i| #1#))))
(SETQ |i| (+ |i| 1)))))
(DEFUN |LNAGG-;index?;IAB;2| (|i| |a| $)
(COND
((>= |i| (SPADCALL |a| (|getShellEntry| $ 9)))
(NOT (> |i| (SPADCALL |a| (|getShellEntry| $ 10)))))
('T NIL)))
(DEFUN |LNAGG-;concat;ASA;3| (|a| |x| $)
(SPADCALL |a| (SPADCALL 1 |x| (|getShellEntry| $ 22))
(|getShellEntry| $ 23)))
(DEFUN |LNAGG-;concat;S2A;4| (|x| |y| $)
(SPADCALL (SPADCALL 1 |x| (|getShellEntry| $ 22)) |y|
(|getShellEntry| $ 23)))
(DEFUN |LNAGG-;insert;SAIA;5| (|x| |a| |i| $)
(SPADCALL (SPADCALL 1 |x| (|getShellEntry| $ 22)) |a| |i|
(|getShellEntry| $ 26)))
(DEFUN |LNAGG-;maxIndex;AI;6| (|l| $)
(+ (- (SPADCALL |l| (|getShellEntry| $ 28)) 1)
(SPADCALL |l| (|getShellEntry| $ 9))))
(DEFUN |LinearAggregate&| (|#1| |#2|)
(LET* ((|dv$1| (|devaluate| |#1|)) (|dv$2| (|devaluate| |#2|))
(|dv$| (LIST '|LinearAggregate&| |dv$1| |dv$2|))
($ (|newShell| 33))
(|pv$| (|buildPredVector| 0 0
(LIST (|HasAttribute| |#1| '|shallowlyMutable|)))))
(|setShellEntry| $ 0 |dv$|)
(|setShellEntry| $ 3 |pv$|)
(|stuffDomainSlots| $)
(|setShellEntry| $ 6 |#1|)
(|setShellEntry| $ 7 |#2|)
(COND
((|HasAttribute| |#1| '|finiteAggregate|)
(|setShellEntry| $ 31
(CONS (|dispatchFunction| |LNAGG-;maxIndex;AI;6|) $))))
$))
(MAKEPROP '|LinearAggregate&| '|infovec|
(LIST '#(NIL NIL NIL NIL NIL NIL (|local| |#1|) (|local| |#2|)
(|Integer|) (0 . |minIndex|) (5 . |maxIndex|) (|List| 8)
|LNAGG-;indices;AL;1| (|Boolean|) (10 . >=) (16 . >)
(22 . |not|) (27 . |false|) |LNAGG-;index?;IAB;2|
(|NonNegativeInteger|) (31 . |One|) (35 . |One|)
(39 . |new|) (45 . |concat|) |LNAGG-;concat;ASA;3|
|LNAGG-;concat;S2A;4| (51 . |insert|)
|LNAGG-;insert;SAIA;5| (58 . |#|) (63 . -) (69 . +)
(75 . |maxIndex|) (|List| $))
'#(|maxIndex| 80 |insert| 85 |indices| 92 |index?| 97
|concat| 103)
'NIL
(CONS (|makeByteWordVec2| 1 'NIL)
(CONS '#()
(CONS '#()
(|makeByteWordVec2| 31
'(1 6 8 0 9 1 6 8 0 10 2 8 13 0 0 14 2
8 13 0 0 15 1 13 0 0 16 0 13 0 17 0
19 0 20 0 8 0 21 2 6 0 19 7 22 2 6 0
0 0 23 3 6 0 0 0 8 26 1 6 19 0 28 2 8
0 0 0 29 2 8 0 0 0 30 1 0 8 0 31 1 0
8 0 31 3 0 0 7 0 8 27 1 0 11 0 12 2 0
13 8 0 18 2 0 0 0 7 24 2 0 0 7 0 25)))))
'|lookupComplete|))
|