Home
last modified time | relevance | path

Searched refs:rangeB (Results 1 – 5 of 5) sorted by relevance

/external/exoplayer/tree/library/dash/src/test/java/com/google/android/exoplayer2/source/dash/manifest/
DRangedUriTest.java36 RangedUri rangeB = new RangedUri(FULL_URI, 10, 10); in merge() local
38 assertMerge(rangeA, rangeB, expected, null); in merge()
44 RangedUri rangeB = new RangedUri(FULL_URI, 10, C.LENGTH_UNSET); in mergeUnbounded() local
46 assertMerge(rangeA, rangeB, expected, null); in mergeUnbounded()
53 RangedUri rangeB = new RangedUri(FULL_URI, 11, 10); in nonMerge() local
54 assertNonMerge(rangeA, rangeB, null); in nonMerge()
58 rangeB = new RangedUri(FULL_URI, 11, C.LENGTH_UNSET); in nonMerge()
59 assertNonMerge(rangeA, rangeB, null); in nonMerge()
63 rangeB = new RangedUri(FULL_URI, 10, 10); in nonMerge()
64 assertNonMerge(rangeA, rangeB, null); in nonMerge()
[all …]
/external/deqp/modules/gles3/functional/
Des3fShaderPrecisionTests.cpp182 …unc, glu::Precision precision, const tcu::Vec2& rangeA, const tcu::Vec2& rangeB, bool isVertexCase…
215 …unc, glu::Precision precision, const tcu::Vec2& rangeA, const tcu::Vec2& rangeB, bool isVertexCase) in ShaderFloatPrecisionCase() argument
221 , m_rangeB (rangeB) in ShaderFloatPrecisionCase()
436 …ecision precision, int bits, const tcu::IVec2& rangeA, const tcu::IVec2& rangeB, bool isVertexCase…
467 …ecision precision, int bits, const tcu::IVec2& rangeA, const tcu::IVec2& rangeB, bool isVertexCase) in ShaderIntPrecisionCase() argument
474 , m_rangeB (rangeB) in ShaderIntPrecisionCase()
630 …ecision precision, int bits, const tcu::UVec2& rangeA, const tcu::UVec2& rangeB, bool isVertexCase…
661 …ecision precision, int bits, const tcu::UVec2& rangeA, const tcu::UVec2& rangeB, bool isVertexCase) in ShaderUintPrecisionCase() argument
668 , m_rangeB (rangeB) in ShaderUintPrecisionCase()
861 tcu::Vec2 rangeB; in init() member
[all …]
/external/OpenCL-CTS/test_conformance/images/
Dcommon.cpp148 size_t random_in_ranges(size_t minimum, size_t rangeA, size_t rangeB, MTdata d) in random_in_ranges() argument
150 if (rangeB < rangeA) rangeA = rangeB; in random_in_ranges()
Dcommon.h51 size_t random_in_ranges(size_t minimum, size_t rangeA, size_t rangeB, MTdata d);
/external/llvm-project/mlir/lib/Dialect/Linalg/IR/
DLinalgOps.cpp1391 auto rangeB = llvm::make_range(b.begin(), b.end()); in INSTANTIATE_WEIGHTED_POOLING_INPUT_INDEX() local
1392 auto concatRanges = llvm::concat<const AffineExpr>(rangeA, rangeB); in INSTANTIATE_WEIGHTED_POOLING_INPUT_INDEX()