/third_party/boost/libs/smart_ptr/test/ |
D | wp_hash_test2.cpp | 21 boost::weak_ptr<int> q1( p1 ), q2( p2 ), q3; in main() local 24 BOOST_TEST_EQ( std::hash< boost::weak_ptr<int> >()( q2 ), q2.owner_hash_value() ); in main() 29 BOOST_TEST_EQ( std::hash< boost::weak_ptr<int> >()( q2 ), q2.owner_hash_value() ); in main() 34 boost::weak_ptr<int[]> q1( p1 ), q2( p2 ), q3; in main() local 37 BOOST_TEST_EQ( std::hash< boost::weak_ptr<int[]> >()( q2 ), q2.owner_hash_value() ); in main() 42 BOOST_TEST_EQ( std::hash< boost::weak_ptr<int[]> >()( q2 ), q2.owner_hash_value() ); in main() 47 boost::weak_ptr<int[1]> q1( p1 ), q2( p2 ), q3; in main() local 50 BOOST_TEST_EQ( std::hash< boost::weak_ptr<int[1]> >()( q2 ), q2.owner_hash_value() ); in main() 55 BOOST_TEST_EQ( std::hash< boost::weak_ptr<int[1]> >()( q2 ), q2.owner_hash_value() ); in main()
|
D | weak_from_this_test.cpp | 31 boost::weak_ptr<V> q2 = p->weak_from_this(); in test() local 32 BOOST_TEST( !q2.expired() ); in test() 33 BOOST_TEST( !(q < q2) && !(q2 < q) ); in test() 45 BOOST_TEST( !(q2 < q4) && !(q4 < q2) ); in test()
|
D | wp_hash_test.cpp | 16 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() 27 BOOST_TEST_EQ( hasher( q1 ), hasher( q2 ) ); 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() 48 BOOST_TEST_EQ( hasher( q1 ), hasher( q2 ) ); in main() 58 boost::weak_ptr<int[1]> q1( p1 ), q2( p2 ), q3( p3 ), q4( p4 ), q5( p5 ); in main() local 60 BOOST_TEST_EQ( hasher( q1 ), hasher( q2 ) ); in main() 69 BOOST_TEST_EQ( hasher( q1 ), hasher( q2 ) ); in main()
|
/third_party/skia/third_party/externals/spirv-cross/shaders/vulkan/comp/ |
D | ray-query.nocompat.spv14.vk.comp | 21 rayQueryEXT q2[2]; 34 …rayQueryInitializeEXT(q2[1], accelerationStructureEXT(bda), ray_flags, cull_mask, origin, tmin, di… 37 rayQueryTerminateEXT(q2[0]); 39 rayQueryConfirmIntersectionEXT(q2[1]); 41 type = rayQueryGetRayFlagsEXT(q2[0]); 44 type = rayQueryGetIntersectionTypeEXT(q2[1], true); 45 res = rayQueryGetIntersectionCandidateAABBOpaqueEXT(q2[1]); 46 fval = rayQueryGetIntersectionTEXT(q2[1], false); 48 ival = rayQueryGetIntersectionInstanceIdEXT(q2[0], false); 50 ival = rayQueryGetIntersectionGeometryIndexEXT(q2[1], false); [all …]
|
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders/vulkan/comp/ |
D | ray-query.nocompat.spv14.vk.comp.vk | 23 rayQueryEXT q2[2]; 28 …rayQueryInitializeEXT(q2[1], accelerationStructureEXT(_19.bda), _19.ray_flags, _19.cull_mask, _19.… 30 rayQueryTerminateEXT(q2[0]); 32 rayQueryConfirmIntersectionEXT(q2[1]); 34 uint _79 = rayQueryGetRayFlagsEXT(q2[0]); 37 uint _86 = rayQueryGetIntersectionTypeEXT(q2[1], bool(1)); 38 bool _88 = rayQueryGetIntersectionCandidateAABBOpaqueEXT(q2[1]); 39 float _91 = rayQueryGetIntersectionTEXT(q2[1], bool(0)); 41 int _96 = rayQueryGetIntersectionInstanceIdEXT(q2[0], bool(0)); 43 int _99 = rayQueryGetIntersectionGeometryIndexEXT(q2[1], bool(0)); [all …]
|
/third_party/freetype/src/base/ |
D | ftbbox.c | 268 FT_Pos q2, in cubic_peak() argument 286 FT_ABS( q2 ) | in cubic_peak() 297 q2 *= 1 << shift; in cubic_peak() 304 q2 >>= -shift; in cubic_peak() 311 while ( q2 > 0 || q3 > 0 ) in cubic_peak() 314 if ( q1 + q2 > q3 + q4 ) /* first half */ in cubic_peak() 317 q3 = q3 + q2; in cubic_peak() 318 q2 = q2 + q1; in cubic_peak() 320 q3 = q3 + q2; in cubic_peak() 323 q2 = q2 >> 1; in cubic_peak() [all …]
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftbbox.c | 268 FT_Pos q2, in cubic_peak() argument 286 FT_ABS( q2 ) | in cubic_peak() 297 q2 *= 1 << shift; in cubic_peak() 304 q2 >>= -shift; in cubic_peak() 311 while ( q2 > 0 || q3 > 0 ) in cubic_peak() 314 if ( q1 + q2 > q3 + q4 ) /* first half */ in cubic_peak() 317 q3 = q3 + q2; in cubic_peak() 318 q2 = q2 + q1; in cubic_peak() 320 q3 = q3 + q2; in cubic_peak() 323 q2 = q2 >> 1; in cubic_peak() [all …]
|
/third_party/flutter/skia/third_party/externals/freetype/src/base/ |
D | ftbbox.c | 269 FT_Pos q2, in cubic_peak() argument 287 FT_ABS( q2 ) | in cubic_peak() 298 q2 <<= shift; in cubic_peak() 305 q2 >>= -shift; in cubic_peak() 312 while ( q2 > 0 || q3 > 0 ) in cubic_peak() 315 if ( q1 + q2 > q3 + q4 ) /* first half */ in cubic_peak() 318 q3 = q3 + q2; in cubic_peak() 319 q2 = q2 + q1; in cubic_peak() 321 q3 = q3 + q2; in cubic_peak() 324 q2 = q2 >> 1; in cubic_peak() [all …]
|
/third_party/ffmpeg/libavcodec/arm/ |
D | hevcdsp_deblock_neon.S | 43 vmovl.u8 q2, d4 47 vsub.i16 q2, q11 49 vqmovun.s16 d4, q2 120 vmov q4, q2 121 vshl.s16 q2, #2 123 vrhadd.s16 q2, q4 133 vcgt.s16 q6, q2, q7 136 vmov q2, q5 137 vtrn.s16 q5, q2 138 vshr.u64 q2, #32 [all …]
|
D | audiodsp_neon.S | 29 vld1.f32 {q2},[r1,:128]! 30 vmin.f32 q10, q2, q1 37 vld1.f32 {q2},[r1,:128]! 38 vmin.f32 q10, q2, q1 54 vld1.32 {q2-q3}, [r1,:128]! 55 vmin.s32 q2, q2, q1 57 vmax.s32 q2, q2, q0 59 vst1.32 {q2-q3}, [r0,:128]!
|
D | fmtconvert_neon.S | 34 vld1.32 {q2},[r1,:128]! 35 vcvt.f32.s32 q8, q2 43 vld1.32 {q2},[r1,:128]! 44 vcvt.f32.s32 q8, q2 61 vld1.32 {q2-q3}, [r2,:128]! 67 vcvt.f32.s32 q2, q2 72 vmul.f32 q2, q2, q9 75 vst1.32 {q2-q3}, [r1,:128]!
|
D | h264dsp_neon.S | 58 vabd.u8 q5, q2, q0 @ abs(q2 - q0) 70 vhadd.u8 q14, q2, q14 73 vqadd.u8 q2, q1, q12 76 vmin.u8 q14, q2, q14 77 vmovl.u8 q2, d0 80 vsubw.u8 q2, q2, d16 82 vshl.i16 q2, q2, #2 84 vaddw.u8 q2, q2, d18 86 vsubw.u8 q2, q2, d2 88 vrshrn.i16 d4, q2, #3 [all …]
|
D | aacpsdsp_neon.S | 28 vld1.32 {q2}, [r1,:128]! 29 vmul.f32 q2, q2, q2 36 vld1.32 {q2}, [r1,:128]! 39 vmul.f32 q2, q2, q2 63 vst1.32 {q2,q3}, [r0,:128]! 72 vst1.32 {q2,q3}, [r0,:128]! 86 vst1.32 {q2,q3}, [r0,:128]! 95 vst1.32 {q2,q3}, [r0,:128]! 196 vld1.32 {q2}, [r2,:128]! 199 vmla.f32 q14, q1, q2 [all …]
|
D | vp3dsp_neon.S | 37 vsubl.u8 q2, d16, d19 39 vadd.i16 q2, q2, q3 40 vadd.i16 q0, q1, q2 47 vqsub.u16 q2, q15, q1 48 vqsub.u16 q3, q2, q1 49 vsub.i16 q1, q2, q3 53 vaddw.u8 q2, q0, d17 55 vqmovun.s16 d0, q2 127 vmull.s16 q2, d18, xC1S7 // (ip[1] * C1) << 16 133 vshrn.s32 d4, q2, #16 [all …]
|
D | ac3dsp_neon.S | 25 vmov.i16 q2, #0 31 vorr q2, q2, q3 34 vorr q0, q0, q2 86 vld1.32 {q2-q3}, [r1,:128]! 88 vcvt.s32.f32 q2, q2, #24 91 vst1.32 {q2-q3}, [r0,:128]! 121 vld1.16 {q2}, [r2,:128]! 123 vrev64.16 q3, q2 124 vqrdmulh.s16 q0, q0, q2 138 vmov.i64 q2, #0 [all …]
|
D | vorbisdsp_neon.S | 36 vand q2, q12, q8 38 vadd.f32 q12, q11, q2 47 vand q2, q1, q8 49 vadd.f32 q1, q0, q2 60 vand q2, q12, q8 62 vadd.f32 q12, q11, q2 76 vand q2, q1, q8 78 vadd.f32 q1, q0, q2
|
D | hpeldsp_neon.S | 30 vld1.8 {q2}, [r1], r2 42 vrhadd.u8 q2, q2, q10 49 vst1.64 {q2}, [r0,:128], r2 63 vext.8 q3, q2, q3, #1 64 avg q2, q2, q3 69 vrhadd.u8 q2, q2, q3 73 vst1.8 {q2}, [r0,:128], r2 83 avg q2, q0, q1 92 vrhadd.u8 q2, q2, q8 96 vst1.8 {q2}, [r0,:128], r2 [all …]
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders/vulkan/comp/ |
D | ray-query.nocompat.spv14.vk.comp.vk | 23 rayQueryEXT q2[2]; 28 …rayQueryInitializeEXT(q2[1], accelerationStructureEXT(_19.bda), _19.ray_flags, _19.cull_mask, _19.… 31 rayQueryTerminateEXT(q2[0]); 33 rayQueryConfirmIntersectionEXT(q2[1]); 36 uint _79 = rayQueryGetRayFlagsEXT(q2[0]); 42 uint _86 = rayQueryGetIntersectionTypeEXT(q2[1], bool(1)); 44 bool _88 = rayQueryGetIntersectionCandidateAABBOpaqueEXT(q2[1]); 46 float _91 = rayQueryGetIntersectionTEXT(q2[1], bool(0)); 50 int _96 = rayQueryGetIntersectionInstanceIdEXT(q2[0], bool(0)); 54 int _99 = rayQueryGetIntersectionGeometryIndexEXT(q2[1], bool(0)); [all …]
|
/third_party/ffmpeg/libavutil/arm/ |
D | float_dsp_neon.S | 29 vmul.f32 q8, q0, q2 37 vmul.f32 q10, q0, q2 44 vmul.f32 q8, q0, q2 55 vmul.f32 q8, q0, q2 79 vld1.32 {q2}, [r1,:128]! 84 vmla.f32 q10, q2, q15 122 vld1.32 {q2},[r1,:128]! 125 vmul.f32 q2, q2, q8 132 vst1.32 {q2},[r0,:128]! 136 2: vst1.32 {q2},[r0,:128]! [all …]
|
/third_party/typescript/tests/cases/fourslash/ |
D | findAllRefsPrefixSuffixPreference.ts | 20 const [q0Def, q0, q1Def, q1, z0Def, z0, z1Def, z1, z2, q2Def, q2, q3] = test.ranges(); constant 22 const qFile2Ranges = [q2, q3]; 32 verify.referenceGroups([q2, q3], [qFile2ReferenceGroup, qFile1ReferenceGroup]); 35 verify.renameLocations(q1, { ranges: [{ range: q1, prefixText: "q as " }, q2, q3], providePrefixAnd… 36 verify.renameLocations([q2, q3], { ranges: [{ range: q2, prefixText: "q as " }, q3], providePrefixA… 38 verify.renameLocations([q0, q1, q2, q3], { ranges: [q0, q1, q2, q3], providePrefixAndSuffixTextForR…
|
/third_party/boost/boost/units/ |
D | cmath.hpp | 93 const quantity<Unit,Y>& q2) in BOOST_PREVENT_MACRO_SUBSTITUTION() argument 96 return isgreater BOOST_PREVENT_MACRO_SUBSTITUTION (q1.value(),q2.value()); in BOOST_PREVENT_MACRO_SUBSTITUTION() 104 const quantity<Unit,Y>& q2) in BOOST_PREVENT_MACRO_SUBSTITUTION() argument 107 return isgreaterequal BOOST_PREVENT_MACRO_SUBSTITUTION (q1.value(),q2.value()); in BOOST_PREVENT_MACRO_SUBSTITUTION() 115 const quantity<Unit,Y>& q2) in BOOST_PREVENT_MACRO_SUBSTITUTION() argument 118 return isless BOOST_PREVENT_MACRO_SUBSTITUTION (q1.value(),q2.value()); in BOOST_PREVENT_MACRO_SUBSTITUTION() 126 const quantity<Unit,Y>& q2) in BOOST_PREVENT_MACRO_SUBSTITUTION() argument 129 return islessequal BOOST_PREVENT_MACRO_SUBSTITUTION (q1.value(),q2.value()); in BOOST_PREVENT_MACRO_SUBSTITUTION() 137 const quantity<Unit,Y>& q2) in BOOST_PREVENT_MACRO_SUBSTITUTION() argument 140 return islessgreater BOOST_PREVENT_MACRO_SUBSTITUTION (q1.value(),q2.value()); in BOOST_PREVENT_MACRO_SUBSTITUTION() [all …]
|
/third_party/boringssl/ios-arm/crypto/fipsmodule/ |
D | aesv8-armx32.S | 58 vld1.32 {q1,q2},[r3]! 124 vsub.i8 q2,q2,q10 @ adjust the mask 253 vld1.8 {q2},[r0] 258 .byte 0x00,0x43,0xb0,0xf3 @ aese q2,q0 259 .byte 0x84,0x43,0xb0,0xf3 @ aesmc q2,q2 262 .byte 0x02,0x43,0xb0,0xf3 @ aese q2,q1 263 .byte 0x84,0x43,0xb0,0xf3 @ aesmc q2,q2 267 .byte 0x00,0x43,0xb0,0xf3 @ aese q2,q0 268 .byte 0x84,0x43,0xb0,0xf3 @ aesmc q2,q2 270 .byte 0x02,0x43,0xb0,0xf3 @ aese q2,q1 [all …]
|
/third_party/boost/libs/qvm/test/ |
D | rot_quat_test.cpp | 26 test_qvm::quaternion<Q2> q2(42,1); in test_x() local 27 set_rot(q2,axis,r); in test_x() 28 test_qvm::matrix<M2,3,3> x2=convert_to< test_qvm::matrix<M2,3,3> >(q2); in test_x() 50 test_qvm::quaternion<Q2> q2(42,1); in test_y() local 51 set_rot(q2,axis,r); in test_y() 52 test_qvm::matrix<M2,3,3> x2=convert_to< test_qvm::matrix<M2,3,3> >(q2); in test_y() 74 test_qvm::quaternion<Q2> q2(42,1); in test_z() local 75 set_rot(q2,axis,r); in test_z() 76 test_qvm::matrix<M2,3,3> x2=convert_to< test_qvm::matrix<M2,3,3> >(q2); in test_z()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | gstglquery.c | 161 GstGLQuery q2; in _test_query_timestamp_gl() local 163 gst_gl_query_init (&q2, context, GST_GL_QUERY_TIMESTAMP); in _test_query_timestamp_gl() 166 ASSERT_CRITICAL (gst_gl_query_start (&q2)); in _test_query_timestamp_gl() 167 ASSERT_CRITICAL (gst_gl_query_end (&q2)); in _test_query_timestamp_gl() 169 gst_gl_query_counter (&q2); in _test_query_timestamp_gl() 170 gst_gl_query_result (&q2); in _test_query_timestamp_gl() 172 gst_gl_query_unset (&q2); in _test_query_timestamp_gl() 186 GstGLQuery q2; in _test_query_counter_log_gl() local 188 gst_gl_query_init (&q2, context, GST_GL_QUERY_TIMESTAMP); in _test_query_counter_log_gl() 190 gst_gl_query_counter_log (&q2, gst_test_debug_cat, GST_LEVEL_ERROR, NULL, in _test_query_counter_log_gl() [all …]
|
/third_party/openssl/crypto/modes/asm/arm32/ |
D | ghashv8-armx.S | 33 .byte 0xa9,0x4e,0xa9,0xf2 @ pmull2 q2,q12,q12 36 vext.8 q9,q0,q2,#8 @ Karatsuba post-processing 37 veor q10,q0,q2 48 veor q10,q10,q2 72 .byte 0x87,0x4e,0xa9,0xf2 @ pmull2 q2,q12,q3 @ H.hi·Xi.hi 75 vext.8 q9,q0,q2,#8 @ Karatsuba post-processing 76 veor q10,q0,q2 87 veor q10,q10,q2 152 .byte 0x87,0x4e,0xad,0xf2 @ pmull2 q2,q14,q3 @ H^2.hi·Xi.hi 157 veor q2,q2,q6 [all …]
|