HomeSort by relevance Sort by last modified time
    Searched defs:Ne (Results 1 - 8 of 8) sorted by null

  /external/flac/libFLAC/
window.c 242 FLAC__int32 Ns, Ne, n, i;
251 Ne = (FLAC__int32)(p / 2.0f * (L - end_n));
261 for (i = 1; n < end_n+Ne && n < L; n++, i++)
262 window[n] = (FLAC__real)(0.5f - 0.5f * cos(M_PI * i / Ne));
263 for (; n < L - (Ne) && n < L; n++)
265 for (i = Ne; n < L; n++, i--)
266 window[n] = (FLAC__real)(0.5f - 0.5f * cos(M_PI * i / Ne));
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp 477 bool node_eq(GepNode *N1, GepNode *N2, NodePairSet &Eq, NodePairSet &Ne) {
487 NodePairSet::iterator FNe = Ne.find(NP);
488 if (FNe != Ne.end())
498 Ne.insert(P);
504 if (Root1 || node_eq(N1->Parent, N2->Parent, Eq, Ne)) {
530 NodePairSet Eq, Ne; // Caches.
534 for (NodeSet::iterator NI = S.begin(), NE = S.end(); NI != NE; ++NI) {
544 for (NodeSet::iterator NJ = std::next(NI); NJ != NE; ++NJ)
545 if (node_eq(N, *NJ, Eq, Ne))
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp     [all...]
  /external/opencv3/modules/features2d/src/
mser.cpp 706 int Ne,
848 return Ne;
902 int Ne = src.cols*src.rows*2-src.cols-src.rows;
903 MSCREdge* edge = (MSCREdge*)cvAlloc( Ne*sizeof(edge[0]) );
908 Ne = preprocessMSER_8uC3( map, edge, &emean, src, dx, dy, Ne, params.edgeBlurSize );
909 emean = emean / (double)Ne;
910 std::sort(edge, edge + Ne, LessThanEdge());
911 MSCREdge* edge_ub = edge+Ne;
    [all...]
  /external/gmock/include/gmock/
gmock-matchers.h     [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-matchers.h 782 // Implements Eq(v), Ge(v), Gt(v), Le(v), Lt(v), and Ne(v)
789 GMOCK_IMPLEMENT_COMPARISON_MATCHER_(Ne, !=, "isn't equal to", "is equal to");
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 117 | Ne
    [all...]

Completed in 1861 milliseconds