/external/libaom/libaom/av1/common/x86/ |
D | intra_edge_sse4.c | 61 __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/ |
D | radix.test | 10 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/ |
D | ostream_joiner.cons.pass.cpp | 29 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/ |
D | circular_deque_unittest.cc | 472 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/ |
D | attr-amdgpu-num-sgpr-spill-to-smem.ll | 16 %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
|
D | attr-amdgpu-num-sgpr.ll | 21 %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/ |
D | contextcoverage.txt | 17 eight 34 eight
|
D | chainedcoverage.txt | 17 eight 34 eight
|
/external/fonttools/Tests/feaLib/data/ |
D | feature_aalt.fea | 22 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;
|
D | bug463.fea | 3 @DIGIT = [zero one two three four five six seven eight nine];
|
/external/libaom/libaom/aom_dsp/x86/ |
D | highbd_intrapred_sse2.c | 434 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 …]
|
D | intrapred_sse2.c | 399 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-format | 21 # 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/ |
D | vec-args-07.ll | 5 ; Up to eight vector return values fit into VRs. 25 ; More than eight vector return values use sret.
|
D | vec-args-06.ll | 5 ; Up to eight vector return values fit into VRs. 38 ; More than eight vector return values use sret.
|
/external/llvm/test/CodeGen/SystemZ/ |
D | vec-args-07.ll | 5 ; Up to eight vector return values fit into VRs. 25 ; More than eight vector return values use sret.
|
D | vec-args-06.ll | 5 ; 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/ |
D | README.soc | 52 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/ |
D | vp9_idct_intrin_sse2.c | 17 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/ |
D | numbers | 8 eight
|
/external/ImageMagick/PerlMagick/t/x11/ |
D | congrats.fig | 17 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/ |
D | pc | 86 // Local eight level. 87 // Needed when you want part of your layout eight-level but cannot use
|
/external/pcre/dist2/testdata/ |
D | grepoutput8 | 6 7:X seven
8:X eight
9:X nine
10:X ten
|
D | grepinput8 | 5 X seven
X eight
X nine
X ten
|
D | grepoutput | 74 28:eight 171 eight 202 28-eight 224 eight 246 eight 278 28-eight 301 eight 579 28:eight
|