Home
last modified time | relevance | path

Searched refs:total_states (Results 1 – 25 of 32) sorted by relevance

12

/dports/games/golly/golly-3.3-src/Scripts/Python/Rule-Generators/
H A DTriTurmite-gen.py126 total_states = n_colors+n_colors*n_states*3 variable
236 if total_states<=16:
240 width = 15*(total_states*total_states-1) + 15 # we set the background color
316 golly_state = uc * total_states + lc
337 golly_state = upper * total_states + lc
363 golly_state = uc * total_states + lower
414 ConvertTreeToRule(rule_name, total_states, pixels)
416 elif total_states<=128:
420 width = 15*(total_states*2-2) + 15 # we set the background color
502 pixels[row][(color+total_states-2)*15+column] = \
[all …]
H A DLangtons-Ant-gen.py46 total_states = n_colors+n_colors*n_states*n_dirs variable
49 if total_states>255:
83 tree = RuleTree(total_states,4)
117 tree.add_rule([inputs]+[range(total_states)]*4,output_color)
186 pixels = [[palette[0] for column in range(total_states)*31] for row in range(53)]
224 ConvertTreeToRule(rule_name, total_states, pixels)
H A DAbsoluteHexTurmite-gen.py110 total_states = n_colors + n_colors*n_states variable
111 if total_states > 256:
189 transition = [inputs]+[range(total_states)]*n_dirs+[[output_color]]
197 HexagonalTransitionsToRuleTree('hexagonal',total_states,transitions,rule_name)
209 width = 31*(total_states-1)
294 ConvertTreeToRule(rule_name, total_states, pixels)
H A DAbsoluteTurmite-gen.py124 total_states = n_colors + n_colors*n_states variable
127 if total_states > 255:
177 tree = RuleTree(total_states,4)
212 tree.add_rule([inputs]+[range(total_states)]*4,output_color)
279 pixels = [[palette[0] for column in range(total_states)*31] for row in range(53)]
307 ConvertTreeToRule(rule_name, total_states, pixels)
H A DTurmite-gen.py299 total_states = n_colors+n_colors*n_states*n_dirs variable
302 if total_states > 255:
364 tree = RuleTree(total_states,4)
398 tree.add_rule([inputs]+[range(total_states)]*4,output_color)
468 pixels = [[palette[0] for column in range(total_states)*31] for row in range(53)]
506 ConvertTreeToRule(rule_name, total_states, pixels)
H A DHexTurmite-gen.py150 total_states = n_colors + n_colors*n_states*n_dirs variable
153 if total_states > 255:
245 transition = [inputs]+[range(total_states)]*n_dirs+[[output_color]]
253 HexagonalTransitionsToRuleTree('hexagonal',total_states,transitions,rule_name)
265 width = 31*(total_states-1)
616 ConvertTreeToRule(rule_name, total_states, pixels)
/dports/emulators/mess/mame-mame0226/src/devices/cpu/m6502/
H A Dm6502make.py192 total_states = len(states)
195 "disasm_count": total_states-1
201 if n < total_states - 1:
210 if n < total_states - 1:
217 total_states = len(states)
220 "disasm_count": total_states-1
226 if n == total_states - 1: break
/dports/emulators/mame/mame-mame0226/src/devices/cpu/m6502/
H A Dm6502make.py192 total_states = len(states)
195 "disasm_count": total_states-1
201 if n < total_states - 1:
210 if n < total_states - 1:
217 total_states = len(states)
220 "disasm_count": total_states-1
226 if n == total_states - 1: break
/dports/games/golly/golly-3.3-src/Scripts/Python/glife/
H A DEmulateTriangular.py175 total_states = n_states*2 - 1
176 if total_states>256:
180 tree = RuleTree(total_states,4)
187 range(total_states)], # N
191 range(total_states), # S
383 total_states = n_states * n_states
387 total_states = n_states * 2 - 1
399 for i in range(1,total_states):
405 ConvertTreeToRule(rule_name, total_states, pixels)
H A DEmulateMargolus.py90 total_states = 1+2*n_states
91 tree = RuleTree(total_states,8)
156 ConvertTreeToRule(rule_name, total_states, [])
H A DRuleTree.py329 def ConvertTreeToRule(rule_name, total_states, icon_pixels): argument
415 if numicons >= total_states:
/dports/textproc/reflex/reflex-20210808/
H A Dgen.c710 int i, k, *acc_array, total_states; in gentabs() local
866 total_states = lastdfa + numtemps; in gentabs()
870 "yy_base", total_states + 1); in gentabs()
894 total_states; ++i) { in gentabs()
901 out_str_dec((total_states >= MAX_SHORT || long_align) ? in gentabs()
903 "yy_def", total_states + 1); in gentabs()
905 for (i = 1; i <= total_states; ++i) in gentabs()
910 out_str_dec((total_states >= MAX_SHORT || long_align) ? in gentabs()
926 out_str_dec((total_states >= MAX_SHORT || long_align) ? in gentabs()
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/flex/dist/src/
H A Dgen.c1328 total_states = lastdfa + numtemps; in gentabs()
1333 "yy_base", total_states + 1); in gentabs()
1343 yybase_tbl->td_lolen = total_states + 1; in gentabs()
1390 out_str_dec ((total_states >= INT16_MAX || long_align) ? in gentabs()
1392 "yy_def", total_states + 1); in gentabs()
1396 (total_states >= INT16_MAX in gentabs()
1403 yydef_tbl->td_lolen = total_states + 1; in gentabs()
1407 for (i = 1; i <= total_states; ++i) { in gentabs()
1424 out_str_dec ((total_states >= INT16_MAX || long_align) ? in gentabs()
1430 (total_states >= INT16_MAX in gentabs()
[all …]
/dports/textproc/flex/flex-2.6.4/src/
H A Dgen.c1055 int i, j, k, *accset, nacc, *acc_array, total_states; in gentabs() local
1300 total_states = lastdfa + numtemps; in gentabs()
1305 "yy_base", total_states + 1); in gentabs()
1360 out_str_dec ((total_states >= INT16_MAX || long_align) ? in gentabs()
1362 "yy_def", total_states + 1); in gentabs()
1366 (total_states >= INT16_MAX in gentabs()
1375 for (i = 1; i <= total_states; ++i) { in gentabs()
1392 out_str_dec ((total_states >= INT16_MAX || long_align) ? in gentabs()
1398 (total_states >= INT16_MAX in gentabs()
1429 out_str_dec ((total_states >= INT16_MAX || long_align) ? in gentabs()
[all …]
/dports/math/py-pynleq2/pysces-0.9.8/pysces/kraken/controllers/
H A Dkraken_continuation.py79 total_states = 0
83 total_states += DaResults[x].shape[0]
91 print('Total time taken to complete %s state scan %s minutes' % (total_states, (TIME_END-TIME_START…
H A Dkraken_scanner2.py92 total_states = 0
96 total_states += DaResults[x][0].shape[0]
103 …print('Total time taken to complete %s state scan %s minutes' % (total_states, (TIME_END-TIME_STAR…
H A Dkraken_continuation_eigen.py81 total_states = 0
85 total_states += DaResults[x][0].shape[0]
92 …print('Total time taken to complete %s state scan %s minutes' % (total_states, (TIME_END-TIME_STAR…
/dports/biology/py-PySCeS/pysces-1.0.0/pysces/kraken/controllers/
H A Dkraken_continuation.py79 total_states = 0 variable
83 total_states += DaResults[x].shape[0]
91 print('Total time taken to complete %s state scan %s minutes' % (total_states, (TIME_END-TIME_START…
H A Dkraken_scanner2.py92 total_states = 0
96 total_states += DaResults[x][0].shape[0]
103 …print('Total time taken to complete %s state scan %s minutes' % (total_states, (TIME_END-TIME_STAR…
H A Dkraken_continuation_eigen.py84 total_states = 0
91 total_states += DaResults[x][0].shape[0]
101 % (total_states, (TIME_END - TIME_START) / 60.0)
/dports/games/scummvm/scummvm-2.5.1/engines/icb/
H A Dbarriers.cpp553 anim_prop_info[j].total_states = 0; in ___init()
1229 uint32 total_states, i; in Prepare_animating_barriers() local
1259 total_states = 0; in Prepare_animating_barriers()
1318 if (state > total_states) in Prepare_animating_barriers()
1319 total_states = state; in Prepare_animating_barriers()
1340 (const char *)MS->prop_anims->Fetch_items_name_by_number(j), total_states, in Prepare_animating_barriers()
1344 anim_prop_info[prop_number].total_states = (uint8)(total_states + 1); in Prepare_animating_barriers()
1348 (total_states + 1) * anim_prop_info[prop_number].barriers_per_state); in Prepare_animating_barriers()
1359 abar_index += ((total_states + 1) * anim_prop_info[prop_number].barriers_per_state); in Prepare_animating_barriers()
1376 anim_prop_info[j].total_states, anim_prop_info[j].barriers_per_state); in Prepare_animating_barriers()
[all …]
H A Dbarriers.h79 uint8 total_states; // temp - could be removed variable
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dbpf_verifier.h437 u32 total_states; member
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dbpf_verifier.h437 u32 total_states; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dbpf_verifier.h437 u32 total_states; member

12