Home
last modified time | relevance | path

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

/external/libcups/vcnet/regex/
Ddebug.c45 if (g->nplus > 0)
46 fprintf(d, ", nplus %ld", (long)g->nplus);
Dregex2.h127 sopno nplus; /* how deep does it nest +s? */ member
Dengine.c158 if (g->nplus > 0 && m->lastpos == NULL)
159 m->lastpos = (char **)malloc((g->nplus+1) *
161 if (g->nplus > 0 && m->lastpos == NULL) {
174 assert(g->nplus == 0 || m->lastpos != NULL);
550 assert(lev+1 <= m->g->nplus);
Dregcomp.c168 g->nplus = pluscount(p, g);
/external/llvm-project/llvm/lib/Support/
Dregex2.h156 sopno nplus; /* how deep does it nest +s? */ member
Dregengine.inc79 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);
Dregcomp.c372 g->nplus = pluscount(p, g); in llvm_regcomp()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregex2.h156 sopno nplus; /* how deep does it nest +s? */ member
Dregengine.inc79 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);
Dregcomp.c372 g->nplus = pluscount(p, g); in llvm_regcomp()
/external/llvm/lib/Support/
Dregex2.h153 sopno nplus; /* how deep does it nest +s? */ member
Dregengine.inc79 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);
Dregcomp.c244 g->nplus = pluscount(p, g); in llvm_regcomp()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Dregex2.h153 sopno nplus; /* how deep does it nest +s? */ member
Dregengine.inc79 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);
Dregcomp.c244 g->nplus = pluscount(p, g); in llvm_regcomp()
/external/eigen/unsupported/Eigen/src/SpecialFunctions/
DSpecialFunctionsImpl.h1020 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);
/external/toybox/tests/
Dsh.test540 'one\nplus\nthen\n' '' ''