File: bb.c

package info (click to toggle)
klic 3.003-1.1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 7,068 kB
  • ctags: 6,333
  • sloc: ansic: 101,584; makefile: 3,395; sh: 1,321; perl: 312; exp: 131; tcl: 111; asm: 102; lisp: 4; sed: 1
file content (612 lines) | stat: -rw-r--r-- 15,369 bytes parent folder | download | duplicates (2)
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
/* Compiled by KLIC compiler version 3.003 (Sun Mar 21 15:27:19 JST 1999) */
#include <klic/klichdr.h>
#include "atom.h"
#include "funct.h"

module module_klic__comp__bb();
Const struct predicate predicate_klic__comp__bb_xis__body__builtin_2 =
   { module_klic__comp__bb, 0, 2 };
Const struct predicate predicate_klic__comp__bb_xint__binary_2 =
   { module_klic__comp__bb, 1, 2 };
Const struct predicate predicate_klic__comp__bb_xint__unary_2 =
   { module_klic__comp__bb, 2, 2 };
Const struct predicate predicate_klic__comp__bb_xfloat__binary_2 =
   { module_klic__comp__bb, 3, 2 };
Const struct predicate predicate_klic__comp__bb_xfloat__unary_2 =
   { module_klic__comp__bb, 4, 2 };

