Searched refs:top2 (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/core/lib/gtl/ |
D | top_n_test.cc | 126 TopN<string> top2(top); in TEST() local 137 top2.push("zero"); in TEST() 138 EXPECT_EQ(top2.peek_bottom(), "top"); in TEST() 141 std::vector<string> s = ConsumeRawPtr(top2.Extract()); in TEST()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | AABoxCollisionVolume.java | 95 float left2, float right2, float top2, float bottom2) { in boxIntersect() argument 97 final boolean verticalIntersection = top1 > bottom2 && top2 > bottom1; in boxIntersect()
|
/external/clang/test/Modules/Inputs/ |
D | category_top.h | 9 -(void)top2;
|
/external/libgav1/libgav1/src/dsp/x86/ |
D | intrapred_smooth_sse4.cc | 1924 const __m128i top2 = _mm_unpackhi_epi8(top_lo, zero); in SmoothVertical32x8_SSE4_1() local 1938 WriteSmoothDirectionalSum16(dst, top1, top2, weights_y, weights_y, in SmoothVertical32x8_SSE4_1() 1959 const __m128i top2 = _mm_unpackhi_epi8(top_lo, zero); in SmoothVertical32x16_SSE4_1() local 1978 WriteSmoothDirectionalSum16(dst, top1, top2, weights_y, weights_y, in SmoothVertical32x16_SSE4_1() 1991 WriteSmoothDirectionalSum16(dst, top1, top2, weights_y, weights_y, in SmoothVertical32x16_SSE4_1() 2015 const __m128i top2 = _mm_unpackhi_epi8(top_lo, zero); in SmoothVertical32x32_SSE4_1() local 2040 WriteSmoothDirectionalSum16(dst, top1, top2, weights_y, weights_y, in SmoothVertical32x32_SSE4_1() 2053 WriteSmoothDirectionalSum16(dst, top1, top2, weights_y, weights_y, in SmoothVertical32x32_SSE4_1() 2066 WriteSmoothDirectionalSum16(dst, top1, top2, weights_y, weights_y, in SmoothVertical32x32_SSE4_1() 2079 WriteSmoothDirectionalSum16(dst, top1, top2, weights_y, weights_y, in SmoothVertical32x32_SSE4_1() [all …]
|
/external/dagger2/javatests/dagger/internal/codegen/ |
D | SubcomponentValidationTest.java | 871 JavaFileObject top2 = in subcomponentImplNameUsesFullyQualifiedClassNameIfNecessary() local 912 daggerCompiler().withOptions(compilerMode.javacopts()).compile(parent, top1, top2); in subcomponentImplNameUsesFullyQualifiedClassNameIfNecessary()
|
/external/clang/test/Modules/ |
D | objc-categories.m | 26 [foo top2];
|