Home
last modified time | relevance | path

Searched refs:mutflag (Results 1 – 6 of 6) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmutation-data.h134 mutflag::bad | mutflag::qazlal, true,
151 mutflag::bad | mutflag::qazlal, true,
260 { MUT_WEAK, 8, 2, mutflag::bad | mutflag::xom, false,
269 { MUT_DOPEY, 8, 2, mutflag::bad | mutflag::xom, false,
278 { MUT_CLUMSY, 8, 2, mutflag::bad | mutflag::xom, false,
370 mutflag::bad | mutflag::xom,
470 { MUT_SCREAM, 6, 2, mutflag::bad | mutflag::xom, false,
587 mutflag::bad | mutflag::xom, false,
1237 { MUT_EYEBALLS, 0, 3, mutflag::good | mutflag::jiyva, true,
1613 { MUT_TENDRILS, 0, 1, mutflag::good | mutflag::jiyva, true,
[all …]
H A Dmutation.cc75 enum class mutflag enum
85 DEF_BITFIELD(mutflags, mutflag, 4);
214 case mutflag::jiyva: in _mut_weight()
215 case mutflag::qazlal: in _mut_weight()
216 case mutflag::xom: in _mut_weight()
218 case mutflag::good: in _mut_weight()
219 case mutflag::bad: in _mut_weight()
1334 mutflag mt; in _get_random_mutation()
1341 mt = x_chance_in_y(3, 5) ? mutflag::good : mutflag::bad; in _get_random_mutation()
1345 mt = mutflag::bad; in _get_random_mutation()
[all …]
/dports/math/gap/gap-4.11.0/lib/
H A Doper.g1058 function ( filter, getter, setter, tester, mutflag )
1218 local flags, mutflag, getter, rank;
1229 mutflag := false;
1233 mutflag := args[1] in [ "mutable", true];
1239 mutflag := args[1] in [ "mutable", true ];
1248 if mutflag then
1316 attr, mutflag, flags, rank;
1327 mutflag := false;
1331 mutflag := args[1] in [ "mutable", true];
1337 mutflag := args[1] in [ "mutable", true ];
[all …]
H A Dtype1.g20 function ( name, filter, getter, setter, tester, mutflag )
32 function ( name, filter, getter, setter, tester, mutflag )
33 if mutflag then
H A Doper1.g652 function ( name, filter, getter, setter, tester, mutflag )
719 function ( name, filter, getter, setter, tester, mutflag )
H A Dctbl.gd404 local mutflag, depend;
410 mutflag:= false;
413 mutflag:= true;
424 if mutflag then