Searched refs:nplus (Results 1 – 10 of 10) sorted by relevance
156 sopno nplus; /* how deep does it nest +s? */ member
79 const char **lastpos; /* [nplus+1] */222 if (g->nplus > 0 && m->lastpos == NULL)223 m->lastpos = (const char **)malloc((g->nplus+1) *225 if (g->nplus > 0 && m->lastpos == NULL) {238 assert(g->nplus == 0 || m->lastpos != NULL);610 assert(lev+1 <= m->g->nplus);
371 g->nplus = pluscount(p, g); in llvm_regcomp()
153 sopno nplus; /* how deep does it nest +s? */ member
244 g->nplus = pluscount(p, g); in llvm_regcomp()
1020 Scalar nplus = n + one;1033 Scalar factorial = numext::exp(lgamma_impl<Scalar>::run(nplus));1034 return numext::pow(-one, nplus) * factorial * zeta_impl<Scalar>::run(nplus, x);