module module_klic__comp__bb(glbl, qp, allocp, toppred)
  struct global_variables *glbl;
  struct goalrec *qp;
  register q *allocp;
  Const struct predicate *toppred;
{
  static Const q cons_const_0[] = {
    NILATOM,
    makesym(atom_int),
  };
  static Const q cons_const_1[] = {
    NILATOM,
    makesym(atom_int),
  };
  static Const q cons_const_2[] = {
    makecons(cons_const_1),
    makesym(atom_int),
  };
  static Const q funct_const_3[] = {
    makesym(functor_object_1),
    makesym(atom_float),
  };
  static Const q cons_const_4[] = {
    NILATOM,
    makefunctor(funct_const_3),
  };
  static Const q funct_const_5[] = {
    makesym(functor_object_1),
    makesym(atom_float),
  };
  static Const q cons_const_6[] = {
    NILATOM,
    makefunctor(funct_const_5),
  };
  static Const q funct_const_7[] = {
    makesym(functor_object_1),
    makesym(atom_float),
  };
  static Const q cons_const_8[] = {
    makecons(cons_const_6),
    makefunctor(funct_const_7),
  };
  q a0, a1;

  q *reasonp;
 module_top:
  a0 = qp->args[0];
  a1 = qp->args[1];
  switch_on_pred() {
    case_pred(0, is__body__builtin_2_top);
    case_pred(1, int__binary_2_top);
    case_pred(2, int__unary_2_top);
    case_pred(3, float__binary_2_top);
    last_case_pred(4, float__unary_2_top);
  }

 is__body__builtin_2_top: {
  q x0, x1, x2, x3;
  qp = qp->next;
 is__body__builtin_2_clear_reason:
  reasonp = reasons;
 is__body__builtin_2_0:
 is__body__builtin_2_1:
  switch (ptagof(a0)) {
 case FUNCTOR:
  switch (symval(functor_of(a0))) {
 case functor_add_3:
  allocp[0] = makesym(functor_bblt__add_3);
  x1 = arg(a0, 0);
  allocp[1] = x1;
  x2 = arg(a0, 1);
  allocp[2] = x2;
  x3 = arg(a0, 2);
  allocp[3] = x3;
  x0 = makefunctor(&allocp[0]);
  a0 = x0;
  allocp += 4;
  execute(int__binary_2_0);
  goto int__binary_2_ext_interrupt;
 case functor_subtract_3:
  allocp[0] = makesym(functor_bblt__sub_3);
  x1 = arg(a0, 0);
  allocp[1] = x1;
  x2 = arg(a0, 1);
  allocp[2] = x2;
  x3 = arg(a0, 2);
  allocp[3] = x3;
  x0 = makefunctor(&allocp[0]);
  a0 = x0;
  allocp += 4;
  execute(int__binary_2_0);
  goto int__binary_2_ext_interrupt;
 case functor_multiply_3:
  allocp[0] = makesym(functor_bblt__mult_3);
  x1 = arg(a0, 0);
  allocp[1] = x1;
  x2 = arg(a0, 1);
  allocp[2] = x2;
  x3 = arg(a0, 2);
  allocp[3] = x3;
  x0 = makefunctor(&allocp[0]);
  a0 = x0;
  allocp += 4;
  execute(int__binary_2_0);
  goto int__binary_2_ext_interrupt;
 case functor_divide_3:
  allocp[0] = makesym(functor_bblt__div_3);
  x1 = arg(a0, 0);
  allocp[1] = x1;
  x2 = arg(a0, 1);
  allocp[2] = x2;
  x3 = arg(a0, 2);
  allocp[3] = x3;
  x0 = makefunctor(&allocp[0]);
  a0 = x0;
  allocp += 4;
  execute(int__binary_2_0);
  goto int__binary_2_ext_interrupt;
 case functor_modulo_3:
  allocp[0] = makesym(functor_bblt__mod_3);
  x1 = arg(a0, 0);
  allocp[1] = x1;
  x2 = arg(a0, 1);
  allocp[2] = x2;
  x3 = arg(a0, 2);
  allocp[3] = x3;
  x0 = makefunctor(&allocp[0]);
  a0 = x0;
  allocp += 4;
  execute(int__binary_2_0);
  goto int__binary_2_ext_interrupt;
 case functor_and_3:
  allocp[0] = makesym(functor_bblt__and_3);
  x1 = arg(a0, 0);
  allocp[1] = x1;
  x2 = arg(a0, 1);
  allocp[2] = x2;
  x3 = arg(a0, 2);
  allocp[3] = x3;
  x0 = makefunctor(&allocp[0]);
  a0 = x0;
  allocp += 4;
  execute(int__binary_2_0);
  goto int__binary_2_ext_interrupt;
 case functor_or_3:
  allocp[0] = makesym(functor_bblt__or_3);
  x1 = arg(a0, 0);
  allocp[1] = x1;
  x2 = arg(a0, 1);
  allocp[2] = x2;
  x3 = arg(a0, 2);
  allocp[3] = x3;
  x0 = makefunctor(&allocp[0]);
  a0 = x0;
  allocp += 4;
  execute(int__binary_2_0);
  goto int__binary_2_ext_interrupt;
 case functor_exclusive__or_3:
  allocp[0] = makesym(functor_bblt__exclusive__or_3);
  x1 = arg(a0, 0);
  allocp[1] = x1;
  x2 = arg(a0, 1);
  allocp[2] = x2;
  x3 = arg(a0, 2);
  allocp[3] = x3;
  x0 = makefunctor(&allocp[0]);
  a0 = x0;
  allocp += 4;
  execute(int__binary_2_0);
  goto int__binary_2_ext_interrupt;
 case functor_shift__left_3:
  allocp[0] = makesym(functor_bblt__lshift_3);
  x1 = arg(a0, 0);
  allocp[1] = x1;
  x2 = arg(a0, 1);
  allocp[2] = x2;
  x3 = arg(a0, 2);
  allocp[3] = x3;
  x0 = makefunctor(&allocp[0]);
  a0 = x0;
  allocp += 4;
  execute(int__binary_2_0);
  goto int__binary_2_ext_interrupt;
 case functor_shift__right_3:
  allocp[0] = makesym(functor_bblt__rshift_3);
  x1 = arg(a0, 0);
  allocp[1] = x1;
  x2 = arg(a0, 1);
  allocp[2] = x2;
  x3 = arg(a0, 2);
  allocp[3] = x3;
  x0 = makefunctor(&allocp[0]);
  a0 = x0;
  allocp += 4;
  execute(int__binary_2_0);
  goto int__binary_2_ext_interrupt;
 case functor_complement_2:
  allocp[0] = makesym(functor_bblt__complement_2);
  x1 = arg(a0, 0);
  allocp[1] = x1;
  x2 = arg(a0, 1);
  allocp[2] = x2;
  x0 = makefunctor(&allocp[0]);
  a0 = x0;
  allocp += 3;
  execute(int__unary_2_0);
  goto int__unary_2_ext_interrupt;
 case functor_plus_2:
  allocp[0] = makesym(functor_bblt__plus_2);
  x1 = arg(a0, 0);
  allocp[1] = x1;
  x2 = arg(a0, 1);
  allocp[2] = x2;
  x0 = makefunctor(&allocp[0]);
  a0 = x0;
  allocp += 3;
  execute(int__unary_2_0);
  goto int__unary_2_ext_interrupt;
 case functor_minus_2:
  allocp[0] = makesym(functor_bblt__minus_2);
  x1 = arg(a0, 0);
  allocp[1] = x1;
  x2 = arg(a0, 1);
  allocp[2] = x2;
  x0 = makefunctor(&allocp[0]);
  a0 = x0;
  allocp += 3;
  execute(int__unary_2_0);
  goto int__unary_2_ext_interrupt;
 case functor_floating__point__add_3:
  allocp[0] = makesym(functor_bblt__float__add_3);
  x1 = arg(a0, 0);
  allocp[1] = x1;
  x2 = arg(a0, 1);
  allocp[2] = x2;
  x3 = arg(a0, 2);
  allocp[3] = x3;
  x0 = makefunctor(&allocp[0]);
  a0 = x0;
  allocp += 4;
  execute(float__binary_2_0);
  goto float__binary_2_ext_interrupt;
 case functor_floating__point__subtract_3:
  allocp[0] = makesym(functor_bblt__float__sub_3);
  x1 = arg(a0, 0);
  allocp[1] = x1;
  x2 = arg(a0, 1);
  allocp[2] = x2;
  x3 = arg(a0, 2);
  allocp[3] = x3;
  x0 = makefunctor(&allocp[0]);
  a0 = x0;
  allocp += 4;
  execute(float__binary_2_0);
  goto float__binary_2_ext_interrupt;
 case functor_floating__point__multiply_3:
  allocp[0] = makesym(functor_bblt__float__mult_3);
  x1 = arg(a0, 0);
  allocp[1] = x1;
  x2 = arg(a0, 1);
  allocp[2] = x2;
  x3 = arg(a0, 2);
  allocp[3] = x3;
  x0 = makefunctor(&allocp[0]);
  a0 = x0;
  allocp += 4;
  execute(float__binary_2_0);
  goto float__binary_2_ext_interrupt;
 case functor_floating__point__divide_3:
  allocp[0] = makesym(functor_bblt__float__div_3);
  x1 = arg(a0, 0);
  allocp[1] = x1;
  x2 = arg(a0, 1);
  allocp[2] = x2;
  x3 = arg(a0, 2);
  allocp[3] = x3;
  x0 = makefunctor(&allocp[0]);
  a0 = x0;
  allocp += 4;
  execute(float__binary_2_0);
  goto float__binary_2_ext_interrupt;
 case functor_floating__point__power_3:
  allocp[0] = makesym(functor_bblt__float__pow_3);
  x1 = arg(a0, 0);
  allocp[1] = x1;
  x2 = arg(a0, 1);
  allocp[2] = x2;
  x3 = arg(a0, 2);
  allocp[3] = x3;
  x0 = makefunctor(&allocp[0]);
  a0 = x0;
  allocp += 4;
  execute(float__binary_2_0);
  goto float__binary_2_ext_interrupt;
 case functor_floating__point__sin_2:
  allocp[0] = makesym(functor_bblt__float__sin_2);
  x1 = arg(a0, 0);
  allocp[1] = x1;
  x2 = arg(a0, 1);
  allocp[2] = x2;
  x0 = makefunctor(&allocp[0]);
  a0 = x0;
  allocp += 3;
  execute(float__unary_2_0);
  goto float__unary_2_ext_interrupt;
 case functor_floating__point__cos_2:
  allocp[0] = makesym(functor_bblt__float__cos_2);
  x1 = arg(a0, 0);
  allocp[1] = x1;
  x2 = arg(a0, 1);
  allocp[2] = x2;
  x0 = makefunctor(&allocp[0]);
  a0 = x0;
  allocp += 3;
  execute(float__unary_2_0);
  goto float__unary_2_ext_interrupt;
 case functor_floating__point__tan_2:
  allocp[0] = makesym(functor_bblt__float__tan_2);
  x1 = arg(a0, 0);
  allocp[1] = x1;
  x2 = arg(a0, 1);
  allocp[2] = x2;
  x0 = makefunctor(&allocp[0]);
  a0 = x0;
  allocp += 3;
  execute(float__unary_2_0);
  goto float__unary_2_ext_interrupt;
 case functor_floating__point__asin_2:
  allocp[0] = makesym(functor_bblt__float__asin_2);
  x1 = arg(a0, 0);
  allocp[1] = x1;
  x2 = arg(a0, 1);
  allocp[2] = x2;
  x0 = makefunctor(&allocp[0]);
  a0 = x0;
  allocp += 3;
  execute(float__unary_2_0);
  goto float__unary_2_ext_interrupt;
 case functor_floating__point__acos_2:
  allocp[0] = makesym(functor_bblt__float__acos_2);
  x1 = arg(a0, 0);
  allocp[1] = x1;
  x2 = arg(a0, 1);
  allocp[2] = x2;
  x0 = makefunctor(&allocp[0]);
  a0 = x0;
  allocp += 3;
  execute(float__unary_2_0);
  goto float__unary_2_ext_interrupt;
 case functor_floating__point__atan_2:
  allocp[0] = makesym(functor_bblt__float__atan_2);
  x1 = arg(a0, 0);
  allocp[1] = x1;
  x2 = arg(a0, 1);
  allocp[2] = x2;
  x0 = makefunctor(&allocp[0]);
  a0 = x0;
  allocp += 3;
  execute(float__unary_2_0);
  goto float__unary_2_ext_interrupt;
 case functor_floating__point__sinh_2:
  allocp[0] = makesym(functor_bblt__float__sinh_2);
  x1 = arg(a0, 0);
  allocp[1] = x1;
  x2 = arg(a0, 1);
  allocp[2] = x2;
  x0 = makefunctor(&allocp[0]);
  a0 = x0;
  allocp += 3;
  execute(float__unary_2_0);
  goto float__unary_2_ext_interrupt;
 case functor_floating__point__cosh_2:
  allocp[0] = makesym(functor_bblt__float__cosh_2);
  x1 = arg(a0, 0);
  allocp[1] = x1;
  x2 = arg(a0, 1);
  allocp[2] = x2;
  x0 = makefunctor(&allocp[0]);
  a0 = x0;
  allocp += 3;
  execute(float__unary_2_0);
  goto float__unary_2_ext_interrupt;
 case functor_floating__point__tanh_2:
  allocp[0] = makesym(functor_bblt__float__tanh_2);
  x1 = arg(a0, 0);
  allocp[1] = x1;
  x2 = arg(a0, 1);
  allocp[2] = x2;
  x0 = makefunctor(&allocp[0]);
  a0 = x0;
  allocp += 3;
  execute(float__unary_2_0);
  goto float__unary_2_ext_interrupt;
 case functor_floating__point__exp_2:
  allocp[0] = makesym(functor_bblt__float__exp_2);
  x1 = arg(a0, 0);
  allocp[1] = x1;
  x2 = arg(a0, 1);
  allocp[2] = x2;
  x0 = makefunctor(&allocp[0]);
  a0 = x0;
  allocp += 3;
  execute(float__unary_2_0);
  goto float__unary_2_ext_interrupt;
 case functor_floating__point__log_2:
  allocp[0] = makesym(functor_bblt__float__log_2);
  x1 = arg(a0, 0);
  allocp[1] = x1;
  x2 = arg(a0, 1);
  allocp[2] = x2;
  x0 = makefunctor(&allocp[0]);
  a0 = x0;
  allocp += 3;
  execute(float__unary_2_0);
  goto float__unary_2_ext_interrupt;
 case functor_floating__point__sqrt_2:
  allocp[0] = makesym(functor_bblt__float__sqrt_2);
  x1 = arg(a0, 0);
  allocp[1] = x1;
  x2 = arg(a0, 1);
  allocp[2] = x2;
  x0 = makefunctor(&allocp[0]);
  a0 = x0;
  allocp += 3;
  execute(float__unary_2_0);
  goto float__unary_2_ext_interrupt;
 case functor_floating__point__ceil_2:
  allocp[0] = makesym(functor_bblt__float__ceil_2);
  x1 = arg(a0, 0);
  allocp[1] = x1;
  x2 = arg(a0, 1);
  allocp[2] = x2;
  x0 = makefunctor(&allocp[0]);
  a0 = x0;
  allocp += 3;
  execute(float__unary_2_0);
  goto float__unary_2_ext_interrupt;
 case functor_floating__point__floor_2:
  allocp[0] = makesym(functor_bblt__float__floor_2);
  x1 = arg(a0, 0);
  allocp[1] = x1;
  x2 = arg(a0, 1);
  allocp[2] = x2;
  x0 = makefunctor(&allocp[0]);
  a0 = x0;
  allocp += 3;
  execute(float__unary_2_0);
  goto float__unary_2_ext_interrupt;
 case functor_floating__point__to__integer_2:
  allocp[0] = makesym(functor_bblt__fix_2);
  x1 = arg(a0, 0);
  allocp[1] = x1;
  x2 = arg(a0, 1);
  allocp[2] = x2;
  x0 = makefunctor(&allocp[0]);
  allocp[3] = makesym(functor_yes_4);
  allocp[4] = x0;
  allocp[5] = makesym(atom_floating__arithmetics);
  allocp[6] = makecons(cons_const_4);
  allocp[7] = makecons(cons_const_0);
  x3 = makefunctor(&allocp[3]);
  allocp += 8;
  unify_value(a1, x3);
  proceed();
 case functor_current__node_2:
  allocp[0] = makesym(functor_bblt__current__node_2);
  x1 = arg(a0, 0);
  allocp[1] = x1;
  x2 = arg(a0, 1);
  allocp[2] = x2;
  x0 = makefunctor(&allocp[0]);
  allocp[3] = makesym(functor_yes_4);
  allocp[4] = x0;
  allocp[5] = makesym(atom_builtin);
  allocp[6] = NILATOM;
  allocp[7] = makecons(cons_const_2);
  x3 = makefunctor(&allocp[3]);
  allocp += 8;
  unify_value(a1, x3);
  proceed();
  };
  goto is__body__builtin_2_2;
 case VARREF:
  deref_and_jump(a0,is__body__builtin_2_1);
  *reasonp++ =  a0;
  goto is__body__builtin_2_2;
  };
  goto is__body__builtin_2_2;
 is__body__builtin_2_2:
  otherwise(is__body__builtin_2_interrupt);
  x0 = makesym(atom_no);
  unify_value(a1, x0);
  proceed();
 is__body__builtin_2_ext_interrupt:
  reasonp = 0l;
 is__body__builtin_2_interrupt:
  goto interrupt_2;
 }

 int__binary_2_top: {
  q x0;
  qp = qp->next;
 int__binary_2_clear_reason:
  reasonp = reasons;
 int__binary_2_0:
  allocp[0] = makesym(functor_yes_4);
  allocp[1] = a0;
  allocp[2] = makesym(atom_integer__arithmetics);
  allocp[3] = makecons(cons_const_2);
  allocp[4] = makecons(cons_const_0);
  x0 = makefunctor(&allocp[0]);
  allocp += 5;
  unify_value(a1, x0);
  proceed();
 int__binary_2_ext_interrupt:
  reasonp = 0l;
 int__binary_2_interrupt:
  toppred = &predicate_klic__comp__bb_xint__binary_2;
  goto interrupt_2;
 }

 int__unary_2_top: {
  q x0;
  qp = qp->next;
 int__unary_2_clear_reason:
  reasonp = reasons;
 int__unary_2_0:
  allocp[0] = makesym(functor_yes_4);
  allocp[1] = a0;
  allocp[2] = makesym(atom_integer__arithmetics);
  allocp[3] = makecons(cons_const_0);
  allocp[4] = makecons(cons_const_0);
  x0 = makefunctor(&allocp[0]);
  allocp += 5;
  unify_value(a1, x0);
  proceed();
 int__unary_2_ext_interrupt:
  reasonp = 0l;
 int__unary_2_interrupt:
  toppred = &predicate_klic__comp__bb_xint__unary_2;
  goto interrupt_2;
 }

 float__binary_2_top: {
  q x0;
  qp = qp->next;
 float__binary_2_clear_reason:
  reasonp = reasons;
 float__binary_2_0:
  allocp[0] = makesym(functor_yes_4);
  allocp[1] = a0;
  allocp[2] = makesym(atom_floating__arithmetics);
  allocp[3] = makecons(cons_const_8);
  allocp[4] = makecons(cons_const_4);
  x0 = makefunctor(&allocp[0]);
  allocp += 5;
  unify_value(a1, x0);
  proceed();
 float__binary_2_ext_interrupt:
  reasonp = 0l;
 float__binary_2_interrupt:
  toppred = &predicate_klic__comp__bb_xfloat__binary_2;
  goto interrupt_2;
 }

 float__unary_2_top: {
  q x0;
  qp = qp->next;
 float__unary_2_clear_reason:
  reasonp = reasons;
 float__unary_2_0:
  allocp[0] = makesym(functor_yes_4);
  allocp[1] = a0;
  allocp[2] = makesym(atom_floating__arithmetics);
  allocp[3] = makecons(cons_const_4);
  allocp[4] = makecons(cons_const_4);
  x0 = makefunctor(&allocp[0]);
  allocp += 5;
  unify_value(a1, x0);
  proceed();
 float__unary_2_ext_interrupt:
  reasonp = 0l;
 float__unary_2_interrupt:
  toppred = &predicate_klic__comp__bb_xfloat__unary_2;
  goto interrupt_2;
 }
 interrupt_2:
  allocp[3] = a1;
 interrupt_1:
  allocp[2] = a0;
 interrupt_0:
  allocp = interrupt_goal(allocp, toppred, reasonp);
 proceed_label:
  loop_within_module(module_klic__comp__bb);
}