Home
last modified time | relevance | path

Searched refs:eight (Results 1 – 25 of 217) sorted by relevance

123456789

/external/libaom/libaom/av1/common/x86/
Dintra_edge_sse4.c61 __m128i eight = _mm_set1_epi16(8); in av1_filter_intra_edge_sse4_1() local
62 d0 = _mm_add_epi16(d0, eight); in av1_filter_intra_edge_sse4_1()
98 __m128i eight = _mm_set1_epi16(8); in av1_filter_intra_edge_sse4_1() local
99 d0 = _mm_add_epi16(d0, eight); in av1_filter_intra_edge_sse4_1()
157 __m128i eight = _mm_set1_epi16(8); in av1_filter_intra_edge_high_sse4_1() local
158 d0 = _mm_add_epi16(d0, eight); in av1_filter_intra_edge_high_sse4_1()
190 __m128i eight = _mm_set1_epi16(8); in av1_filter_intra_edge_high_sse4_1() local
191 d0 = _mm_add_epi16(d0, eight); in av1_filter_intra_edge_high_sse4_1()
249 __m128i eight = _mm_set1_epi16(8); in av1_upsample_intra_edge_sse4_1() local
250 d0 = _mm_add_epi16(d0, eight); in av1_upsample_intra_edge_sse4_1()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-strings/
Dradix.test10 CHECK-NONE: eight
17 CHECK-DEC: 34 eight
24 CHECK-OCT: 42 eight
31 CHECK-HEX: 22 eight
/external/libcxx/test/std/experimental/iterator/ostream.joiner/ostream.joiner.cons/
Dostream_joiner.cons.pass.cpp29 const char eight = '8'; in main() local
41 { exp::ostream_joiner<char> oj(std::cout, eight); } in main()
53 { exp::ostream_joiner<char, wchar_t> oj(std::wcout, eight); } in main()
/external/libchrome/base/containers/
Dcircular_deque_unittest.cc472 circular_deque<int>::iterator eight = q.begin(); in TEST() local
473 eight += 8; in TEST()
474 EXPECT_EQ(8, eight - q.begin()); in TEST()
475 EXPECT_EQ(expected_front + 8, *eight); in TEST()
478 eight -= 8; in TEST()
479 EXPECT_EQ(q.begin(), eight); in TEST()
482 eight = eight + 8; in TEST()
483 EXPECT_EQ(8, eight - q.begin()); in TEST()
486 eight = eight - 8; in TEST()
487 EXPECT_EQ(q.begin(), eight); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dattr-amdgpu-num-sgpr-spill-to-smem.ll16 %eight = load volatile i32, i32 addrspace(4)* undef
19 …,s,s,s,s,s"(i32 %one, i32 %two, i32 %three, i32 %four, i32 %five, i32 %six, i32 %seven, i32 %eight)
27 store volatile i32 %eight, i32 addrspace(1)* undef
Dattr-amdgpu-num-sgpr.ll21 %eight = load volatile i32, i32 addrspace(4)* undef
24 …(i32 %one, i32 %two, i32 %three, i32 %four, i32 %five, i32 %six, i32 %seven, i32 %eight, i32 %nine)
32 store volatile i32 %eight, i32 addrspace(1)* undef
/external/fonttools/Tests/mtiLib/data/mti/
Dcontextcoverage.txt17 eight
34 eight
Dchainedcoverage.txt17 eight
34 eight
/external/fonttools/Tests/feaLib/data/
Dfeature_aalt.fea22 sub [zero one two three four five six seven eight nine] [A a]' by ordfeminine;
23 sub [zero one two three four five six seven eight nine] [O o]' by ordmasculine;
Dbug463.fea3 @DIGIT = [zero one two three four five six seven eight nine];
/external/libaom/libaom/aom_dsp/x86/
Dhighbd_intrapred_sse2.c434 const __m128i eight = _mm_cvtsi32_si128(8); in aom_highbd_dc_left_predictor_8x16_sse2() local
436 const __m128i dc = _mm_srli_epi16(_mm_add_epi16(sum, eight), 4); in aom_highbd_dc_left_predictor_8x16_sse2()
507 const __m128i eight = _mm_cvtsi32_si128(8); in aom_highbd_dc_left_predictor_16x16_sse2() local
509 const __m128i dc = _mm_srli_epi16(_mm_add_epi16(sum, eight), 4); in aom_highbd_dc_left_predictor_16x16_sse2()
542 const __m128i eight = _mm_cvtsi32_si128(8); in aom_highbd_dc_top_predictor_16x8_sse2() local
544 const __m128i dc = _mm_srli_epi16(_mm_add_epi16(sum, eight), 4); in aom_highbd_dc_top_predictor_16x8_sse2()
553 const __m128i eight = _mm_cvtsi32_si128(8); in aom_highbd_dc_top_predictor_16x16_sse2() local
555 const __m128i dc = _mm_srli_epi16(_mm_add_epi16(sum, eight), 4); in aom_highbd_dc_top_predictor_16x16_sse2()
564 const __m128i eight = _mm_cvtsi32_si128(8); in aom_highbd_dc_top_predictor_16x32_sse2() local
566 const __m128i dc = _mm_srli_epi16(_mm_add_epi16(sum, eight), 4); in aom_highbd_dc_top_predictor_16x32_sse2()
[all …]
Dintrapred_sse2.c399 const __m128i eight = _mm_set1_epi16((uint16_t)8); in aom_dc_top_predictor_16x4_sse2() local
400 sum_above = _mm_add_epi16(sum_above, eight); in aom_dc_top_predictor_16x4_sse2()
412 const __m128i eight = _mm_set1_epi16((uint16_t)8); in aom_dc_top_predictor_16x8_sse2() local
413 sum_above = _mm_add_epi16(sum_above, eight); in aom_dc_top_predictor_16x8_sse2()
426 const __m128i eight = _mm_set1_epi16((uint16_t)8); in aom_dc_top_predictor_16x32_sse2() local
427 sum_above = _mm_add_epi16(sum_above, eight); in aom_dc_top_predictor_16x32_sse2()
440 const __m128i eight = _mm_set1_epi16((uint16_t)8); in aom_dc_top_predictor_16x64_sse2() local
441 sum_above = _mm_add_epi16(sum_above, eight); in aom_dc_top_predictor_16x64_sse2()
554 const __m128i eight = _mm_set1_epi16((uint16_t)8); in aom_dc_left_predictor_4x16_sse2() local
555 sum_left = _mm_add_epi16(sum_left, eight); in aom_dc_left_predictor_4x16_sse2()
[all …]
/external/v4l2_codec2/
D.clang-format21 # lines indented eight spaces.". clang-format does not support having the colon
24 # first one) have an eight space indentation.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dvec-args-07.ll5 ; Up to eight vector return values fit into VRs.
25 ; More than eight vector return values use sret.
Dvec-args-06.ll5 ; Up to eight vector return values fit into VRs.
38 ; More than eight vector return values use sret.
/external/llvm/test/CodeGen/SystemZ/
Dvec-args-07.ll5 ; Up to eight vector return values fit into VRs.
25 ; More than eight vector return values use sret.
Dvec-args-06.ll5 ; Up to eight vector return values fit into VRs.
38 ; More than eight vector return values use sret.
/external/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/
DREADME.soc52 architecture combining eight ARM A53 processor cores
83 The LS2080A integrated multicore processor combines eight ARM Cortex-A57
107 - Up to eight 10 Gbps Ethernet MACs
108 - Up to eight 1 / 2.5 Gbps Ethernet MACs
210 The LS2088A integrated multicore processor combines eight ARM Cortex-A72
234 - Up to eight 10 Gbps Ethernet MACs
235 - Up to eight 1 / 2.5 Gbps Ethernet MACs
/external/libvpx/libvpx/vp9/common/x86/
Dvp9_idct_intrin_sse2.c17 const __m128i eight = _mm_set1_epi16(8); in vp9_iht4x4_16_add_sse2() local
43 in[0] = _mm_add_epi16(in[0], eight); in vp9_iht4x4_16_add_sse2()
44 in[1] = _mm_add_epi16(in[1], eight); in vp9_iht4x4_16_add_sse2()
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-strings/Inputs/
Dnumbers8 eight
/external/ImageMagick/PerlMagick/t/x11/
Dcongrats.fig17 4 1 0 0 0 18 24 0.0000 4 330 5775 5100 4125 In eight seconds this window will\001
/external/libxkbcommon/xkbcommon/test/data/types/
Dpc86 // Local eight level.
87 // Needed when you want part of your layout eight-level but cannot use
/external/pcre/dist2/testdata/
Dgrepoutput86 7:X seven…8:X eight
9:X nine
10:X ten
Dgrepinput85 X seven…X eight
X nine
X ten
Dgrepoutput74 28:eight
171 eight
202 28-eight
224 eight
246 eight
278 28-eight
301 eight
579 28:eight

123456789