/third_party/ffmpeg/libavutil/arm/ |
D | float_dsp_vfp.S | 37 vldmia r2!, {s12-s15} 41 vmul.f32 s12, s4, s12 50 vstmia r0!, {s12-s15} 57 vldmiagt r2!, {s12-s15} 190 vldmia SRC0!, {s12-s13} 196 vmul.f s28, s4, s12 @ vector * vector 202 vmul.f s12, s20, s12 @ vector * vector 214 vmla.f s12, s4, s16 @ vector * vector 226 vstmdb DST1!, {s12} 235 vldmia SRC0!, {s12-s13} [all …]
|
/third_party/ffmpeg/libavcodec/arm/ |
D | fft_vfp.S | 60 vadd.f s12, s0, s8 @ i0 70 vadd.f s0, s12, s14 @ z[0].re 71 vsub.f s4, s12, s14 @ z[2].re 98 vadd.f s16, s8, s12 @ vector op 102 vsub.f s20, s8, s12 @ vector op 134 vstr d0, [a1, #0 * 2*4] @ transfer s0-s3 to s12-s15 via memory 142 vsub.f s12, s24, s12 @ vector op 210 vadd.f s16, s8, s12 @ vector op 214 vsub.f s20, s8, s12 238 vmul.f s20, s12, s3 @ vector op [all …]
|
D | fmtconvert_vfp.S | 86 vcvt.f32.s32 s12, s12 106 vstmia a2!, {s12-s15} 137 vcvt.f32.s32 s12, s12 171 vcvt.f32.s32 s12, s12 178 vstmia a2!, {s12-s15} 207 vcvt.f32.s32 s12, s12 214 vstmia a1!, {s12-s15}
|
D | mdct_vfp.S | 61 vmul.f s12, s0, s20 @ vector operation 69 vmla.f s12, s4, s16 @ vector operation 77 vstr s12, [J0, #4] 98 vmul.f s12, s0, s20 @ vector operation 107 vmla.f s12, s4, s16 @ vector operation 115 vstr s12, [J0, #4] 148 vmla.f s12, s4, TCOS_S0_TAIL @ vector operation 170 vstr s12, [OUT, #out_hi_tail*4 + 12] 176 vmul.f s12, s0, s16 @ vector operation 197 vmla.f s12, s4, \tcos_s0_tail @ vector operation [all …]
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
D | stringutil.cc | 219 const StringHolder& s11, const StringHolder& s12) { in StrCat() argument 220 return absl::StrCat(s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12); in StrCat() 228 const StringHolder& s11, const StringHolder& s12, in StrCat() argument 230 return absl::StrCat(s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, in StrCat() 239 const StringHolder& s11, const StringHolder& s12, in StrCat() argument 241 return absl::StrCat(s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, in StrCat() 250 const StringHolder& s11, const StringHolder& s12, in StrCat() argument 253 return absl::StrCat(s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, in StrCat() 262 const StringHolder& s11, const StringHolder& s12, in StrCat() argument 265 return absl::StrCat(s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, in StrCat()
|
D | stringutil.h | 149 const StringHolder& s11, const StringHolder& s12); 156 const StringHolder& s11, const StringHolder& s12, 164 const StringHolder& s11, const StringHolder& s12, 172 const StringHolder& s11, const StringHolder& s12, 181 const StringHolder& s11, const StringHolder& s12,
|
/third_party/ffmpeg/libavfilter/x86/ |
D | vf_ssim.asm | 95 paddd m6, m5 ; s12 127 ; m6 = [dword] s12 a,a,b,b 133 vphadddq m6, m6 ; [dword] s12 a, 0, b, 0 136 punpckhdq m3, m4, m6 ; [dword] ss b, s12 b, 0, 0 137 punpckldq m4, m6 ; [dword] ss a, s12 a, 0, 0 138 punpcklqdq m1, m2, m3 ; [dword] b s1, s2, ss, s12 139 punpcklqdq m0, m4 ; [dword] a s1, s2, ss, s12 144 phaddd m1, m6 ; [dword] s2 a, b, s12 a, b 145 punpckhdq m2, m0, m1 ; [dword] ss a, s12 a, ss b, s12 b 147 punpckhqdq m1, m0, m2 ; [dword] b s1, s2, ss, s12 [all …]
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
D | curve25519.c | 4639 int64_t s12 = kBottom21Bits & (load_4(s + 31) >> 4); in x25519_sc_reduce() local 4670 s12 += s23 * 470296; in x25519_sc_reduce() 4679 s12 += s22 * 654183; in x25519_sc_reduce() 4688 s12 -= s21 * 997805; in x25519_sc_reduce() 4697 s12 += s20 * 136657; in x25519_sc_reduce() 4706 s12 -= s19 * 683901; in x25519_sc_reduce() 4726 carry12 = (s12 + (1 << 20)) >> 21; in x25519_sc_reduce() 4728 s12 -= carry12 * (1 << 21); in x25519_sc_reduce() 4743 s12 += carry11; in x25519_sc_reduce() 4792 s0 += s12 * 666643; in x25519_sc_reduce() [all …]
|
/third_party/openssl/crypto/ec/ |
D | curve25519.c | 4639 int64_t s12 = kBottom21Bits & (load_4(s + 31) >> 4); in x25519_sc_reduce() local 4670 s12 += s23 * 470296; in x25519_sc_reduce() 4679 s12 += s22 * 654183; in x25519_sc_reduce() 4688 s12 -= s21 * 997805; in x25519_sc_reduce() 4697 s12 += s20 * 136657; in x25519_sc_reduce() 4706 s12 -= s19 * 683901; in x25519_sc_reduce() 4726 carry12 = (s12 + (1 << 20)) >> 21; in x25519_sc_reduce() 4728 s12 -= carry12 * (1 << 21); in x25519_sc_reduce() 4743 s12 += carry11; in x25519_sc_reduce() 4792 s0 += s12 * 666643; in x25519_sc_reduce() [all …]
|
/third_party/openssl/ohos_lite/crypto/ec/ |
D | curve25519.c | 4629 int64_t s12 = kBottom21Bits & (load_4(s + 31) >> 4); in x25519_sc_reduce() local 4660 s12 += s23 * 470296; in x25519_sc_reduce() 4669 s12 += s22 * 654183; in x25519_sc_reduce() 4678 s12 -= s21 * 997805; in x25519_sc_reduce() 4687 s12 += s20 * 136657; in x25519_sc_reduce() 4696 s12 -= s19 * 683901; in x25519_sc_reduce() 4716 carry12 = (s12 + (1 << 20)) >> 21; in x25519_sc_reduce() 4718 s12 -= carry12 * (1 << 21); in x25519_sc_reduce() 4733 s12 += carry11; in x25519_sc_reduce() 4782 s0 += s12 * 666643; in x25519_sc_reduce() [all …]
|
/third_party/ffmpeg/libavfilter/ |
D | vf_ssim.c | 107 uint64_t s1 = 0, s2 = 0, ss = 0, s12 = 0; in ssim_4x4xn_16bit() local 118 s12 += a*b; in ssim_4x4xn_16bit() 125 sums[z][3] = s12; in ssim_4x4xn_16bit() 138 uint32_t s1 = 0, s2 = 0, ss = 0, s12 = 0; in ssim_4x4xn_8bit() local 149 s12 += a*b; in ssim_4x4xn_8bit() 156 sums[z][3] = s12; in ssim_4x4xn_8bit() 162 static float ssim_end1x(int64_t s1, int64_t s2, int64_t ss, int64_t s12, int max) in ssim_end1x() argument 170 int64_t fs12 = s12; in ssim_end1x() 178 static float ssim_end1(int s1, int s2, int ss, int s12) in ssim_end1() argument 186 int fs12 = s12; in ssim_end1()
|
/third_party/ffmpeg/tests/ |
D | tiny_ssim.c | 54 uint32_t s1 = 0, s2 = 0, ss = 0, s12 = 0; in ssim_4x4x2_core() local 64 s12 += a*b; in ssim_4x4x2_core() 69 sums[z][3] = s12; in ssim_4x4x2_core() 75 static float ssim_end1( int s1, int s2, int ss, int s12 ) in ssim_end1() argument 92 type fs12 = s12; in ssim_end1()
|
/third_party/skia/third_party/externals/tint/test/bug/tint/ |
D | 959.wgsl.expected.spvasm | 56 OpName %s12 "s12" 167 OpDecorate %s12 DescriptorSet 12 168 OpDecorate %s12 Binding 300 230 %s12 = OpVariable %_ptr_UniformConstant_43_0 UniformConstant
|
D | 959.wgsl.expected.wgsl | 94 [[group(12), binding(300)]] var s12 : sampler_comparison; 148 _ = s12;
|
D | 959.wgsl | 57 [[group(12), binding(300)]] var s12 : sampler_comparison; 110 _ = s12;
|
/third_party/node/deps/v8/src/execution/arm64/ |
D | pointer-auth-arm64.cc | 58 uint8_t s12 = (s_input >> (4 * (i + 12))) & 0xf; in PACMult() local 64 t1 = RotCell(s12, 1) ^ RotCell(s4, 1) ^ RotCell(s0, 2); in PACMult() 65 t2 = RotCell(s12, 2) ^ RotCell(s8, 1) ^ RotCell(s0, 1); in PACMult() 66 t3 = RotCell(s12, 1) ^ RotCell(s8, 2) ^ RotCell(s4, 1); in PACMult()
|
/third_party/typescript/tests/baselines/reference/ |
D | promisePermutations.js | 165 var s12 = testFunction12(x => x); variable 166 var s12a = s12.then(testFunction12, testFunction12, testFunction12); // ok 167 var s12b = s12.then(testFunction12P, testFunction12P, testFunction12P); // ok 168 var s12c = s12.then(testFunction12P, testFunction12, testFunction12); // ok 276 var s12 = testFunction12(function (x) { return x; }); 277 var s12a = s12.then(testFunction12, testFunction12, testFunction12); // ok 278 var s12b = s12.then(testFunction12P, testFunction12P, testFunction12P); // ok 279 var s12c = s12.then(testFunction12P, testFunction12, testFunction12); // ok
|
D | promisePermutations3.js | 164 var s12 = testFunction12(x => x); variable 165 var s12a = s12.then(testFunction12, testFunction12, testFunction12); // ok 166 var s12b = s12.then(testFunction12P, testFunction12P, testFunction12P); // ok 167 var s12c = s12.then(testFunction12P, testFunction12, testFunction12); // ok 276 var s12 = testFunction12(function (x) { return x; }); 277 var s12a = s12.then(testFunction12, testFunction12, testFunction12); // ok 278 var s12b = s12.then(testFunction12P, testFunction12P, testFunction12P); // ok 279 var s12c = s12.then(testFunction12P, testFunction12, testFunction12); // ok
|
D | promisePermutations2.js | 164 var s12 = testFunction12(x => x); variable 165 var s12a = s12.then(testFunction12, testFunction12, testFunction12); // ok 166 var s12b = s12.then(testFunction12P, testFunction12P, testFunction12P); // ok 167 var s12c = s12.then(testFunction12P, testFunction12, testFunction12); // ok 276 var s12 = testFunction12(function (x) { return x; }); 277 var s12a = s12.then(testFunction12, testFunction12, testFunction12); // ok 278 var s12b = s12.then(testFunction12P, testFunction12P, testFunction12P); // ok 279 var s12c = s12.then(testFunction12P, testFunction12, testFunction12); // ok
|
/third_party/typescript/tests/cases/compiler/ |
D | promisePermutations3.ts | 163 var s12 = testFunction12(x => x); 164 var s12a = s12.then(testFunction12, testFunction12, testFunction12); // ok 165 var s12b = s12.then(testFunction12P, testFunction12P, testFunction12P); // ok 166 var s12c = s12.then(testFunction12P, testFunction12, testFunction12); // ok
|
D | promisePermutations2.ts | 163 var s12 = testFunction12(x => x); 164 var s12a = s12.then(testFunction12, testFunction12, testFunction12); // ok 165 var s12b = s12.then(testFunction12P, testFunction12P, testFunction12P); // ok 166 var s12c = s12.then(testFunction12P, testFunction12, testFunction12); // ok
|
D | promisePermutations.ts | 164 var s12 = testFunction12(x => x); 165 var s12a = s12.then(testFunction12, testFunction12, testFunction12); // ok 166 var s12b = s12.then(testFunction12P, testFunction12P, testFunction12P); // ok 167 var s12c = s12.then(testFunction12P, testFunction12, testFunction12); // ok
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceRegistersARM32.def | 49 X(Reg_s12, 12, "s12", 13, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, REGLIST3(RegARM32, s12, d6, q3)) \ 78 X(Reg_d6, 6, "d6", 7, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, REGLIST4(RegARM32, d6, q3, s12, s13)) \ 110 …X(Reg_q3, 3, "q3", 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, REGLIST7(RegARM32, q3, d6, d7, s12, s13, s14, …
|
/third_party/openh264/test/encoder/ |
D | EncUT_EncoderMbAux.cpp | 159 const int s12 = iDiff[i][1] - iDiff[i][2]; in Sub4x4DctAnchor() local 161 tmp[1][i] = 2 * s03 + s12; in Sub4x4DctAnchor() 163 tmp[3][i] = s03 - 2 * s12; in Sub4x4DctAnchor() 169 const int s12 = tmp[i][1] - tmp[i][2]; in Sub4x4DctAnchor() local 171 iDct[i][1] = 2 * s03 + s12; in Sub4x4DctAnchor() 173 iDct[i][3] = s03 - 2 * s12; in Sub4x4DctAnchor()
|
/third_party/openh264/codec/common/x86/ |
D | dct.asm | 439 punpcklqdq %3, %1 ; s12 = [x1+x2,x1-x2] 442 paddw %1, %3 ; [y0,y1] = [s03[0]+s12[0],2*s03[1]+s12[1]] 443 pmullw %3, [pic(wels_4xp1w_4xp2w)] ; [s12[0],2*s12[1]] 444 psubw %2, %3 ; [y2,y3] = [s03[0]-s12[0],s03[1]-2*s12[1]]
|