Home
last modified time | relevance | path

Searched refs:q1 (Results 1 – 25 of 344) sorted by relevance

12345678910>>...14

/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dgstglquery.c59 GstGLQuery q1; in _test_query_init_gl() local
62 gst_gl_query_init (&q1, context, GST_GL_QUERY_TIMESTAMP); in _test_query_init_gl()
63 gst_gl_query_unset (&q1); in _test_query_init_gl()
77 GstGLQuery q1; in _test_query_init_invalid_query_gl() local
80 ASSERT_CRITICAL (gst_gl_query_init (&q1, context, GST_GL_QUERY_NONE)); in _test_query_init_invalid_query_gl()
94 GstGLQuery *q1; in _test_query_new_gl() local
97 q1 = gst_gl_query_new (context, GST_GL_QUERY_TIMESTAMP); in _test_query_new_gl()
98 gst_gl_query_free (q1); in _test_query_new_gl()
112 GstGLQuery *q1; in _test_query_time_elapsed_gl() local
114 q1 = gst_gl_query_new (context, GST_GL_QUERY_TIME_ELAPSED); in _test_query_time_elapsed_gl()
[all …]
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/assembly/arm32/
DPostFuncBiasReluC8.S63 vld1.32 {q0-q1}, [r1]!
69 vadd.f32 q1, q1, q13
84 vmin.f32 q1, q1, q14
93 vmax.f32 q1, q1, q15
101 vst1.32 {q0-q1}, [r11], r6
117 vld1.32 {q0-q1}, [r1]!
119 vadd.f32 q1, q1, q13
121 vmin.f32 q1, q1, q14
123 vmax.f32 q1, q1, q15
124 vst1.32 {q0-q1}, [r11], r6
[all …]
DConvDwInt8PostAlign4.S71 vld1.32 {q1}, [r1]!
72 vshl.s32 q1, q1, q13
73 vqrdmulh.s32 q1, q1, q14
74 vand q4, q1, q12
76 vqadd.s32 q1, q1, q4
77 vrshl.s32 q1, q1, q12
78 vadd.i32 q1, q1, q15
79 vmax.s32 q1, q1, q11
80 vmin.s32 q1, q1, q10
81 vqmovn.s32 d5, q1
DConvDwInt8PostAlign4PerChannel.S69 vld1.32 {q1}, [r1]!
71 vshl.s32 q1, q1, q13
73 vqrdmulh.s32 q1, q1, q14
75 vand q4, q1, q12
77 vqadd.s32 q1, q1, q4
78 vrshl.s32 q1, q1, q12
79 vadd.i32 q1, q1, q15
80 vmax.s32 q1, q1, q11
81 vmin.s32 q1, q1, q10
82 vqmovn.s32 d5, q1
DConvDwInt8Center.S40 vld1.32 {q0, q1}, [lr]
41 vpush {q0, q1}
43 vld1.32 {q0, q1}, [lr]
44 vpush {q0, q1}
46 vld1.32 {q0, q1}, [lr]
47 vpush {q0, q1}
114 vld1.32 {q0, q1}, [lr]
121 vand q2, q5, q1
124 vrshl.s32 q5, q5, q1
131 vand q2, q7, q1
[all …]
/third_party/boost/libs/math/test/
Dquaternion_constexpr_test.cpp72 constexpr qt q1; in main() local
81 constexpr qt q8(q1); in main()
84 constexpr qt q9 = q1.unreal(); in main()
85 constexpr double d2 = q1.R_component_1(); in main()
86 constexpr double d3 = q1.R_component_2(); in main()
87 constexpr double d4 = q1.R_component_3(); in main()
88 constexpr double d5 = q1.R_component_4(); in main()
89 constexpr ct c2 = q1.C_component_1(); in main()
90 constexpr ct c3 = q1.C_component_1(); in main()
92 constexpr qt q10 = q1 + d1; in main()
[all …]
Dquaternion_test.cpp245 ::boost::math::quaternion<T> q2(c0), q1; in check_complex_ops_imp()
271 q1 = c0 + q2; in check_complex_ops_imp()
272 check_exact_quaternion_result(q1, 9, 11, 7, 8); in check_complex_ops_imp()
273 q1 = q2 + c0; in check_complex_ops_imp()
274 check_exact_quaternion_result(q1, 9, 11, 7, 8); in check_complex_ops_imp()
277 q1 = c0 - q2; in check_complex_ops_imp()
278 check_exact_quaternion_result(q1, 1, 1, -7, -8); in check_complex_ops_imp()
279 q1 = q2 - c0; in check_complex_ops_imp()
280 check_exact_quaternion_result(q1, -1, -1, 7, 8); in check_complex_ops_imp()
283 q1 = c0 * q2; in check_complex_ops_imp()
[all …]
/third_party/boost/libs/smart_ptr/test/
Dpointer_cast_test2.cpp41 int * q1 = p1.get(); in test_static_cast() local
46 BOOST_TEST_EQ( p2.get(), q1 ); in test_static_cast()
51 int * q1 = p1.get(); in test_static_cast() local
56 BOOST_TEST_EQ( p2.get(), q1 ); in test_static_cast()
61 int * q1 = p1.get(); in test_static_cast() local
66 BOOST_TEST_EQ( p2.get(), q1 ); in test_static_cast()
71 int * q1 = p1.get(); in test_static_cast() local
76 BOOST_TEST_EQ( p2.get(), q1 ); in test_static_cast()
81 D1 * q1 = p1.get(); in test_static_cast() local
86 BOOST_TEST_EQ( p2.get(), q1 ); in test_static_cast()
[all …]
Dsp_owner_before_test.cpp46 boost::weak_ptr<int> q1( p1 ); in main() local
48 BOOST_TEST( !p1.owner_before( q1 ) ); in main()
49 BOOST_TEST( !q1.owner_before( p1 ) ); in main()
53 BOOST_TEST( !q1.owner_before( q2 ) ); in main()
54 BOOST_TEST( !q2.owner_before( q1 ) ); in main()
59 BOOST_TEST( q1.owner_before( q3 ) || q3.owner_before( q1 ) ); in main()
66 BOOST_TEST( q1.owner_before( q4 ) || q4.owner_before( q1 ) ); in main()
78 BOOST_TEST( !q1.owner_before( q7 ) ); in main()
79 BOOST_TEST( !q7.owner_before( q1 ) ); in main()
86 BOOST_TEST( q1.expired() ); in main()
[all …]
Dsp_owner_equals_test.cpp50 boost::weak_ptr<int> q1( p1 ); in main() local
52 BOOST_TEST( p1.owner_equals( q1 ) ); in main()
53 BOOST_TEST( q1.owner_equals( p1 ) ); in main()
57 BOOST_TEST( q1.owner_equals( q2 ) ); in main()
58 BOOST_TEST( q2.owner_equals( q1 ) ); in main()
65 BOOST_TEST( !q1.owner_equals( q3 ) ); in main()
66 BOOST_TEST( !q3.owner_equals( q1 ) ); in main()
73 BOOST_TEST( !q1.owner_equals( q4 ) ); in main()
74 BOOST_TEST( !q4.owner_equals( q1 ) ); in main()
86 BOOST_TEST( q1.owner_equals( q7 ) ); in main()
[all …]
Downer_equal_to_test.cpp53 boost::weak_ptr<int> q1( p1 ); in main() local
55 BOOST_TEST( eq( p1, q1 ) ); in main()
56 BOOST_TEST( eq( q1, p1 ) ); in main()
60 BOOST_TEST( eq( q1, q2 ) ); in main()
61 BOOST_TEST( eq( q2, q1 ) ); in main()
68 BOOST_TEST( !eq( q1, q3 ) ); in main()
69 BOOST_TEST( !eq( q3, q1 ) ); in main()
76 BOOST_TEST( !eq( q1, q4 ) ); in main()
77 BOOST_TEST( !eq( q4, q1 ) ); in main()
89 BOOST_TEST( eq( q1, q7 ) ); in main()
[all …]
Dwp_hash_test.cpp16 boost::weak_ptr<int> q1( p1 ), q2( p2 ), q3( p3 ), q4( p4 ), q5( p5 ); in main() local
18 BOOST_TEST_EQ( hasher( q1 ), hasher( q2 ) ); in main()
19 BOOST_TEST_NE( hasher( q1 ), hasher( q3 ) ); in main()
27 BOOST_TEST_EQ( hasher( q1 ), hasher( q2 ) ); in main()
28 BOOST_TEST_NE( hasher( q1 ), hasher( q3 ) ); in main()
37 boost::weak_ptr<int[]> q1( p1 ), q2( p2 ), q3( p3 ), q4( p4 ), q5( p5 ); in main() local
39 BOOST_TEST_EQ( hasher( q1 ), hasher( q2 ) ); in main()
40 BOOST_TEST_NE( hasher( q1 ), hasher( q3 ) ); in main()
48 BOOST_TEST_EQ( hasher( q1 ), hasher( q2 ) ); in main()
49 BOOST_TEST_NE( hasher( q1 ), hasher( q3 ) ); in main()
[all …]
Dsp_owner_hash_value_test.cpp40 boost::weak_ptr<int> q1( p1 ); in main() local
42 BOOST_TEST_EQ( p1.owner_hash_value(), q1.owner_hash_value() ); in main()
46 BOOST_TEST_EQ( q1.owner_hash_value(), q2.owner_hash_value() ); in main()
51 BOOST_TEST_NE( q1.owner_hash_value(), q3.owner_hash_value() ); in main()
56 BOOST_TEST_NE( q1.owner_hash_value(), q4.owner_hash_value() ); in main()
65 BOOST_TEST_EQ( q1.owner_hash_value(), q7.owner_hash_value() ); in main()
72 BOOST_TEST( q1.expired() ); in main()
77 BOOST_TEST_EQ( q1.owner_hash_value(), q2.owner_hash_value() ); in main()
78 BOOST_TEST_EQ( q1.owner_hash_value(), q7.owner_hash_value() ); in main()
80 BOOST_TEST_NE( q1.owner_hash_value(), q3.owner_hash_value() ); in main()
[all …]
/third_party/flutter/engine/flutter/docs/
Dflutter_overview.svg1q1.078125 -1.3125 2.578125 -1.3125q0.796875 0 1.375 0.328125q0.59375 0.328125 0.96875 0.984375q0.5…
/third_party/ffmpeg/libavcodec/arm/
Dac3dsp_neon.S26 1: vld1.16 {q1}, [r0,:128]!
27 vabs.s16 q1, q1
30 vorr q0, q0, q1
52 2: vld1.8 {q1}, [r3,:128], r12
54 vmin.u8 q0, q0, q1
64 1: vld1.16 {q1}, [r0,:128]
65 vshl.s16 q1, q1, q0
66 vst1.16 {q1}, [r0,:128]!
75 1: vld1.32 {q1}, [r0,:128]
76 vshl.s32 q1, q1, q0
[all …]
Dfmtconvert_neon.S32 vld1.32 {q1},[r1,:128]!
33 vcvt.f32.s32 q3, q1
41 vld1.32 {q1},[r1,:128]!
42 vcvt.f32.s32 q3, q1
60 vld1.32 {q0-q1}, [r2,:128]!
65 vcvt.f32.s32 q1, q1
71 vmul.f32 q1, q1, q8
74 vst1.32 {q0-q1}, [r1,:128]!
80 vld1.32 {q0-q1}, [r2,:128]
83 vcvt.f32.s32 q1, q1
[all …]
Dvorbisdsp_neon.S42 vcle.s32 q8, q1, #0
44 veor q1, q1, q9
47 vand q2, q1, q8
48 vbic q3, q1, q8
49 vadd.f32 q1, q0, q2
73 vcle.s32 q8, q1, #0
75 veor q1, q1, q9
76 vand q2, q1, q8
77 vbic q3, q1, q8
78 vadd.f32 q1, q0, q2
/third_party/openh264/codec/common/src/
Ddeblocking_common.cpp14 int32_t q1 = pPix[iStrideX]; in DeblockLumaLt4_c() local
18 bool bDetaQ1Q0 = WELS_ABS (q1 - q0) < iBeta; in DeblockLumaLt4_c()
28 …pPix[iStrideX] = q1 + WELS_CLIP3 ((q2 + ((p0 + q0 + 1) >> 1) - (q1 * (1 << 1))) >> 1, -iTc0, iTc0); in DeblockLumaLt4_c()
31 int32_t iDeta = WELS_CLIP3 ((((q0 - p0) * (1 << 2)) + (p1 - q1) + 4) >> 3, -iTc, iTc); in DeblockLumaLt4_c()
40 int32_t p0, p1, p2, q0, q1, q2; in DeblockLumaEq4_c() local
48 q1 = pPix[iStrideX]; in DeblockLumaEq4_c()
52 bDetaQ1Q0 = WELS_ABS (q1 - q0) < iBeta; in DeblockLumaEq4_c()
59 … pPix[-iStrideX] = (p2 + (p1 * (1 << 1)) + (p0 * (1 << 1)) + (q0 * (1 << 1)) + q1 + 4) >> 3; //p0 in DeblockLumaEq4_c()
63 pPix[-1 * iStrideX] = ((p1 * (1 << 1)) + p0 + q1 + 2) >> 2; //p0 in DeblockLumaEq4_c()
67 … pPix[0] = (p1 + (p0 * (1 << 1)) + (q0 * (1 << 1)) + (q1 * (1 << 1)) + q2 + 4) >> 3; //q0 in DeblockLumaEq4_c()
[all …]
/third_party/openh264/codec/common/x86/
Ddeblock.asm138 ; p0 = clip(p0 + clip((q0 - p0 + ((p1 - q1) >> 2) + 1) >> 1, -iTc, iTc), 0, 255)
139 ; q0 = clip(q0 - clip((q0 - p0 + ((p1 - q1) >> 2) + 1) >> 1, -iTc, iTc), 0, 255)
142 ; p1=%1 p0=%2 q0=%3 q1=%4 iTc=%5 FFh=%6 xmmclobber=%7,%8
144 ; (q0 - p0 + ((p1 - q1) >> 2) + 1) >> 1 clipped to [-96, 159] and biased to [0, 255].
147 ; Get ((p1 - q1) >> 2) + 192 via a pxor and two pavgbs.
152 ; ((p1 - q1) >> 2) + 0xc0
153 pxor %4, %6 ; q1 ^ 0xff aka -q1 - 1 & 0xff
154 pavgb %1, %4 ; (((p1 - q1 + 0x100) >> 1)
159 pavgb %8, %1 ; + clip(((p1 - q1 + 0x300) >> 2) - clip(p0 - q0, 0, 255), 0, 255) + 1) >> 1
205 MOVDQ xmm1, [r0 + 1 * r2] ; q1
[all …]
/third_party/boost/libs/units/example/
Dkitchen_sink.cpp250 quantity<force> q1(1.0*u1); in main() local
260 << "Q1 : " << q1 << std::endl in main()
295 << "Q1*S1 : " << q1*s1 << std::endl in main()
296 << "S1*Q1 : " << s1*q1 << std::endl in main()
297 << "Q1/S1 : " << q1/s1 << std::endl in main()
298 << "S1/Q1 : " << s1/q1 << std::endl in main()
306 << "U1*Q1 : " << u1*q1 << std::endl in main()
307 << "Q1*U1 : " << q1*u1 << std::endl in main()
308 << "U1/Q1 : " << u1/q1 << std::endl in main()
309 << "Q1/U1 : " << q1/u1 << std::endl in main()
[all …]
/third_party/openh264/codec/encoder/core/arm/
Dintra_pred_neon.S63 vpaddl.u8 q1, q1
64 vadd.u16 q0, q0, q1
125 vrev64.8 q1, q1
128 vsubl.u8 q1, d2, d1 //q1={top[8]-top[6],top[9]-top[5],top[10]-top[4], ...}
132 vmul.s16 q1, q0, q1 //q1 = q1*{(8,7,6,5,4,3,2,1) * 5}
143 vdup.s16 q1, d0[0]
156 vmla.s16 q3, q0, q1
160 vshl.s16 q8, q1, #3
229 vaddl.u8 q1, d1, d0
232 vext.8 q2, q1, q1, #14
[all …]
/third_party/ffmpeg/libavresample/arm/
Daudio_convert_neon.S28 vld1.32 {q1}, [r1,:128]!
29 vcvt.s32.f32 q9, q1, #31
38 vld1.32 {q1}, [r1,:128]!
39 vcvt.s32.f32 q1, q1, #31
42 vqrshrn.s32 d7, q1, #16
54 vld1.32 {q1}, [r1,:128]!
56 vcvt.s32.f32 q1, q1, #31
59 vqrshrn.s32 d7, q1, #16
73 vld1.32 {q1}, [r1,:128]!
74 vcvt.s32.f32 q9, q1, #31
[all …]
/third_party/ffmpeg/libswresample/arm/
Daudio_convert_neon.S29 vld1.32 {q1}, [r1,:128]!
30 vcvt.s32.f32 q9, q1, #31
39 vld1.32 {q1}, [r1,:128]!
40 vcvt.s32.f32 q1, q1, #31
43 vqrshrn.s32 d7, q1, #16
55 vld1.32 {q1}, [r1,:128]!
57 vcvt.s32.f32 q1, q1, #31
60 vqrshrn.s32 d7, q1, #16
75 vld1.32 {q1}, [r1,:128]!
76 vcvt.s32.f32 q9, q1, #31
[all …]
/third_party/ffmpeg/libavutil/arm/
Dfloat_dsp_neon.S30 vmul.f32 q9, q1, q3
40 vmul.f32 q11, q1, q3
47 vmul.f32 q9, q1, q3
59 vmul.f32 q9, q1, q3
76 vld1.32 {q1}, [r1,:128]!
81 vmla.f32 q9, q1, q15
93 vld1.32 {q1}, [r1,:128]!
120 vld1.32 {q1},[r1,:128]!
123 vmul.f32 q1, q1, q8
128 vst1.32 {q1},[r0,:128]!
[all …]
/third_party/python/Doc/library/
Dpathlib-inheritance.svg1q1.625 0 2.5625 0.890625q0.953125 0.875 0.953125 2.15625q0 0.703125 -0.3125 1.328125q-0.25 0.46875…

12345678910>>...14