Home
last modified time | relevance | path

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

/dports/math/py-graphillion/Graphillion-1.3/src/SAPPOROBDD/
H A DBDD.cc400 bddword n_nd = B_STRTOI(s, NULL, 10); in BDDV_Import() local
402 for(hashsize = 1; hashsize < (n_nd<<1); hashsize <<= 1) in BDDV_Import()
415 for(bddword ix=0; ix<n_nd; ix++) in BDDV_Import()
H A DZBDD.cc870 bddword n_nd = B_STRTOI(s, NULL, 10); in ZBDDV_Import() local
872 for(hashsize = 1; hashsize < (n_nd<<1); hashsize <<= 1) in ZBDDV_Import()
885 for(bddword ix=0; ix<n_nd; ix++) in ZBDDV_Import()
H A Dbddc.c2633 bddp n_nd, ix, f, f0, f1, nd, nd0, nd1, hashsize, ixx; local
2658 n_nd = B_STRTOI(s, NULL, 10);
2660 for(hashsize = 1; hashsize < (n_nd<<1); hashsize <<= 1)
2673 for(ix=0; ix<n_nd; ix++)
/dports/devel/xwpe/xwpe-1.5.30a/
H A Dwe_progn.c38 #define e_mk_col(str, l, n, frb, cs, n_nd, n_bg) \ argument
87 if (n_nd < n-n_bg && str[n] == cs->end_comment[n_nd]) \
90 for (jj = 1; jj <= n_nd && n-jj >= 0 && \
91 str[n-jj] == cs->end_comment[n_nd-jj]; jj++); \
92 if (jj > n_nd) mcsw = svmsw; \
465 int n_bg = -1, n_nd = strlen(f->c_st->end_comment)-1; local
488 e_mk_col(b->bf[y].s, b->bf[y].len, k, frb, f->c_st, n_nd, n_bg);
498 e_mk_col(b->bf[y].s, b->bf[y].len, i, frb, f->c_st, n_nd, n_bg);
508 e_mk_col(b->bf[y].s, b->bf[y].len, i, frb, f->c_st, n_nd, n_bg);
563 e_mk_col(b->bf[y].s, b->bf[y].len, i, frb, f->c_st, n_nd, n_bg);