Home
last modified time | relevance | path

Searched refs:s11 (Results 1 – 25 of 63) sorted by relevance

123

/third_party/ffmpeg/libavutil/arm/
Dfloat_dsp_vfp.S35 vldmia r2!, {s8-s11}
49 vstmia r0!, {s8-s11}
55 vldmiagt r2!, {s8-s11}
139 vldmia SRC0!, {s8-s11}
144 vmul.f s27, s3, s11
152 vmul.f s11, s19, s11
160 vmla.f s11, s3, s23
165 vstmdb DST1!, {s11}
177 vldmia SRC0!, {s8-s11}
207 vstmdb DST1!, {s11}
[all …]
/third_party/libphonenumber/cpp/src/phonenumbers/
Dstringutil.cc210 const StringHolder& s11) { in StrCat() argument
211 return absl::StrCat(s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11); in StrCat()
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()
[all …]
Dstringutil.h142 const StringHolder& s11);
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/libavcodec/arm/
Dfmtconvert_vfp.S85 vcvt.f32.s32 s11, s11
105 vstmia a2!, {s8-s11}
136 vcvt.f32.s32 s11, s11
170 vcvt.f32.s32 s11, s11
177 vstmia a2!, {s8-s11}
206 vcvt.f32.s32 s11, s11
213 vstmia a1!, {s8-s11}
Dfft_vfp.S58 vldr d5, [a1, #3*2*4] @ s10,s11 = z[3]
63 vadd.f s15, s3, s11 @ i3
67 vsub.f s11, s3, s11 @ i7
76 vadd.f s2, s8, s11 @ z[1].re
77 vsub.f s6, s8, s11 @ z[3].re
262 vsub.f s6, s14, s11
385 vstr d5, [\z1, #8*o1-8*2] @ s10,s11
397 vldr d5, [\z3, #8*o3] @ s10,s11
421 vadd.f s3, s11, s14 @ t6
443 vstr d5, [\z1, #8*o1] @ s10,s11
Dmdct_vfp.S76 vstr s11, [J3]
114 vstr s11, [J3]
164 vstr s11, [OUT, #out_hi_tail*4 + 8]
213 vstr s11, [OUT_HI, #-\out_offset_tail-8]
/third_party/openssl/ohos_lite/crypto/ec/
Dcurve25519.c4628 int64_t s11 = kBottom21Bits & (load_4(s + 28) >> 7); in x25519_sc_reduce() local
4659 s11 += s23 * 666643; in x25519_sc_reduce()
4668 s11 += s22 * 470296; in x25519_sc_reduce()
4677 s11 += s21 * 654183; in x25519_sc_reduce()
4686 s11 -= s20 * 997805; in x25519_sc_reduce()
4695 s11 += s19 * 136657; in x25519_sc_reduce()
4704 s11 -= s18 * 683901; in x25519_sc_reduce()
4714 s11 += carry10; in x25519_sc_reduce()
4732 carry11 = (s11 + (1 << 20)) >> 21; in x25519_sc_reduce()
4734 s11 -= carry11 * (1 << 21); in x25519_sc_reduce()
[all …]
/third_party/openssl/crypto/ec/
Dcurve25519.c4638 int64_t s11 = kBottom21Bits & (load_4(s + 28) >> 7); in x25519_sc_reduce() local
4669 s11 += s23 * 666643; in x25519_sc_reduce()
4678 s11 += s22 * 470296; in x25519_sc_reduce()
4687 s11 += s21 * 654183; in x25519_sc_reduce()
4696 s11 -= s20 * 997805; in x25519_sc_reduce()
4705 s11 += s19 * 136657; in x25519_sc_reduce()
4714 s11 -= s18 * 683901; in x25519_sc_reduce()
4724 s11 += carry10; in x25519_sc_reduce()
4742 carry11 = (s11 + (1 << 20)) >> 21; in x25519_sc_reduce()
4744 s11 -= carry11 * (1 << 21); in x25519_sc_reduce()
[all …]
/third_party/skia/third_party/externals/tint/test/bug/tint/
D959.wgsl.expected.spvasm55 OpName %s11 "s11"
165 OpDecorate %s11 DescriptorSet 11
166 OpDecorate %s11 Binding 300
229 %s11 = OpVariable %_ptr_UniformConstant_43_0 UniformConstant
D959.wgsl.expected.wgsl92 [[group(11), binding(300)]] var s11 : sampler_comparison;
147 _ = s11;
D959.wgsl56 [[group(11), binding(300)]] var s11 : sampler_comparison;
109 _ = s11;
/third_party/ffmpeg/libavutil/mips/
Dfloat_dsp_mips.c153 float s0, s01, s1, s11; in vector_fmul_window_mips() local
219 [s11]"=&f"(s11), [wi] "=&f"(wi), [wj] "=&f"(wj), [wi2]"=&f"(wi2), in vector_fmul_window_mips()
/third_party/typescript/tests/baselines/reference/
DpromisePermutations3.js157 var s11: Promise<number>; variable
158 var s11a = s11.then(testFunction11, testFunction11, testFunction11); // ok
159 var s11b = s11.then(testFunction11P, testFunction11P, testFunction11P); // error
160 var s11c = s11.then(testFunction11P, testFunction11, testFunction11); // error
270 var s11; variable
271 var s11a = s11.then(testFunction11, testFunction11, testFunction11); // ok
272 var s11b = s11.then(testFunction11P, testFunction11P, testFunction11P); // error
273 var s11c = s11.then(testFunction11P, testFunction11, testFunction11); // error
DpromisePermutations2.js157 var s11: Promise<number>; variable
158 var s11a = s11.then(testFunction11, testFunction11, testFunction11); // ok
159 var s11b = s11.then(testFunction11P, testFunction11P, testFunction11P); // ok
160 var s11c = s11.then(testFunction11P, testFunction11, testFunction11); // ok
270 var s11; variable
271 var s11a = s11.then(testFunction11, testFunction11, testFunction11); // ok
272 var s11b = s11.then(testFunction11P, testFunction11P, testFunction11P); // ok
273 var s11c = s11.then(testFunction11P, testFunction11, testFunction11); // ok
DpromisePermutations.js158 var s11: Promise<number>; variable
159 var s11a = s11.then(testFunction11, testFunction11, testFunction11); // ok
160 var s11b = s11.then(testFunction11P, testFunction11P, testFunction11P); // error
161 var s11c = s11.then(testFunction11P, testFunction11, testFunction11); // error
270 var s11; variable
271 var s11a = s11.then(testFunction11, testFunction11, testFunction11); // ok
272 var s11b = s11.then(testFunction11P, testFunction11P, testFunction11P); // error
273 var s11c = s11.then(testFunction11P, testFunction11, testFunction11); // error
/third_party/openssl/crypto/bn/asm/
Dmips-mont.pl37 ($s0,$s1,$s2,$s3,$s4,$s5,$s6,$s7,$s8,$s9,$s10,$s11)=map("\$$_",(12..23));
122 $m1=$s11;
161 $REG_S $s11,($FRAMESIZE-2)*$SZREG($sp)
410 $REG_L $s11,($FRAMESIZE-2)*$SZREG($sp)
/third_party/typescript/tests/cases/compiler/
DpromisePermutations3.ts156 var s11: Promise<number>;
157 var s11a = s11.then(testFunction11, testFunction11, testFunction11); // ok
158 var s11b = s11.then(testFunction11P, testFunction11P, testFunction11P); // error
159 var s11c = s11.then(testFunction11P, testFunction11, testFunction11); // error
DpromisePermutations2.ts156 var s11: Promise<number>;
157 var s11a = s11.then(testFunction11, testFunction11, testFunction11); // ok
158 var s11b = s11.then(testFunction11P, testFunction11P, testFunction11P); // ok
159 var s11c = s11.then(testFunction11P, testFunction11, testFunction11); // ok
DpromisePermutations.ts157 var s11: Promise<number>;
158 var s11a = s11.then(testFunction11, testFunction11, testFunction11); // ok
159 var s11b = s11.then(testFunction11P, testFunction11P, testFunction11P); // error
160 var s11c = s11.then(testFunction11P, testFunction11, testFunction11); // error
/third_party/ffmpeg/tests/
Drotozoom.c74 int s11 = src[((int_x + 1) & 255) + 256 * ((int_y + 1) & 255)]; in ipol() local
76 int s1 = (((1 << 16) - frac_x) * s10 + frac_x * s11) >> 8; in ipol()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceRegistersARM32.def48 X(Reg_s11, 11, "s11", 12, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, REGLIST3(RegARM32, s11, d5, q2)) \
77 X(Reg_d5, 5, "d5", 6, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, REGLIST4(RegARM32, d5, q2, s10, s11)) \
109 …g_q2, 2, "q2", 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, REGLIST7(RegARM32, q2, d4, d5, s8, s9, s10, s11)) \
/third_party/openssl/crypto/sha/asm/
Dsha1-mips.pl37 ($s0,$s1,$s2,$s3,$s4,$s5,$s6,$s7,$s8,$s9,$s10,$s11)=map("\$$_",(12..23));
362 $REG_S $s11,($FRAMESIZE-3)*$SZREG($sp)
440 $REG_L $s11,($FRAMESIZE-3)*$SZREG($sp)
Dsha512-mips.pl39 ($s0,$s1,$s2,$s3,$s4,$s5,$s6,$s7,$s8,$s9,$s10,$s11)=map("\$$_",(12..23));
334 $REG_S $s11,$FRAMESIZE-3*$SZREG($sp)
431 $REG_L $s11,$FRAMESIZE-3*$SZREG($sp)
/third_party/musl/src/setjmp/riscv64/
Dsetjmp.S21 sd s11, 88(a0)
Dlongjmp.S21 ld s11, 88(a0)

123