Home
last modified time | relevance | path

Searched refs:U_NODE (Results 1 – 5 of 5) sorted by relevance

/dports/math/gap/gap-4.11.0/pkg/grape-4.8.3/nauty22/
H A Ddreadnaut.c128 #define U_NODE 1 /* masks for u values */ macro
824 if (umask & U_NODE) options.usernodeproc = NODEPROC; in main()
H A Ddreadtest.c73 #define U_NODE 1 /* masks for u values */ macro
1000 if (umask & U_NODE) in main()
/dports/math/nauty/nauty27r3/
H A Ddreadnaut.c204 #define U_NODE 1 /* masks for u values */ macro
1586 if (umask & U_NODE) options.usernodeproc = NODEPROC; in main()
1659 if (umask & U_NODE) options_sg.usernodeproc = NODEPROC; in main()
/dports/math/py-pynauty/pynauty-1.0.2/src/nauty27r1/
H A Ddreadnaut.c204 #define U_NODE 1 /* masks for u values */ macro
1586 if (umask & U_NODE) options.usernodeproc = NODEPROC; in main()
1659 if (umask & U_NODE) options_sg.usernodeproc = NODEPROC; in main()
/dports/science/cdo/cdo-2.0.0/src/lib/yac/
H A Dsphere_part.c109 U_NODE = 1, enumerator
250 part_data[i].node_type = U_NODE; in partition_data()