Home
last modified time | relevance | path

Searched refs:s5 (Results 1 – 25 of 218) sorted by relevance

123456789

/third_party/boost/boost/numeric/odeint/algebra/
Dvector_space_algebra.hpp99 static void for_each5( S1 &s1 , S2 &s2 , S3 &s3 , S4 &s4 , S5 &s5 , Op op ) in for_each5()
101 op( s1 , s2 , s3 , s4 , s5 ); in for_each5()
105 static void for_each6( S1 &s1 , S2 &s2 , S3 &s3 , S4 &s4 , S5 &s5 , S6 &s6 , Op op ) in for_each6()
107 op( s1 , s2 , s3 , s4 , s5 , s6 ); in for_each6()
111 static void for_each7( S1 &s1 , S2 &s2 , S3 &s3 , S4 &s4 , S5 &s5 , S6 &s6 , S7 &s7 , Op op ) in for_each7()
113 op( s1 , s2 , s3 , s4 , s5 , s6 , s7 ); in for_each7()
117 …static void for_each8( S1 &s1 , S2 &s2 , S3 &s3 , S4 &s4 , S5 &s5 , S6 &s6 , S7 &s7 , S8 &s8 , Op … in for_each8()
119 op( s1 , s2 , s3 , s4 , s5 , s6 , s7 , s8 ); in for_each8()
123 …static void for_each9( S1 &s1 , S2 &s2 , S3 &s3 , S4 &s4 , S5 &s5 , S6 &s6 , S7 &s7 , S8 &s8 , S9 … in for_each9()
125 op( s1 , s2 , s3 , s4 , s5 , s6 , s7 , s8 , s9 ); in for_each9()
[all …]
Dmulti_array_algebra.hpp62 static void for_each5( S1 &s1 , S2 &s2 , S3 &s3 , S4 &s4 , S5 &s5 , Op op ) in for_each5()
64 …( s1.data() , s1.data() + s1.num_elements() , s2.data() , s3.data() , s4.data() , s5.data() , op ); in for_each5()
68 static void for_each6( S1 &s1 , S2 &s2 , S3 &s3 , S4 &s4 , S5 &s5 , S6 &s6 , Op op ) in for_each6()
70 …ta() , s1.data() + s1.num_elements() , s2.data() , s3.data() , s4.data() , s5.data() , s6.data() ,… in for_each6()
74 static void for_each7( S1 &s1 , S2 &s2 , S3 &s3 , S4 &s4 , S5 &s5 , S6 &s6 , S7 &s7 , Op op ) in for_each7()
76 …ta() , s1.data() + s1.num_elements() , s2.data() , s3.data() , s4.data() , s5.data() , s6.data() ,… in for_each7()
80 …static void for_each8( S1 &s1 , S2 &s2 , S3 &s3 , S4 &s4 , S5 &s5 , S6 &s6 , S7 &s7 , S8 &s8 , Op … in for_each8()
82 …ta() , s1.data() + s1.num_elements() , s2.data() , s3.data() , s4.data() , s5.data() , s6.data() ,… in for_each8()
86 …static void for_each9( S1 &s1 , S2 &s2 , S3 &s3 , S4 &s4 , S5 &s5 , S6 &s6 , S7 &s7 , S8 &s8 , S9 … in for_each9()
88 …ta() , s1.data() + s1.num_elements() , s2.data() , s3.data() , s4.data() , s5.data() , s6.data() ,… in for_each9()
[all …]
Drange_algebra.hpp63 static void for_each5( S1 &s1 , S2 &s2 , S3 &s3 , S4 &s4 , S5 &s5 , Op op ) in for_each5()
65 …d( s1 ) , boost::begin( s2 ) , boost::begin( s3 ) , boost::begin( s4 ) , boost::begin( s5 ) , op ); in for_each5()
69 static void for_each6( S1 &s1 , S2 &s2 , S3 &s3 , S4 &s4 , S5 &s5 , S6 &s6 , Op op ) in for_each6()
71 …ost::begin( s2 ) , boost::begin( s3 ) , boost::begin( s4 ) , boost::begin( s5 ) , boost::begin( s6… in for_each6()
75 static void for_each7( S1 &s1 , S2 &s2 , S3 &s3 , S4 &s4 , S5 &s5 , S6 &s6 , S7 &s7 , Op op ) in for_each7()
77 …ost::begin( s2 ) , boost::begin( s3 ) , boost::begin( s4 ) , boost::begin( s5 ) , boost::begin( s6… in for_each7()
81 …static void for_each8( S1 &s1 , S2 &s2 , S3 &s3 , S4 &s4 , S5 &s5 , S6 &s6 , S7 &s7 , S8 &s8 , Op … in for_each8()
83 …ost::begin( s2 ) , boost::begin( s3 ) , boost::begin( s4 ) , boost::begin( s5 ) , boost::begin( s6… in for_each8()
87 …static void for_each9( S1 &s1 , S2 &s2 , S3 &s3 , S4 &s4 , S5 &s5 , S6 &s6 , S7 &s7 , S8 &s8 , S9 … in for_each9()
89 …ost::begin( s2 ) , boost::begin( s3 ) , boost::begin( s4 ) , boost::begin( s5 ) , boost::begin( s6… in for_each9()
[all …]
Dfusion_algebra.hpp96 static void for_each5( S1 &s1 , S2 &s2 , S3 &s3 , S4 &s4 , S5 &s5 , Op op ) in for_each5()
99 Sequences sequences( s1 , s2 , s3 , s4 , s5 ); in for_each5()
105 static void for_each6( S1 &s1 , S2 &s2 , S3 &s3 , S4 &s4 , S5 &s5 , S6 &s6 , Op op ) in for_each6()
108 Sequences sequences( s1 , s2 , s3 , s4 , s5 , s6 ); in for_each6()
114 static void for_each7( S1 &s1 , S2 &s2 , S3 &s3 , S4 &s4 , S5 &s5 , S6 &s6 , S7 &s7 , Op op ) in for_each7()
117 Sequences sequences( s1 , s2 , s3 , s4 , s5 , s6 , s7 ); in for_each7()
123 …static void for_each8( S1 &s1 , S2 &s2 , S3 &s3 , S4 &s4 , S5 &s5 , S6 &s6 , S7 &s7 , S8 &s8 , Op … in for_each8()
127 Sequences sequences( s1 , s2 , s3 , s4 , s5 , s6 , s7 , s8 ); in for_each8()
132 …static void for_each9( S1 &s1 , S2 &s2 , S3 &s3 , S4 &s4 , S5 &s5 , S6 &s6 , S7 &s7 , S8 &s8 , S9 … in for_each9()
136 Sequences sequences( s1 , s2 , s3 , s4 , s5 , s6 , s7 , s8 , s9 ); in for_each9()
[all …]
Darray_algebra.hpp92 const Array< T , dim > &s5 , Op op ) in for_each5()
95 op( s1[i] , s2[i] , s3[i] , s4[i] , s5[i] ); in for_each5()
104 const Array< T , dim > &s5 , in for_each6()
108 op( s1[i] , s2[i] , s3[i] , s4[i] , s5[i] , s6[i] ); in for_each6()
117 const Array< T , dim > &s5 , in for_each7()
122 op( s1[i] , s2[i] , s3[i] , s4[i] , s5[i] , s6[i] , s7[i] ); in for_each7()
131 const Array< T , dim > &s5 , in for_each8()
137 op( s1[i] , s2[i] , s3[i] , s4[i] , s5[i] , s6[i] , s7[i] , s8[i] ); in for_each8()
146 const Array< T , dim > &s5 , in for_each9()
153 op( s1[i] , s2[i] , s3[i] , s4[i] , s5[i] , s6[i] , s7[i] , s8[i] , s9[i] ); in for_each9()
[all …]
/third_party/libphonenumber/cpp/src/phonenumbers/
Dstringutil.cc170 const StringHolder& s5) { in StrCat() argument
171 return absl::StrCat(s1, s2, s3, s4, s5); in StrCat()
176 const StringHolder& s5, const StringHolder& s6) { in StrCat() argument
177 return absl::StrCat(s1, s2, s3, s4, s5, s6); in StrCat()
182 const StringHolder& s5, const StringHolder& s6, in StrCat() argument
184 return absl::StrCat(s1, s2, s3, s4, s5, s6, s7); in StrCat()
189 const StringHolder& s5, const StringHolder& s6, in StrCat() argument
193 s5.Length() + s6.Length() + s7.Length() + s8.Length() + 1); in StrCat()
194 return absl::StrCat(s1, s2, s3, s4, s5, s6, s7, s8); in StrCat()
199 const StringHolder& s5, const StringHolder& s6, in StrCat() argument
[all …]
Dstringutil.h115 const StringHolder& s5);
119 const StringHolder& s5, const StringHolder& s6);
123 const StringHolder& s5, const StringHolder& s6,
128 const StringHolder& s5, const StringHolder& s6,
133 const StringHolder& s5, const StringHolder& s6,
139 const StringHolder& s5, const StringHolder& s6,
146 const StringHolder& s5, const StringHolder& s6,
153 const StringHolder& s5, const StringHolder& s6,
161 const StringHolder& s5, const StringHolder& s6,
169 const StringHolder& s5, const StringHolder& s6,
[all …]
/third_party/boost/libs/numeric/ublas/test/tensor/
Dtest_strides.cpp52 strides_type s5{extents_type{2,3,1}}; in BOOST_AUTO_TEST_CASE_TEMPLATE() local
53 BOOST_CHECK (!s5.empty()); in BOOST_AUTO_TEST_CASE_TEMPLATE()
54 BOOST_CHECK_EQUAL ( s5.size(), 3); in BOOST_AUTO_TEST_CASE_TEMPLATE()
94 strides_type s5{extents_type{2,3,1}}; in BOOST_AUTO_TEST_CASE() local
95 BOOST_REQUIRE_EQUAL ( s5.size(),3); in BOOST_AUTO_TEST_CASE()
96 BOOST_CHECK_EQUAL ( s5[0], 1); in BOOST_AUTO_TEST_CASE()
97 BOOST_CHECK_EQUAL ( s5[1], 2); in BOOST_AUTO_TEST_CASE()
98 BOOST_CHECK_EQUAL ( s5[2], 6); in BOOST_AUTO_TEST_CASE()
146 strides_type s5{extents_type{2,3,1}}; in BOOST_AUTO_TEST_CASE() local
147 BOOST_REQUIRE_EQUAL ( s5.size(),3); in BOOST_AUTO_TEST_CASE()
[all …]
/third_party/boost/libs/numeric/odeint/examples/
Dsolar_system.agr600 @ s5 hidden false
601 @ s5 type xy
602 @ s5 symbol 0
603 @ s5 symbol size 1.000000
604 @ s5 symbol color 1
605 @ s5 symbol pattern 1
606 @ s5 symbol fill color 1
607 @ s5 symbol fill pattern 0
608 @ s5 symbol linewidth 1.0
609 @ s5 symbol linestyle 1
[all …]
/third_party/ffmpeg/libavcodec/ppc/
Dvc1dsp_altivec.c34 #define STEP8(s0, s1, s2, s3, s4, s5, s6, s7, vec_rnd) \ argument
52 t0 = vec_add(t0, vec_sl(s5, vec_3)); \
54 t0 = vec_add(t0, vec_sub(s5, s3)); \
56 t1 = vec_sl(vec_sub(s1, s5), vec_4); \
63 t2 = vec_add(t2, vec_sl(s5, vec_2)); \
66 t3 = vec_sl(vec_sub(s5, s7), vec_4); \
69 t3 = vec_sub(t3, vec_add(s3, s5)); \
76 s5 = vec_sub(t6, t2); \
81 #define SHIFT_HOR8(s0, s1, s2, s3, s4, s5, s6, s7) \ argument
88 s5 = vec_sra(s5, vec_3); \
[all …]
/third_party/boost/libs/compute/test/
Dtest_fill.cpp107 S s5 = S(122.5f); in BOOST_AUTO_TEST_CASE_TEMPLATE() local
112 T v1 = T(s1, s2, s3, s4, s5, s6, s7, s8); in BOOST_AUTO_TEST_CASE_TEMPLATE()
113 T v2 = T(s3, s4, s1, s2, s7, s8, s5, s6); in BOOST_AUTO_TEST_CASE_TEMPLATE()
114 T v3 = T(s4, s3, s2, s1, s8, s7, s6, s5); in BOOST_AUTO_TEST_CASE_TEMPLATE()
125 S s5 = S(122.5f); in BOOST_AUTO_TEST_CASE_TEMPLATE() local
130 T v1 = T(s1, s2, s3, s4, s5, s6, s7, s8, s1, s2, s3, s4, s5, s6, s7, s8); in BOOST_AUTO_TEST_CASE_TEMPLATE()
131 T v2 = T(s3, s4, s1, s2, s7, s8, s5, s6, s4, s3, s2, s1, s8, s7, s6, s5); in BOOST_AUTO_TEST_CASE_TEMPLATE()
132 T v3 = T(s4, s3, s2, s1, s8, s7, s6, s5, s8, s7, s6, s5, s4, s3, s2, s1); in BOOST_AUTO_TEST_CASE_TEMPLATE()
216 S s5 = S(122.5f); in BOOST_AUTO_TEST_CASE_TEMPLATE() local
221 T v1 = T(s1, s2, s3, s4, s5, s6, s7, s8); in BOOST_AUTO_TEST_CASE_TEMPLATE()
[all …]
/third_party/boost/boost/numeric/odeint/external/thrust/
Dthrust_algebra.hpp114 StateType5 &s5 , Operation op ) in for_each5()
121 boost::begin(s5) ) ) , in for_each5()
126 boost::end(s5) ) ) , in for_each5()
133 StateType5 &s5 , StateType6 &s6 , Operation op ) in for_each6()
140 boost::begin(s5) , in for_each6()
146 boost::end(s5) , in for_each6()
154 StateType5 &s5 , StateType6 &s6 , StateType7 &s7 , Operation op ) in for_each7()
161 boost::begin(s5) , in for_each7()
168 boost::end(s5) , in for_each7()
177 StateType5 &s5 , StateType6 &s6 , StateType7 &s7 , StateType8 &s8 , Operation op ) in for_each8()
[all …]
/third_party/glslang/Test/
Dspv.bufferhandle4.frag19 } s5;
22 x.k.h = s5.m.k.i.k.i.k.h;
25 s5.m = b ? s5.m : s5.m.k.i;
/third_party/cmsis/CMSIS/DSP/Source/TransformFunctions/
Darm_cfft_radix8_f16.c60 float16_t s1, s2, s3, s4, s5, s6, s7, s8; in arm_radix8_butterfly_f16() local
98 s5 = pSrc[2 * i1 + 1] - pSrc[2 * i5 + 1]; in arm_radix8_butterfly_f16()
123 t2 = s5 - r2; in arm_radix8_butterfly_f16()
124 s5 = s5 + r2; in arm_radix8_butterfly_f16()
131 pSrc[2 * i2 + 1] = s5 - r7; in arm_radix8_butterfly_f16()
132 pSrc[2 * i8 + 1] = s5 + r7; in arm_radix8_butterfly_f16()
199 s5 = pSrc[2 * i1 + 1] - pSrc[2 * i5 + 1]; in arm_radix8_butterfly_f16()
242 t2 = s5 - s1; in arm_radix8_butterfly_f16()
243 s5 = s5 + s1; in arm_radix8_butterfly_f16()
250 s1 = s5 - r7; in arm_radix8_butterfly_f16()
[all …]
Darm_cfft_radix8_f32.c58 float32_t s1, s2, s3, s4, s5, s6, s7, s8; in arm_radix8_butterfly_f32() local
96 s5 = pSrc[2 * i1 + 1] - pSrc[2 * i5 + 1]; in arm_radix8_butterfly_f32()
121 t2 = s5 - r2; in arm_radix8_butterfly_f32()
122 s5 = s5 + r2; in arm_radix8_butterfly_f32()
129 pSrc[2 * i2 + 1] = s5 - r7; in arm_radix8_butterfly_f32()
130 pSrc[2 * i8 + 1] = s5 + r7; in arm_radix8_butterfly_f32()
197 s5 = pSrc[2 * i1 + 1] - pSrc[2 * i5 + 1]; in arm_radix8_butterfly_f32()
240 t2 = s5 - s1; in arm_radix8_butterfly_f32()
241 s5 = s5 + s1; in arm_radix8_butterfly_f32()
248 s1 = s5 - r7; in arm_radix8_butterfly_f32()
[all …]
/third_party/ffmpeg/libavcodec/arm/
Dfft_vfp.S73 vsub.f s5, s13, s15 @ z[2].im
108 vsub.f s5, s21, s22
130 vsub.f s5, s21, s20
138 vadd.f s1, s5, s6
140 vsub.f s2, s5, s6
143 vsub.f s5, s29, s1
205 vsub.f s5, s17, s19
224 vadd.f s5, s21, s22
235 vsub.f s5, s25, s24
247 vsub.f s5, s21, s28
[all …]
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/mips/
Djsimd_dspr2.S164 SAVE_REGS_ON_STACK 32, s0, s1, s2, s3, s4, s5, s6, s7
172 li s5, 0x8000 // FIX(0.50000)
194 mtlo s5, $ac0
198 maddu $ac1, s5, t5
199 maddu $ac2, s5, t3
219 RESTORE_REGS_FROM_STACK 32, s0, s1, s2, s3, s4, s5, s6, s7
272 SAVE_REGS_ON_STACK 32, s0, s1, s2, s3, s4, s5, s6, s7
287 sll s5, a2, 2
289 lwx s2, s5(t0)
290 lwx s3, s5(t1)
[all …]
/third_party/libjpeg-turbo/simd/mips/
Djsimd_dspr2.S164 SAVE_REGS_ON_STACK 32, s0, s1, s2, s3, s4, s5, s6, s7
172 li s5, 0x8000 // FIX(0.50000)
194 mtlo s5, $ac0
198 maddu $ac1, s5, t5
199 maddu $ac2, s5, t3
219 RESTORE_REGS_FROM_STACK 32, s0, s1, s2, s3, s4, s5, s6, s7
272 SAVE_REGS_ON_STACK 32, s0, s1, s2, s3, s4, s5, s6, s7
287 sll s5, a2, 2
289 lwx s2, s5(t0)
290 lwx s3, s5(t1)
[all …]
/third_party/glslang/Test/baseResults/
Dspv.bufferhandle4.frag.out29 Name 21 "s5"
44 Decorate 21(s5) DescriptorSet 0
45 Decorate 21(s5) Binding 0
64 21(s5): 20(ptr) Variable StorageBuffer
79 23: 22(ptr) AccessChain 21(s5) 18
100 50: 22(ptr) AccessChain 21(s5) 18
105 53: 22(ptr) AccessChain 21(s5) 18
115 60: 22(ptr) AccessChain 21(s5) 18
Dspv.bufferhandle3.frag.out26 Name 21 "s5"
41 Decorate 21(s5) DescriptorSet 0
42 Decorate 21(s5) Binding 0
65 21(s5): 20(ptr) Variable StorageBuffer
80 25: 24(ptr) AccessChain 21(s5) 22
84 28: 24(ptr) AccessChain 21(s5) 22
Dspv.bufferhandle13.frag.out30 Name 37 "s5"
47 Decorate 37(s5) DescriptorSet 0
48 Decorate 37(s5) Binding 0
65 37(s5): 36(ptr) Variable StorageBuffer
77 40: 39(ptr) AccessChain 37(s5) 38
80 43: 39(ptr) AccessChain 37(s5) 38
/third_party/gstreamer/gstplugins_bad/gst/bayer/
Dgstbayerorc-dist.h85 …C_RESTRICT s3, const guint8 * ORC_RESTRICT s4, const guint8 * ORC_RESTRICT s5, const guint8 * ORC_…
86 …C_RESTRICT s3, const guint8 * ORC_RESTRICT s4, const guint8 * ORC_RESTRICT s5, const guint8 * ORC_…
87 …C_RESTRICT s3, const guint8 * ORC_RESTRICT s4, const guint8 * ORC_RESTRICT s5, const guint8 * ORC_…
88 …C_RESTRICT s3, const guint8 * ORC_RESTRICT s4, const guint8 * ORC_RESTRICT s5, const guint8 * ORC_…
89 …C_RESTRICT s3, const guint8 * ORC_RESTRICT s4, const guint8 * ORC_RESTRICT s5, const guint8 * ORC_…
90 …C_RESTRICT s3, const guint8 * ORC_RESTRICT s4, const guint8 * ORC_RESTRICT s5, const guint8 * ORC_…
91 …C_RESTRICT s3, const guint8 * ORC_RESTRICT s4, const guint8 * ORC_RESTRICT s5, const guint8 * ORC_…
92 …C_RESTRICT s3, const guint8 * ORC_RESTRICT s4, const guint8 * ORC_RESTRICT s5, const guint8 * ORC_…
Dgstbayerorc.h85 …C_RESTRICT s3, const guint8 * ORC_RESTRICT s4, const guint8 * ORC_RESTRICT s5, const guint8 * ORC_…
86 …C_RESTRICT s3, const guint8 * ORC_RESTRICT s4, const guint8 * ORC_RESTRICT s5, const guint8 * ORC_…
87 …C_RESTRICT s3, const guint8 * ORC_RESTRICT s4, const guint8 * ORC_RESTRICT s5, const guint8 * ORC_…
88 …C_RESTRICT s3, const guint8 * ORC_RESTRICT s4, const guint8 * ORC_RESTRICT s5, const guint8 * ORC_…
89 …C_RESTRICT s3, const guint8 * ORC_RESTRICT s4, const guint8 * ORC_RESTRICT s5, const guint8 * ORC_…
90 …C_RESTRICT s3, const guint8 * ORC_RESTRICT s4, const guint8 * ORC_RESTRICT s5, const guint8 * ORC_…
91 …C_RESTRICT s3, const guint8 * ORC_RESTRICT s4, const guint8 * ORC_RESTRICT s5, const guint8 * ORC_…
92 …C_RESTRICT s3, const guint8 * ORC_RESTRICT s4, const guint8 * ORC_RESTRICT s5, const guint8 * ORC_…
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dparser_impl_test.cc136 auto s5 = p->GetSourceForResultIdForTest(5); in TEST_F() local
137 EXPECT_EQ(7u, s5.range.begin.line); in TEST_F()
138 EXPECT_EQ(0u, s5.range.begin.column); in TEST_F()
169 auto s5 = p->GetSourceForResultIdForTest(5); in TEST_F() local
170 EXPECT_EQ(42u, s5.range.begin.line); in TEST_F()
171 EXPECT_EQ(53u, s5.range.begin.column); in TEST_F()
/third_party/boost/libs/compute/example/
Dbatched_determinant.cpp62 return m.s0*m.s5*m.sa*m.sf + m.s0*m.s6*m.sb*m.sd + m.s0*m.s7*m.s9*m.se + in main()
64 m.s2*m.s4*m.s9*m.sf + m.s2*m.s5*m.sb*m.sc + m.s2*m.s7*m.s8*m.sd + in main()
65 m.s3*m.s4*m.sa*m.sd + m.s3*m.s5*m.s8*m.se + m.s3*m.s6*m.s9*m.sc - in main()
66 m.s0*m.s5*m.sb*m.se - m.s0*m.s6*m.s9*m.sf - m.s0*m.s7*m.sa*m.sd - in main()
68 m.s2*m.s4*m.sb*m.sd - m.s2*m.s5*m.s8*m.sf - m.s2*m.s7*m.s9*m.sc - in main()
69 m.s3*m.s4*m.s9*m.se - m.s3*m.s5*m.sa*m.sc - m.s3*m.s6*m.s8*m.sd; in main()

123456789