Home
last modified time | relevance | path

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

1234567891011

/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/llvm-project/llvm/test/tools/llvm-strings/
Dradix-filename.test10 RUN: echo eight >> %t
27 CHECK-NONE: [[FILE]]: eight
34 CHECK-DEC: [[FILE]]: 34 eight
41 CHECK-OCT: [[FILE]]: 42 eight
48 CHECK-HEX: [[FILE]]: 22 eight
Dradix.test12 eight
35 CHECK-NONE: {{^}}eight
42 CHECK-DEC: {{^}} 34 eight
49 CHECK-OCT: {{^}} 42 eight
56 CHECK-HEX: {{^}} 22 eight
/external/llvm-project/libcxx/test/std/experimental/iterator/ostream.joiner/ostream.joiner.cons/
Dostream_joiner.cons.pass.cpp29 const char eight = '8'; in main() local
41 { exper::ostream_joiner<char> oj(std::cout, eight); } in main()
53 { exper::ostream_joiner<char, wchar_t> oj(std::wcout, eight); } in main()
/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/libyuv/files/source/
Drow_mmi.cc204 [eight] "f"(0x08), [five] "f"(0x05), [three] "f"(0x03), [two] "f"(0x02), in RGB565ToARGBRow_MMI()
261 [c3] "f"(c3), [c4] "f"(c4), [eight] "f"(0x08), [five] "f"(0x05), in ARGB1555ToARGBRow_MMI()
307 [width] "r"(width), [c0] "f"(c0), [c1] "f"(c1), [eight] "f"(0x08), in ARGB4444ToARGBRow_MMI()
601 [zero] "f"(0x00), [four] "f"(0x04), [eight] "f"(0x08), in ARGBToARGB4444Row_MMI()
680 [mask] "f"(mask), [value] "f"(value), [eight] "f"(0x08), in ARGBToYRow_MMI()
905 [zero] "f"(0x00), [eight] "f"(0x08), [two] "f"(0x02), in ARGBToUVRow_MMI()
984 [mask] "f"(mask), [value] "f"(value), [eight] "f"(0x08), in BGRAToYRow_MMI()
1209 [zero] "f"(0x00), [eight] "f"(0x08), [two] "f"(0x02), in BGRAToUVRow_MMI()
1288 [mask] "f"(mask), [value] "f"(value), [eight] "f"(0x08), in ABGRToYRow_MMI()
1513 [zero] "f"(0x00), [eight] "f"(0x08), [two] "f"(0x02), in ABGRToUVRow_MMI()
[all …]
/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/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/llvm-project/flang/test/Semantics/
Dnull01.f9051 integer, parameter :: eight = ip0r + ip1r + ip2r + 5 local
52 real(kind=eight) :: r8check
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dreadability-const-return-type.cpp263 const int eight = 8; variable
264 constexpr const int* n8() { return &eight; } in n8()
/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.c380 const __m128i eight = _mm_set1_epi16((uint16_t)8); in aom_dc_top_predictor_16x4_sse2() local
381 sum_above = _mm_add_epi16(sum_above, eight); in aom_dc_top_predictor_16x4_sse2()
393 const __m128i eight = _mm_set1_epi16((uint16_t)8); in aom_dc_top_predictor_16x8_sse2() local
394 sum_above = _mm_add_epi16(sum_above, eight); in aom_dc_top_predictor_16x8_sse2()
407 const __m128i eight = _mm_set1_epi16((uint16_t)8); in aom_dc_top_predictor_16x32_sse2() local
408 sum_above = _mm_add_epi16(sum_above, eight); in aom_dc_top_predictor_16x32_sse2()
421 const __m128i eight = _mm_set1_epi16((uint16_t)8); in aom_dc_top_predictor_16x64_sse2() local
422 sum_above = _mm_add_epi16(sum_above, eight); in aom_dc_top_predictor_16x64_sse2()
535 const __m128i eight = _mm_set1_epi16((uint16_t)8); in aom_dc_left_predictor_4x16_sse2() local
536 sum_left = _mm_add_epi16(sum_left, eight); in aom_dc_left_predictor_4x16_sse2()
[all …]
/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.
/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/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/llvm-project/llvm/test/CodeGen/SystemZ/
Dvec-args-07.ll7 ; Up to eight vector return values fit into VRs.
35 ; More than eight vector return values use sret.
/external/pcre/dist2/testdata/
Dgrepinput85 X seven…X eight
X nine
X ten
/external/arm-trusted-firmware/docs/plat/
Dmt8183.rst5 The chip incorporates eight cores - four Cortex-A53 little cores and Cortex-A73.
Dmt8192.rst5 The chip incorporates eight cores - four Cortex-A55 little cores and Cortex-A76.
/external/libxkbcommon/test/data/types/
Dpc86 // Local eight level.
87 // Needed when you want part of your layout eight-level but cannot use
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dattr-amdgpu-num-sgpr.ll17 %eight = load volatile i32, i32 addrspace(4)* undef
21 …e, i32 %two, i32 %three, i32 %four, i32 %five, i32 %six, i32 %seven, i32 %eight, i32 %nine, i32 %t…
29 store volatile i32 %eight, i32 addrspace(1)* undef

1234567891011