Home
last modified time | relevance | path

Searched refs:s10 (Results 1 – 25 of 103) sorted by relevance

12345

/third_party/libphonenumber/cpp/src/phonenumbers/
Dstringutil.cc209 const StringHolder& s9, const StringHolder& s10, in StrCat() argument
211 return absl::StrCat(s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11); in StrCat()
218 const StringHolder& s9, const StringHolder& s10, in StrCat() argument
220 return absl::StrCat(s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12); in StrCat()
227 const StringHolder& s9, const StringHolder& s10, in StrCat() argument
230 return absl::StrCat(s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, in StrCat()
238 const StringHolder& s9, const StringHolder& s10, in StrCat() argument
241 return absl::StrCat(s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, in StrCat()
249 const StringHolder& s9, const StringHolder& s10, in StrCat() argument
253 return absl::StrCat(s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, in StrCat()
[all …]
Dstringutil.h141 const StringHolder& s9, const StringHolder& s10,
148 const StringHolder& s9, const StringHolder& s10,
155 const StringHolder& s9, const StringHolder& s10,
163 const StringHolder& s9, const StringHolder& s10,
171 const StringHolder& s9, const StringHolder& s10,
180 const StringHolder& s9, const StringHolder& s10,
/third_party/vixl/test/aarch64/
Dtest-disasm-fp-aarch64.cc84 COMPARE(frint32x(s10, s11), "frint32x s10, s11"); in TEST()
88 COMPARE(frint32z(s10, s11), "frint32z s10, s11"); in TEST()
92 COMPARE(frint64x(s10, s11), "frint64x s10, s11"); in TEST()
96 COMPARE(frint64z(s10, s11), "frint64z s10, s11"); in TEST()
100 COMPARE(frinta(s10, s11), "frinta s10, s11"); in TEST()
104 COMPARE(frinti(s10, s11), "frinti s10, s11"); in TEST()
108 COMPARE(frintm(s10, s11), "frintm s10, s11"); in TEST()
112 COMPARE(frintn(s10, s11), "frintn s10, s11"); in TEST()
116 COMPARE(frintx(s10, s11), "frintx s10, s11"); in TEST()
120 COMPARE(frintz(s10, s11), "frintz s10, s11"); in TEST()
[all …]
/third_party/ffmpeg/libavutil/arm/
Dfloat_dsp_vfp.S143 vmul.f s26, s2, s10
151 vmul.f s10, s18, s10
159 vmla.f s10, s2, s22
164 vstmdb DST1!, {s10}
206 vstmdb DST1!, {s10}
215 vldmia SRC0!, {s10-s11}
250 vstmdb DST1!, {s10}
289 vmul.f32 s10, s1, s10
332 vmulge.f32 s10, s1, s10
388 vldmia BASE2!, {s10-s11}
[all …]
/third_party/typescript/tests/baselines/reference/
DpromisePermutations.js147 var s10 = testFunction10P(x => x); variable
148 var s10a = s10.then(testFunction10, testFunction10, testFunction10); // ok
149 var s10b = s10.then(testFunction10P, testFunction10P, testFunction10P); // ok
150 var s10c = s10.then(testFunction10P, testFunction10, testFunction10); // ok
151 var s10d = s10.then(sPromise, sPromise, sPromise); // ok
152 var s10e = s10.then(nIPromise, nPromise, nIPromise); // ok
153 var s10f = s10.then(testFunctionP, sIPromise, nIPromise); // error
154 var s10g = s10.then(testFunctionP, nIPromise, sIPromise).then(sPromise, sIPromise, sIPromise); // ok
260 var s10 = testFunction10P(function (x) { return x; });
261 var s10a = s10.then(testFunction10, testFunction10, testFunction10); // ok
[all …]
DpromisePermutations3.js146 var s10 = testFunction10P(x => x); variable
147 var s10a = s10.then(testFunction10, testFunction10, testFunction10); // ok
148 var s10b = s10.then(testFunction10P, testFunction10P, testFunction10P); // ok
149 var s10c = s10.then(testFunction10P, testFunction10, testFunction10); // ok
150 var s10d = s10.then(sPromise, sPromise, sPromise); // ok
151 var s10e = s10.then(nIPromise, nPromise, nIPromise); // ok
152 var s10f = s10.then(testFunctionP, sIPromise, nIPromise); // error
153 var s10g = s10.then(testFunctionP, nIPromise, sIPromise).then(sPromise, sIPromise, sIPromise); // ok
260 var s10 = testFunction10P(function (x) { return x; });
261 var s10a = s10.then(testFunction10, testFunction10, testFunction10); // ok
[all …]
DpromisePermutations2.js146 var s10 = testFunction10P(x => x); variable
147 var s10a = s10.then(testFunction10, testFunction10, testFunction10); // ok
148 var s10b = s10.then(testFunction10P, testFunction10P, testFunction10P); // ok
149 var s10c = s10.then(testFunction10P, testFunction10, testFunction10); // ok
150 var s10d = s10.then(sPromise, sPromise, sPromise); // ok
151 var s10e = s10.then(nIPromise, nPromise, nIPromise); // ok
152 var s10f = s10.then(testFunctionP, sIPromise, nIPromise); // error
153 var s10g = s10.then(testFunctionP, nIPromise, sIPromise).then(sPromise, sIPromise, sIPromise); // ok
260 var s10 = testFunction10P(function (x) { return x; });
261 var s10a = s10.then(testFunction10, testFunction10, testFunction10); // ok
[all …]
DpromisePermutations3.symbols1124 var s10 = testFunction10P(x => x);
1125 >s10 : Symbol(s10, Decl(promisePermutations3.ts, 144, 3))
1130 var s10a = s10.then(testFunction10, testFunction10, testFunction10); // ok
1132 >s10.then : Symbol(Promise.then, Decl(lib.es5.d.ts, --, --), Decl(promisePermutations3.ts, 2, 22), …
1133 >s10 : Symbol(s10, Decl(promisePermutations3.ts, 144, 3))
1139 var s10b = s10.then(testFunction10P, testFunction10P, testFunction10P); // ok
1141 >s10.then : Symbol(Promise.then, Decl(lib.es5.d.ts, --, --), Decl(promisePermutations3.ts, 2, 22), …
1142 >s10 : Symbol(s10, Decl(promisePermutations3.ts, 144, 3))
1148 var s10c = s10.then(testFunction10P, testFunction10, testFunction10); // ok
1150 >s10.then : Symbol(Promise.then, Decl(lib.es5.d.ts, --, --), Decl(promisePermutations3.ts, 2, 22), …
[all …]
DpromisePermutations2.symbols1124 var s10 = testFunction10P(x => x);
1125 >s10 : Symbol(s10, Decl(promisePermutations2.ts, 144, 3))
1130 var s10a = s10.then(testFunction10, testFunction10, testFunction10); // ok
1132 >s10.then : Symbol(Promise.then, Decl(lib.es5.d.ts, --, --), Decl(promisePermutations2.ts, 2, 22))
1133 >s10 : Symbol(s10, Decl(promisePermutations2.ts, 144, 3))
1139 var s10b = s10.then(testFunction10P, testFunction10P, testFunction10P); // ok
1141 >s10.then : Symbol(Promise.then, Decl(lib.es5.d.ts, --, --), Decl(promisePermutations2.ts, 2, 22))
1142 >s10 : Symbol(s10, Decl(promisePermutations2.ts, 144, 3))
1148 var s10c = s10.then(testFunction10P, testFunction10, testFunction10); // ok
1150 >s10.then : Symbol(Promise.then, Decl(lib.es5.d.ts, --, --), Decl(promisePermutations2.ts, 2, 22))
[all …]
DpromisePermutations.symbols1171 var s10 = testFunction10P(x => x);
1172 >s10 : Symbol(s10, Decl(promisePermutations.ts, 145, 3))
1177 var s10a = s10.then(testFunction10, testFunction10, testFunction10); // ok
1179 >s10.then : Symbol(Promise.then, Decl(lib.es5.d.ts, --, --), Decl(promisePermutations.ts, 0, 22), D…
1180 >s10 : Symbol(s10, Decl(promisePermutations.ts, 145, 3))
1186 var s10b = s10.then(testFunction10P, testFunction10P, testFunction10P); // ok
1188 >s10.then : Symbol(Promise.then, Decl(lib.es5.d.ts, --, --), Decl(promisePermutations.ts, 0, 22), D…
1189 >s10 : Symbol(s10, Decl(promisePermutations.ts, 145, 3))
1195 var s10c = s10.then(testFunction10P, testFunction10, testFunction10); // ok
1197 >s10.then : Symbol(Promise.then, Decl(lib.es5.d.ts, --, --), Decl(promisePermutations.ts, 0, 22), D…
[all …]
/third_party/ffmpeg/libavcodec/arm/
Dfmtconvert_vfp.S84 vcvt.f32.s32 s10, s10
135 vcvt.f32.s32 s10, s10
169 vcvt.f32.s32 s10, s10
205 vcvt.f32.s32 s10, s10
Dfft_vfp.S58 vldr d5, [a1, #3*2*4] @ s10,s11 = z[3]
62 vadd.f s14, s2, s10 @ i2
66 vsub.f s10, s2, s10 @ i6
74 vadd.f s7, s9, s10 @ z[3].im
75 vsub.f s3, s9, s10 @ z[1].im
263 vadd.f s7, s15, s10
385 vstr d5, [\z1, #8*o1-8*2] @ s10,s11
397 vldr d5, [\z3, #8*o3] @ s10,s11
420 vsub.f s0, s10, s15 @ t5
443 vstr d5, [\z1, #8*o1] @ s10,s11
Dmdct_vfp.S75 vstr s10, [J2]
113 vstr s10, [J2]
163 vstr s10, [OUT, #out_hi_tail*4]
212 vstr s10, [OUT_HI, #-\out_offset_tail-16]
/third_party/typescript/tests/cases/compiler/
DpromisePermutations3.ts145 var s10 = testFunction10P(x => x);
146 var s10a = s10.then(testFunction10, testFunction10, testFunction10); // ok
147 var s10b = s10.then(testFunction10P, testFunction10P, testFunction10P); // ok
148 var s10c = s10.then(testFunction10P, testFunction10, testFunction10); // ok
149 var s10d = s10.then(sPromise, sPromise, sPromise); // ok
150 var s10e = s10.then(nIPromise, nPromise, nIPromise); // ok
151 var s10f = s10.then(testFunctionP, sIPromise, nIPromise); // error
152 var s10g = s10.then(testFunctionP, nIPromise, sIPromise).then(sPromise, sIPromise, sIPromise); // ok
DpromisePermutations2.ts145 var s10 = testFunction10P(x => x);
146 var s10a = s10.then(testFunction10, testFunction10, testFunction10); // ok
147 var s10b = s10.then(testFunction10P, testFunction10P, testFunction10P); // ok
148 var s10c = s10.then(testFunction10P, testFunction10, testFunction10); // ok
149 var s10d = s10.then(sPromise, sPromise, sPromise); // ok
150 var s10e = s10.then(nIPromise, nPromise, nIPromise); // ok
151 var s10f = s10.then(testFunctionP, sIPromise, nIPromise); // error
152 var s10g = s10.then(testFunctionP, nIPromise, sIPromise).then(sPromise, sIPromise, sIPromise); // ok
DpromisePermutations.ts146 var s10 = testFunction10P(x => x);
147 var s10a = s10.then(testFunction10, testFunction10, testFunction10); // ok
148 var s10b = s10.then(testFunction10P, testFunction10P, testFunction10P); // ok
149 var s10c = s10.then(testFunction10P, testFunction10, testFunction10); // ok
150 var s10d = s10.then(sPromise, sPromise, sPromise); // ok
151 var s10e = s10.then(nIPromise, nPromise, nIPromise); // ok
152 var s10f = s10.then(testFunctionP, sIPromise, nIPromise); // error
153 var s10g = s10.then(testFunctionP, nIPromise, sIPromise).then(sPromise, sIPromise, sIPromise); // ok
/third_party/node/deps/openssl/openssl/crypto/ec/
Dcurve25519.c4637 int64_t s10 = kBottom21Bits & (load_3(s + 26) >> 2); in x25519_sc_reduce() local
4677 s10 += s22 * 666643; in x25519_sc_reduce()
4686 s10 += s21 * 470296; in x25519_sc_reduce()
4695 s10 += s20 * 654183; in x25519_sc_reduce()
4704 s10 -= s19 * 997805; in x25519_sc_reduce()
4713 s10 += s18 * 136657; in x25519_sc_reduce()
4723 carry10 = (s10 + (1 << 20)) >> 21; in x25519_sc_reduce()
4725 s10 -= carry10 * (1 << 21); in x25519_sc_reduce()
4740 s10 += carry9; in x25519_sc_reduce()
4757 s10 -= s17 * 683901; in x25519_sc_reduce()
[all …]
/third_party/openssl/crypto/ec/
Dcurve25519.c4637 int64_t s10 = kBottom21Bits & (load_3(s + 26) >> 2); in x25519_sc_reduce() local
4677 s10 += s22 * 666643; in x25519_sc_reduce()
4686 s10 += s21 * 470296; in x25519_sc_reduce()
4695 s10 += s20 * 654183; in x25519_sc_reduce()
4704 s10 -= s19 * 997805; in x25519_sc_reduce()
4713 s10 += s18 * 136657; in x25519_sc_reduce()
4723 carry10 = (s10 + (1 << 20)) >> 21; in x25519_sc_reduce()
4725 s10 -= carry10 * (1 << 21); in x25519_sc_reduce()
4740 s10 += carry9; in x25519_sc_reduce()
4757 s10 -= s17 * 683901; in x25519_sc_reduce()
[all …]
/third_party/openssl/ohos_lite/crypto/ec/
Dcurve25519.c4627 int64_t s10 = kBottom21Bits & (load_3(s + 26) >> 2); in x25519_sc_reduce() local
4667 s10 += s22 * 666643; in x25519_sc_reduce()
4676 s10 += s21 * 470296; in x25519_sc_reduce()
4685 s10 += s20 * 654183; in x25519_sc_reduce()
4694 s10 -= s19 * 997805; in x25519_sc_reduce()
4703 s10 += s18 * 136657; in x25519_sc_reduce()
4713 carry10 = (s10 + (1 << 20)) >> 21; in x25519_sc_reduce()
4715 s10 -= carry10 * (1 << 21); in x25519_sc_reduce()
4730 s10 += carry9; in x25519_sc_reduce()
4747 s10 -= s17 * 683901; in x25519_sc_reduce()
[all …]
/third_party/skia/third_party/externals/tint/test/bug/tint/
D959.wgsl.expected.spvasm54 OpName %s10 "s10"
163 OpDecorate %s10 DescriptorSet 10
164 OpDecorate %s10 Binding 300
228 %s10 = OpVariable %_ptr_UniformConstant_43_0 UniformConstant
D959.wgsl.expected.wgsl90 [[group(10), binding(300)]] var s10 : sampler_comparison;
146 _ = s10;
/third_party/node/deps/openssl/openssl/crypto/bn/asm/
Dmips-mont.pl37 ($s0,$s1,$s2,$s3,$s4,$s5,$s6,$s7,$s8,$s9,$s10,$s11)=map("\$$_",(12..23));
121 $j=$s10;
162 $REG_S $s10,($FRAMESIZE-3)*$SZREG($sp)
411 $REG_L $s10,($FRAMESIZE-3)*$SZREG($sp)
/third_party/openssl/crypto/bn/asm/
Dmips-mont.pl37 ($s0,$s1,$s2,$s3,$s4,$s5,$s6,$s7,$s8,$s9,$s10,$s11)=map("\$$_",(12..23));
121 $j=$s10;
162 $REG_S $s10,($FRAMESIZE-3)*$SZREG($sp)
411 $REG_L $s10,($FRAMESIZE-3)*$SZREG($sp)
/third_party/ffmpeg/tests/
Drotozoom.c73 int s10 = src[( int_x & 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.def47 X(Reg_s10, 10, "s10", 11, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, REGLIST3(RegARM32, s10, 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 …X(Reg_q2, 2, "q2", 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, REGLIST7(RegARM32, q2, d4, d5, s8, s9, s10, s1…

12345