Home
last modified time | relevance | path

Searched defs:numLoops (Results 1 – 4 of 4) sorted by relevance

/external/oboe/src/flowgraph/resampler/
DPolyphaseResamplerMono.cpp50 const int numLoops = mNumTaps >> 2; // n/4 in readFrame() local
DPolyphaseResamplerStereo.cpp54 const int numLoops = mNumTaps >> 2; // n/4 in readFrame() local
/external/s2-geometry-library-java/src/com/google/common/geometry/
DS2Polygon.java247 public int numLoops() { in numLoops() method in S2Polygon
/external/swiftshader/tests/ReactorUnitTests/
DReactorUnitTests.cpp3535 constexpr int numLoops = 16; in TEST() local
3584 constexpr int numLoops = 16; in TEST() local
3947 const int numLoops = 5; // 2 should be enough, but loop more to make sure in TEST() local