/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | idct_msa.c | 91 v4i32 res0, res1, res2, res3; in idct4x4_addblk_msa() local 105 res2, res3); in idct4x4_addblk_msa() 106 ILVR_H4_SW(zero, res0, zero, res1, zero, res2, zero, res3, res0, res1, res2, in idct4x4_addblk_msa() 107 res3); in idct4x4_addblk_msa() 108 ADD4(res0, vt0, res1, vt1, res2, vt2, res3, vt3, res0, res1, res2, res3); in idct4x4_addblk_msa() 112 res3 = CLIP_SW_0_255(res3); in idct4x4_addblk_msa() 113 PCKEV_B2_SW(res0, res1, res2, res3, vt0, vt1); in idct4x4_addblk_msa() 121 v8i16 vec, res0, res1, res2, res3, dst0, dst1; in idct4x4_addconst_msa() local 129 res2, res3); in idct4x4_addconst_msa() 130 ADD4(res0, vec, res1, vec, res2, vec, res3, vec, res0, res1, res2, res3); in idct4x4_addconst_msa() [all …]
|
/external/llvm-project/libclc/generic/lib/math/ |
D | atan2pi.cl | 182 double res1, res2, res3, res4; 192 res3 = xneg ? res1 : res2; 194 res3 = isinf(y2) & isinf(x2) ? res3 : res4; 198 res3 = (diffexp < -56 && xneg) ? res1 : res3; 202 res3 = diffexp < -28 & xneg == 0 ? res4 : res3; 206 res3 = diffexp > 56 ? res4 : res3; 208 res3 = x2 == 0.0 ? res4 : res3; // Zero x gives +- pi/2 depending on sign of y 211 res3 = y2 == 0.0 ? res4 : res3; // Zero y gives +-0 for positive x and +-pi for negative x 212 res3 = isnan(y2) ? y2 : res3; 213 res3 = isnan(x2) ? x2 : res3; [all …]
|
D | atan2.cl | 199 double res1, res2, res3, res4; 209 res3 = xneg ? res1 : res2; 211 res3 = isinf(x2) & isinf(y2) ? res3 : res4; 215 res3 = (diffexp < -56 && xneg) ? res1 : res3; 219 res3 = diffexp < -28 & xneg == 0 ? res4 : res3; 223 res3 = diffexp > 56 ? res4 : res3; 225 res3 = x2 == 0.0 ? res4 : res3; // Zero x gives +- pi/2 depending on sign of y 228 res3 = y2 == 0.0 ? res4 : res3; // Zero y gives +-0 for positive x and +-pi for negative x 229 res3 = isnan(y2) ? y2 : res3; 230 res3 = isnan(x2) ? x2 : res3; [all …]
|
/external/libaom/libaom/av1/common/arm/ |
D | wiener_convolve_neon.c | 79 int16x8_t res0, res1, res2, res3; in av1_wiener_convolve_add_src_neon() local 121 res3 = vreinterpretq_s16_u16(vmovl_u8(t3)); in av1_wiener_convolve_add_src_neon() 122 res4 = wiener_convolve8_horiz_8x8(res0, res1, res2, res3, filter_x_tmp, in av1_wiener_convolve_add_src_neon() 128 res3 = vreinterpretq_s16_u16(vmovl_u8(t4)); in av1_wiener_convolve_add_src_neon() 129 res5 = wiener_convolve8_horiz_8x8(res0, res1, res2, res3, filter_x_tmp, in av1_wiener_convolve_add_src_neon() 135 res3 = vreinterpretq_s16_u16(vmovl_u8(t5)); in av1_wiener_convolve_add_src_neon() 136 res6 = wiener_convolve8_horiz_8x8(res0, res1, res2, res3, filter_x_tmp, in av1_wiener_convolve_add_src_neon() 142 res3 = vreinterpretq_s16_u16(vmovl_u8(t6)); in av1_wiener_convolve_add_src_neon() 143 res7 = wiener_convolve8_horiz_8x8(res0, res1, res2, res3, filter_x_tmp, in av1_wiener_convolve_add_src_neon() 149 res3 = vreinterpretq_s16_u16(vmovl_u8(t7)); in av1_wiener_convolve_add_src_neon() [all …]
|
/external/llvm-project/llvm/test/Bitcode/ |
D | binaryIntInstructions.3.2.ll | 16 ; CHECK-NEXT: %res3 = add i16 %x3, %x3 17 %res3 = add i16 %x3, %x3 45 ; CHECK-NEXT: %res3 = add nuw nsw <4 x i8> %x3, %x3 46 %res3 = add nuw nsw <4 x i8> %x3, %x3 65 ; CHECK-NEXT: %res3 = add nuw nsw <4 x i16> %x3, %x3 66 %res3 = add nuw nsw <4 x i16> %x3, %x3 85 ; CHECK-NEXT: %res3 = add nuw nsw <4 x i32> %x3, %x3 86 %res3 = add nuw nsw <4 x i32> %x3, %x3 105 ; CHECK-NEXT: %res3 = add nuw nsw <4 x i64> %x3, %x3 106 %res3 = add nuw nsw <4 x i64> %x3, %x3 [all …]
|
D | binaryFloatInstructions.3.2.ll | 16 ; CHECK-NEXT: %res3 = fadd half %x3, %x3 17 %res3 = fadd half %x3, %x3 39 ; CHECK-NEXT: %res3 = fadd <4 x float> %x3, %x3 40 %res3 = fadd <4 x float> %x3, %x3 59 ; CHECK-NEXT: %res3 = fadd <4 x double> %x3, %x3 60 %res3 = fadd <4 x double> %x3, %x3 79 ; CHECK-NEXT: %res3 = fadd <4 x half> %x3, %x3 80 %res3 = fadd <4 x half> %x3, %x3
|
/external/llvm/test/Bitcode/ |
D | binaryIntInstructions.3.2.ll | 16 ; CHECK-NEXT: %res3 = add i16 %x3, %x3 17 %res3 = add i16 %x3, %x3 45 ; CHECK-NEXT: %res3 = add nuw nsw <4 x i8> %x3, %x3 46 %res3 = add nuw nsw <4 x i8> %x3, %x3 65 ; CHECK-NEXT: %res3 = add nuw nsw <4 x i16> %x3, %x3 66 %res3 = add nuw nsw <4 x i16> %x3, %x3 85 ; CHECK-NEXT: %res3 = add nuw nsw <4 x i32> %x3, %x3 86 %res3 = add nuw nsw <4 x i32> %x3, %x3 105 ; CHECK-NEXT: %res3 = add nuw nsw <4 x i64> %x3, %x3 106 %res3 = add nuw nsw <4 x i64> %x3, %x3 [all …]
|
D | binaryFloatInstructions.3.2.ll | 16 ; CHECK-NEXT: %res3 = fadd half %x3, %x3 17 %res3 = fadd half %x3, %x3 39 ; CHECK-NEXT: %res3 = fadd <4 x float> %x3, %x3 40 %res3 = fadd <4 x float> %x3, %x3 59 ; CHECK-NEXT: %res3 = fadd <4 x double> %x3, %x3 60 %res3 = fadd <4 x double> %x3, %x3 79 ; CHECK-NEXT: %res3 = fadd <4 x half> %x3, %x3 80 %res3 = fadd <4 x half> %x3, %x3
|
/external/Reactive-Extensions/RxCpp/Rx/v2/test/operators/ |
D | replay.cpp | 269 auto res3 = w.make_subscriber<int>(); variable 270 w.schedule_absolute(600, [&ys, &res3](const rxsc::schedulable&){ys.subscribe(res3);}); in __anon9c790cfe1602() 330 auto actual = res3.get_observer().messages(); 399 auto res3 = w.make_subscriber<int>(); variable 400 w.schedule_absolute(600, [&ys, &res3](const rxsc::schedulable&){ys.subscribe(res3);}); in __anon9c790cfe1c02() 447 auto actual = res3.get_observer().messages(); 518 auto res3 = w.make_subscriber<int>(); variable 519 w.schedule_absolute(600, [&ys, &res3](const rxsc::schedulable&){ys.subscribe(res3);}); in __anon9c790cfe2202() 566 auto actual = res3.get_observer().messages(); 637 auto res3 = w.make_subscriber<int>(); variable [all …]
|
/external/eigen/unsupported/test/ |
D | autodiff_scalar.cpp | 58 AD res3 = cosh(val); in check_hyperbolic_functions() local 59 VERIFY_IS_APPROX(res3.value(), cosh_px); in check_hyperbolic_functions() 60 VERIFY_IS_APPROX(res3.derivatives().x(), std::sinh(p.x())); in check_hyperbolic_functions() 71 res3 = cosh(val); in check_hyperbolic_functions() 72 VERIFY_IS_APPROX(res3.derivatives().x(), Scalar(0.339540557256150)); in check_hyperbolic_functions()
|
/external/libaom/libaom/av1/encoder/x86/ |
D | highbd_block_error_intrin_avx2.c | 40 __m256i res3 = _mm256_mul_epi32(diff2h, diff2h); in av1_highbd_block_error_avx2() local 42 _mm256_add_epi64(res2, res3)); in av1_highbd_block_error_avx2() 48 res3 = _mm256_mul_epi32(mm256_coeffh2, mm256_coeffh2); in av1_highbd_block_error_avx2() 50 _mm256_add_epi64(res2, res3)); in av1_highbd_block_error_avx2()
|
/external/swiftshader/third_party/subzero/crosstest/ |
D | test_vector_ops_ll.ll | 18 %res3 = insertelement <4 x float> %vec, float %elt, i32 3 19 ret <4 x float> %res3 47 %res3 = zext <4 x i1> %res3_i1 to <4 x i32> 48 ret <4 x i32> %res3 80 %res3 = zext <8 x i1> %res3_i1 to <8 x i16> 81 ret <8 x i16> %res3 137 %res3 = zext <16 x i1> %res3_i1 to <16 x i8> 138 ret <16 x i8> %res3 210 %res3 = insertelement <4 x i32> %vec, i32 %elt, i32 3 211 ret <4 x i32> %res3 [all …]
|
/external/llvm-project/llvm/test/Analysis/CostModel/SystemZ/ |
D | logic-miscext3.ll | 18 ; Z13: Cost Model: Found an estimated cost of 1 for instruction: %res3 = xor i32 %c3, -1 19 ; Z15: Cost Model: Found an estimated cost of 0 for instruction: %res3 = xor i32 %c3, -1 42 %res3 = xor i32 %c3, -1 43 store i32 %res3, i32* undef 65 ; Z13: Cost Model: Found an estimated cost of 1 for instruction: %res3 = xor i64 %c3, -1 66 ; Z15: Cost Model: Found an estimated cost of 0 for instruction: %res3 = xor i64 %c3, -1 88 %res3 = xor i64 %c3, -1 89 store i64 %res3, i64* undef
|
D | fp-arith.ll | 15 %res3 = fadd <2 x float> undef, undef 27 ; CHECK-Z13: Cost Model: Found an estimated cost of 8 for instruction: %res3 = fadd <2 x float> u… 28 ; CHECK-Z14: Cost Model: Found an estimated cost of 1 for instruction: %res3 = fadd <2 x float> u… 47 %res3 = fsub <2 x float> undef, undef 59 ; CHECK-Z13: Cost Model: Found an estimated cost of 8 for instruction: %res3 = fsub <2 x float> u… 60 ; CHECK-Z14: Cost Model: Found an estimated cost of 1 for instruction: %res3 = fsub <2 x float> u… 79 %res3 = fmul <2 x float> undef, undef 91 ; CHECK-Z13: Cost Model: Found an estimated cost of 8 for instruction: %res3 = fmul <2 x float> u… 92 ; CHECK-Z14: Cost Model: Found an estimated cost of 1 for instruction: %res3 = fmul <2 x float> u… 111 %res3 = fdiv <2 x float> undef, undef [all …]
|
/external/libaom/libaom/aom_dsp/x86/ |
D | masked_sad4d_ssse3.c | 52 __m128i res3 = _mm_setzero_si128(); in masked_sadx4d_ssse3() local 83 res2 = _mm_add_epi32(_mm_unpacklo_epi32(res2, res3), in masked_sadx4d_ssse3() 84 _mm_unpackhi_epi32(res2, res3)); in masked_sadx4d_ssse3() 119 __m128i res3 = _mm_setzero_si128(); in aom_masked_sad8xhx4d_ssse3() local 150 res2 = _mm_add_epi32(_mm_unpacklo_epi32(res2, res3), in aom_masked_sad8xhx4d_ssse3() 151 _mm_unpackhi_epi32(res2, res3)); in aom_masked_sad8xhx4d_ssse3() 180 __m128i res3 = _mm_setzero_si128(); in aom_masked_sad4xhx4d_ssse3() local 213 res2 = _mm_unpacklo_epi32(res2, res3); in aom_masked_sad4xhx4d_ssse3()
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | merge-consecutive-loads-512.ll | 124 %res3 = insertelement <8 x double> %res2, double 0.0, i32 3 125 %res6 = insertelement <8 x double> %res3, double 0.0, i32 6 202 %res3 = insertelement <8 x i64> %res2, i64 0, i32 3 203 %res4 = insertelement <8 x i64> %res3, i64 %val4, i32 4 256 %res3 = insertelement <16 x float> %res2, float 0.0, i32 3 257 %res4 = insertelement <16 x float> %res3, float 0.0, i32 4 281 %res3 = insertelement <16 x float> %res1, float %val3, i32 3 282 ret <16 x float> %res3 307 %res3 = insertelement <16 x float> %res0, float %val3, i32 3 308 %resC = insertelement <16 x float> %res3, float %valC, i32 12 [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | avx512vbmi-intrinsics.ll | 18 %res3 = add <64 x i8> %res, %res1 19 %res4 = add <64 x i8> %res3, %res2 35 %res3 = add <64 x i8> %res, %res1 36 %res4 = add <64 x i8> %res3, %res2 57 %res3 = add <64 x i8> %res, %res1 58 %res4 = add <64 x i8> %res3, %res2 79 %res3 = add <64 x i8> %res, %res1 80 %res4 = add <64 x i8> %res3, %res2
|
D | avx512ifmavl-intrinsics.ll | 25 …%res3 = call <2 x i64> @llvm.x86.avx512.mask.vpmadd52h.uq.128(<2 x i64> %x0, <2 x i64> %x1, <2 x i… 27 %res5 = add <2 x i64> %res3, %res2 53 …%res3 = call <4 x i64> @llvm.x86.avx512.mask.vpmadd52h.uq.256(<4 x i64> %x0, <4 x i64> %x1, <4 x i… 55 %res5 = add <4 x i64> %res3, %res2 81 …%res3 = call <2 x i64> @llvm.x86.avx512.maskz.vpmadd52h.uq.128(<2 x i64> %x0, <2 x i64> %x1, <2 x … 83 %res5 = add <2 x i64> %res3, %res2 109 …%res3 = call <4 x i64> @llvm.x86.avx512.maskz.vpmadd52h.uq.256(<4 x i64> %x0, <4 x i64> %x1, <4 x … 111 %res5 = add <4 x i64> %res3, %res2 137 …%res3 = call <2 x i64> @llvm.x86.avx512.mask.vpmadd52l.uq.128(<2 x i64> %x0, <2 x i64> %x1, <2 x i… 139 %res5 = add <2 x i64> %res3, %res2 [all …]
|
D | merge-consecutive-loads-512.ll | 132 %res3 = insertelement <8 x double> %res2, double 0.0, i32 3 133 %res6 = insertelement <8 x double> %res3, double 0.0, i32 6 218 %res3 = insertelement <8 x i64> %res2, i64 0, i32 3 219 %res4 = insertelement <8 x i64> %res3, i64 %val4, i32 4 276 %res3 = insertelement <16 x float> %res2, float 0.0, i32 3 277 %res4 = insertelement <16 x float> %res3, float 0.0, i32 4 301 %res3 = insertelement <16 x float> %res1, float %val3, i32 3 302 ret <16 x float> %res3 327 %res3 = insertelement <16 x float> %res0, float %val3, i32 3 328 %resC = insertelement <16 x float> %res3, float %valC, i32 12 [all …]
|
D | avx512ifma-intrinsics.ll | 22 …%res3 = call <8 x i64> @llvm.x86.avx512.mask.vpmadd52h.uq.512(<8 x i64> %x0, <8 x i64> %x1, <8 x i… 24 %res5 = add <8 x i64> %res3, %res2 48 …%res3 = call <8 x i64> @llvm.x86.avx512.maskz.vpmadd52h.uq.512(<8 x i64> %x0, <8 x i64> %x1, <8 x … 50 %res5 = add <8 x i64> %res3, %res2 74 …%res3 = call <8 x i64> @llvm.x86.avx512.mask.vpmadd52l.uq.512(<8 x i64> %x0, <8 x i64> %x1, <8 x i… 76 %res5 = add <8 x i64> %res3, %res2 100 …%res3 = call <8 x i64> @llvm.x86.avx512.maskz.vpmadd52l.uq.512(<8 x i64> %x0, <8 x i64> %x1, <8 x … 102 %res5 = add <8 x i64> %res3, %res2
|
D | avx512vbmivl-intrinsics.ll | 18 %res3 = add <16 x i8> %res, %res1 19 %res4 = add <16 x i8> %res3, %res2 38 %res3 = add <32 x i8> %res, %res1 39 %res4 = add <32 x i8> %res3, %res2 58 %res3 = add <16 x i8> %res, %res1 59 %res4 = add <16 x i8> %res3, %res2 78 %res3 = add <32 x i8> %res, %res1 79 %res4 = add <32 x i8> %res3, %res2 100 %res3 = add <16 x i8> %res, %res1 101 %res4 = add <16 x i8> %res3, %res2 [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | nmfmapts.cpp | 124 UnicodeString res1, res2, res3, res4, res5, res6; in testAPI() local 133 res3 = cur_fr->format(d, res3, pos1); in testAPI() 134 logln( (UnicodeString) "" + (int32_t) d + " formatted to " + res3); in testAPI() 332 UnicodeString res0, res1, res2, res3, res4, res5; in testRegistration() local 340 f3->format(n, res3); in testRegistration() 351 logln((UnicodeString)"f3 reg cur: " + res3); in testRegistration() 365 if (res3 != res0) { in testRegistration()
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | intrapred8_dspr2.c | 155 int32_t res0, res1, res2, res3; in vpx_tm_predictor_8x8_dspr2() local 597 [left0] "=&r"(left0), [res2] "=&r"(res2), [res3] "=&r"(res3), in vpx_tm_predictor_8x8_dspr2()
|
D | idct16x16_msa.c | 267 v8i16 vec, res0, res1, res2, res3, res4, res5, res6, res7; in vpx_idct16x16_1_add_msa() local 281 UNPCK_UB_SH(dst3, res3, res7); in vpx_idct16x16_1_add_msa() 282 ADD4(res0, vec, res1, vec, res2, vec, res3, vec, res0, res1, res2, res3); in vpx_idct16x16_1_add_msa() 284 CLIP_SH4_0_255(res0, res1, res2, res3); in vpx_idct16x16_1_add_msa() 286 PCKEV_B4_UB(res4, res0, res5, res1, res6, res2, res7, res3, tmp0, tmp1, in vpx_idct16x16_1_add_msa() 331 v8i16 res0, res1, res2, res3, res4, res5, res6, res7; in vpx_iadst16_1d_columns_addblk_msa() local 469 ILVR_B2_SH(zero, dst2, zero, dst3, res2, res3); in vpx_iadst16_1d_columns_addblk_msa() 470 ADD2(res2, out2, res3, out3, res2, res3); in vpx_iadst16_1d_columns_addblk_msa() 471 CLIP_SH2_0_255(res2, res3); in vpx_iadst16_1d_columns_addblk_msa() 472 PCKEV_B2_SH(res2, res2, res3, res3, res2, res3); in vpx_iadst16_1d_columns_addblk_msa() [all …]
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | 320.frag | 173 vec3 res3; 180 res3 = interpolateAtCentroid(sampInArray); // ERROR 181 res3 = interpolateAtCentroid(sampInArray[2]); 184 res3 = interpolateAtSample(sampInArray, 1); // ERROR 185 res3 = interpolateAtSample(sampInArray[i], 0); 189 res3 = interpolateAtOffset(sampInArray, vec2(0.2)); // ERROR 190 res3 = interpolateAtOffset(sampInArray[2], vec2(0.2));
|