Searched defs:nplus (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Support/
H A Dregex2.h153 sopno nplus; /* how deep does it nest +s? */ member in struct:re_guts
/external/swiftshader/third_party/LLVM/lib/Support/
H A Dregex2.h150 sopno nplus; /* how deep does it nest +s? */ member in struct:re_guts
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A Dregex2.h153 sopno nplus; /* how deep does it nest +s? */ member in struct:re_guts
/external/eigen/unsupported/Eigen/src/SpecialFunctions/
H A DSpecialFunctionsImpl.h1020 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);

Completed in 177 milliseconds