HomeSort by relevance Sort by last modified time
    Searched refs:nplus (Results 1 - 16 of 16) sorted by null

  /bionic/libc/upstream-netbsd/lib/libc/regex/
regex2.h 202 sopno nplus; /* how deep does it nest +s? */ member in struct:re_guts
engine.c 115 const char **lastpos; /* [nplus+1] */
274 if (g->nplus > 0 && m->lastpos == NULL)
275 m->lastpos = malloc((g->nplus+1) *
277 if (g->nplus > 0 && m->lastpos == NULL) {
289 assert(g->nplus == 0 || m->lastpos != NULL);
698 assert(lev+1 <= m->g->nplus);
regcomp.c 318 g->nplus = pluscount(p, g);
    [all...]
  /external/llvm/lib/Support/
regex2.h 153 sopno nplus; /* how deep does it nest +s? */ member in struct:re_guts
regengine.inc 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);
regcomp.c 244 g->nplus = pluscount(p, g);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
regex2.h 150 sopno nplus; /* how deep does it nest +s? */ member in struct:re_guts
regengine.inc 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);
regcomp.c 236 g->nplus = pluscount(p, g);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
regex2.h 156 sopno nplus; /* how deep does it nest +s? */ member in struct:re_guts
regengine.inc 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);
regcomp.c 371 g->nplus = pluscount(p, g);
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
regex2.h 153 sopno nplus; /* how deep does it nest +s? */ member in struct:re_guts
regengine.inc 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);
regcomp.c 244 g->nplus = pluscount(p, g);
    [all...]
  /external/eigen/unsupported/Eigen/src/SpecialFunctions/
SpecialFunctionsImpl.h 1020 Scalar nplus = n + one; local
1033 Scalar factorial = numext::exp(lgamma_impl<Scalar>::run(nplus));
1034 return numext::pow(-one, nplus) * factorial * zeta_impl<Scalar>::run(nplus, x);
    [all...]

Completed in 271 milliseconds