Home
last modified time | relevance | path

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

/dports/math/fxt/fxt/demo/sort/
H A Dequivclass-bitstring-demo.cc25 bool bs_equiv_q(ulong x, ulong y) // identify words that are mutal reverses in bs_equiv_q() function
35 if ( bs_equiv_q(y, x) ) return 1; in bsu_equiv_q()
37 if ( bs_equiv_q(y, x) ) return 1; in bsu_equiv_q()
62 if ( 0==cq ) equivalence_classes(s, n, bs_equiv_q, e); in main()