Home
last modified time | relevance | path

Searched refs:y8 (Results 1 – 25 of 144) sorted by relevance

123456

/external/libgav1/libgav1/src/dsp/
Dmotion_field_projection.cc66 int y8 = y8_start; in MotionFieldProjectionKernel_C() local
68 const int y8_floor = (y8 & ~7) - y8; in MotionFieldProjectionKernel_C()
69 const int y8_ceiling = std::min(y8_end - y8, y8_floor + 8); in MotionFieldProjectionKernel_C()
100 } while (++y8 < y8_end); in MotionFieldProjectionKernel_C()
/external/libopus/celt/arm/
Dcelt_neon_intr.c59 int16x4_t y8 = vget_high_s16(yy); in xcorr_kernel_neon_fixed() local
64 int16x4_t y5 = vext_s16(y4, y8, 1); in xcorr_kernel_neon_fixed()
69 int16x4_t y6 = vext_s16(y4, y8, 2); in xcorr_kernel_neon_fixed()
74 int16x4_t y7 = vext_s16(y4, y8, 3); in xcorr_kernel_neon_fixed()
78 y0 = y8; in xcorr_kernel_neon_fixed()
/external/clang/test/SemaCXX/
Dwarn-literal-conversion.cpp17 …int y8 = (1.23E1); // expected-warning {{implicit conversion from 'double' to 'int' changes value … in test0() local
20y8 = 2.22F; // expected-warning {{implicit conversion from 'float' to 'int' changes value from 2.2… in test0()
Dexplicit.cpp83 const Y& y8(z); in testExplicit() local
/external/llvm-project/clang/test/SemaCXX/
Dwarn-literal-conversion.cpp17 …int y8 = (1.23E1); // expected-warning {{implicit conversion from 'double' to 'int' changes value … in test0() local
20y8 = 2.22F; // expected-warning {{implicit conversion from 'float' to 'int' changes value from 2.2… in test0()
Ddesignated-initializers.cpp147 Y<8> y8 = { variable
Dexplicit.cpp100 const Y& y8(z); in testExplicit() local
/external/angle/third_party/zlib/
Dcrc32_simd.c38 __m128i x0, x1, x2, x3, x4, x5, x6, x7, x8, y5, y6, y7, y8; in crc32_sse42_simd_() local
73 y8 = _mm_loadu_si128((__m128i *)(buf + 0x30)); in crc32_sse42_simd_()
83 x4 = _mm_xor_si128(x4, y8); in crc32_sse42_simd_()
/external/zlib/
Dcrc32_simd.c38 __m128i x0, x1, x2, x3, x4, x5, x6, x7, x8, y5, y6, y7, y8; in crc32_sse42_simd_() local
73 y8 = _mm_loadu_si128((__m128i *)(buf + 0x30)); in crc32_sse42_simd_()
83 x4 = _mm_xor_si128(x4, y8); in crc32_sse42_simd_()
/external/libgav1/libgav1/src/dsp/x86/
Dmotion_field_projection_sse4.cc203 int y8 = y8_start; in MotionFieldProjectionKernel_SSE4_1() local
205 const int y8_floor = (y8 & ~7) - y8; // [-7, 0] in MotionFieldProjectionKernel_SSE4_1()
206 const int y8_ceiling = std::min(y8_end - y8, y8_floor + 8) - 1; // [0, 7] in MotionFieldProjectionKernel_SSE4_1()
360 } while (++y8 < y8_end); in MotionFieldProjectionKernel_SSE4_1()
/external/clang/test/Analysis/
Ddead-stores.c250 int y8 = 4; in f22() local
272 ++y8; in f22()
329 (void)(0 || (y8, ({ return; }), 1)); // expected-warning {{expression result unused}} in f22()
/external/llvm-project/clang/test/Analysis/
Ddead-stores.c262 int y8 = 4; in f22() local
284 ++y8; in f22()
341 (void)(0 || (y8, ({ return; }), 1)); in f22()
/external/libgav1/libgav1/src/dsp/arm/
Dmotion_field_projection_neon.cc203 int y8 = y8_start; in MotionFieldProjectionKernel_NEON() local
205 const int y8_floor = (y8 & ~7) - y8; // [-7, 0] in MotionFieldProjectionKernel_NEON()
206 const int y8_ceiling = std::min(y8_end - y8, y8_floor + 8); // [1, 8] in MotionFieldProjectionKernel_NEON()
356 } while (++y8 < y8_end); in MotionFieldProjectionKernel_NEON()
/external/llvm-project/llvm/test/Transforms/Inline/
Dinline_constprop.ll104 %y8 = add i32 %y7, 1
108 %result = phi i32 [ %x8, %bb.true.true ], [ %y8, %bb.true.false ]
187 %y8 = add i64 %y7, 1
188 ret i64 %y8
373 %y8 = fadd float %y7, 1.0
374 ret float %y8
/external/ImageMagick/PerlMagick/t/reference/write/read/
Dinput_uyvy.miff41y8/y8/y8-y8-v8.u7-p5*n3(i2&v?3�QJ�SL�[L�]NWnGUlEN\=5C$69-:=14:+39*Ph3y�\x�_p�WY�B^�Gd�MY�BgaPhbQic…
/external/llvm/test/Transforms/SafeStack/
Dlayout-region-split.ll32 %y8 = alloca i8, align 2
79 call void @capture8(i8* %y8)
/external/llvm-project/llvm/test/Transforms/SafeStack/X86/
Dlayout-region-split.ll32 %y8 = alloca i8, align 2
79 call void @capture8(i8* %y8)
/external/llvm/test/Transforms/Inline/
Dinline_constprop.ll103 %y8 = add i32 %y7, 1
107 %result = phi i32 [ %x8, %bb.true.true ], [ %y8, %bb.true.false ]
186 %y8 = add i64 %y7, 1
187 ret i64 %y8
/external/llvm-project/llvm/test/Analysis/BasicAA/
Dphi-speculation.ll123 define void @test_no_loop_mustalias(i1 %c, i8* noalias %x8, i8* noalias %y8) {
131 %y16 = bitcast i8* %y8 to i16*
135 %z8 = phi i8* [ %x8, %if ], [ %y8, %else ]
/external/rust/crates/ring/crypto/fipsmodule/aes/
Daes_nohw.c529 aes_word_t y8 = aes_nohw_xor(x0, x5); in aes_nohw_sub_bytes() local
536 aes_word_t y3 = aes_nohw_xor(y5, y8); in aes_nohw_sub_bytes()
545 aes_word_t y19 = aes_nohw_xor(y10, y8); in aes_nohw_sub_bytes()
564 aes_word_t t15 = aes_nohw_and(y8, y10); in aes_nohw_sub_bytes()
612 aes_word_t z17 = aes_nohw_and(t41, y8); in aes_nohw_sub_bytes()
/external/llvm-project/llvm/test/Transforms/InstCombine/
Dsub.ll1513 %y8 = mul nsw i16 %y, 8
1514 %r = sub nsw i16 %x8, %y8
1525 %y8 = mul nsw i16 %y, 4
1526 %r = sub nuw i16 %x8, %y8
1537 %y8 = mul nsw i16 %y, 16
1538 %r = sub i16 %x8, %y8
1549 %y8 = mul nuw i16 %y, 8
1550 %r = sub nsw i16 %x8, %y8
1561 %y8 = mul nuw i16 %y, 16
1562 %r = sub nuw i16 %x8, %y8
[all …]
/external/python/cryptography/vectors/cryptography_vectors/x509/PKITS_data/smime/
DSignedInvalidinhibitPolicyMappingTest6.eml59 6iWMm/dImMDPDdN8N7M8oAuawe2TuoPo7bevj6Pyr/xxCp8Hzf9ovbrahI3g6/y8
/external/boringssl/src/crypto/fipsmodule/aes/
Daes_nohw.c527 aes_word_t y8 = aes_nohw_xor(x0, x5); in aes_nohw_sub_bytes() local
534 aes_word_t y3 = aes_nohw_xor(y5, y8); in aes_nohw_sub_bytes()
543 aes_word_t y19 = aes_nohw_xor(y10, y8); in aes_nohw_sub_bytes()
562 aes_word_t t15 = aes_nohw_and(y8, y10); in aes_nohw_sub_bytes()
610 aes_word_t z17 = aes_nohw_and(t41, y8); in aes_nohw_sub_bytes()
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/aes/
Daes_nohw.c527 aes_word_t y8 = aes_nohw_xor(x0, x5); in aes_nohw_sub_bytes() local
534 aes_word_t y3 = aes_nohw_xor(y5, y8); in aes_nohw_sub_bytes()
543 aes_word_t y19 = aes_nohw_xor(y10, y8); in aes_nohw_sub_bytes()
562 aes_word_t t15 = aes_nohw_and(y8, y10); in aes_nohw_sub_bytes()
610 aes_word_t z17 = aes_nohw_and(t41, y8); in aes_nohw_sub_bytes()
/external/ImageMagick/PerlMagick/t/reference/filter/
DSolarize.miff38y8,p8,k8(v:*<,8+{3(y6,p4)v=1zQ@vTGeQMs[SWX@Oe=`vFCW-6@*:<279/8@-_yAxbQpaQwWYjjS\{GgqJazIi`QjaRlb…

123456