Home
last modified time | relevance | path

Searched refs:top2 (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/lib/gtl/
Dtop_n_test.cc126 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/
DAABoxCollisionVolume.java95 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/
Dcategory_top.h9 -(void)top2;
/external/libgav1/libgav1/src/dsp/x86/
Dintrapred_smooth_sse4.cc1924 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/
DSubcomponentValidationTest.java871 JavaFileObject top2 = in subcomponentImplNameUsesFullyQualifiedClassNameIfNecessary() local
912 daggerCompiler().withOptions(compilerMode.javacopts()).compile(parent, top1, top2); in subcomponentImplNameUsesFullyQualifiedClassNameIfNecessary()
/external/clang/test/Modules/
Dobjc-categories.m26 [foo top2];