Home
last modified time | relevance | path

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

/dports/lang/gnu-apl/apl-1.8/src/
H A DSystemLimits.def7 syl3: constant (not ./configure-able)
33 syl3("largest integer" , LARGE_INT , 9200000000000000000LL)
34 syl3("smallest (negative) integer" , SMALL_INT , -9200000000000000000LL)
49 #undef syl3
H A DSystemLimits.hh30 #define syl3(_n, e, v) macro
40 #define syl3(_n, e, v) const int64_t e = v; macro
H A DSystemVariable.hh583 #define syl3(n, e, v) syl1(n, e, v) macro
H A DSystemVariable.cc973 #define syl3(n, e, v) syl1(n, e, v) in get_apl_value() macro
/dports/games/tomenet/tomenet-4.6.0/src/client/
H A Dc-birth.c1933 char *syl1, *syl2, *syl3; in create_random_name() local
1945 syl3 = human_syllable3[idx]; in create_random_name()
1948 strnfmt(name, 32, "%s%s%s", syl1, syl2, syl3); in create_random_name()
/dports/math/gap/gap-4.11.0/pkg/ctbllib/tst/
H A Dmultfre2.tst1184 gap> syl3:= SylowSubgroup( s, 3 );;
1186 gap> repeat other:= Random( syl3 );
1294 gap> syl3:= List( subs, x -> SylowSubgroup( x, 3 ) );;
1295 gap> Length( Set( syl3 ) );
1297 gap> Number( syl3, x -> IsNormal( N, x ) );