/third_party/openssl/crypto/bn/asm/ |
D | x86_64-gcc.c | 396 BN_ULONG c1, c2, c3; in bn_mul_comba8() local 400 c3 = 0; in bn_mul_comba8() 401 mul_add_c(a[0], b[0], c1, c2, c3); in bn_mul_comba8() 404 mul_add_c(a[0], b[1], c2, c3, c1); in bn_mul_comba8() 405 mul_add_c(a[1], b[0], c2, c3, c1); in bn_mul_comba8() 408 mul_add_c(a[2], b[0], c3, c1, c2); in bn_mul_comba8() 409 mul_add_c(a[1], b[1], c3, c1, c2); in bn_mul_comba8() 410 mul_add_c(a[0], b[2], c3, c1, c2); in bn_mul_comba8() 411 r[2] = c3; in bn_mul_comba8() 412 c3 = 0; in bn_mul_comba8() [all …]
|
D | s390x.S | 366 #define c3 %r8 macro 368 #define mul_add_c(ai,bi,c1,c2,c3) \ argument 373 alcgr c3,zero 384 lghi c3,0 387 mul_add_c(0,0,c1,c2,c3); 391 mul_add_c(0,1,c2,c3,c1); 392 mul_add_c(1,0,c2,c3,c1); 396 mul_add_c(2,0,c3,c1,c2); 397 mul_add_c(1,1,c3,c1,c2); 398 mul_add_c(0,2,c3,c1,c2); [all …]
|
D | sparcv8plus.S | 678 mulx a_0,b_0,t_1 !mul_add_c(a[0],b[0],c1,c2,c3); 683 mulx a_0,b_1,t_1 !mul_add_c(a[0],b[1],c2,c3,c1); 689 mulx a_1,b_0,t_1 !=!mul_add_c(a[1],b[0],c2,c3,c1); 697 mulx a_2,b_0,t_1 !mul_add_c(a[2],b[0],c3,c1,c2); 703 mulx a_1,b_1,t_1 !mul_add_c(a[1],b[1],c3,c1,c2); 708 mulx a_0,b_2,t_1 !mul_add_c(a[0],b[2],c3,c1,c2); 713 stuw t_1,rp(2) !r[2]=c3; 716 mulx a_0,b_3,t_1 !mul_add_c(a[0],b[3],c1,c2,c3); 721 mulx a_1,b_2,t_1 !=!mul_add_c(a[1],b[2],c1,c2,c3); 726 mulx a_2,b_1,t_1 !mul_add_c(a[2],b[1],c1,c2,c3); [all …]
|
D | sparcv8.S | 568 umul a_0,b_0,c_1 !=!mul_add_c(a[0],b[0],c1,c2,c3); 573 umul a_0,b_1,t_1 !=!mul_add_c(a[0],b[1],c2,c3,c1); 580 umul a_1,b_0,t_1 !mul_add_c(a[1],b[0],c2,c3,c1); 587 umul a_2,b_0,t_1 !mul_add_c(a[2],b[0],c3,c1,c2); 593 umul a_1,b_1,t_1 !mul_add_c(a[1],b[1],c3,c1,c2); 599 umul a_0,b_2,t_1 !mul_add_c(a[0],b[2],c3,c1,c2); 604 st c_3,rp(2) !r[2]=c3; 606 umul a_0,b_3,t_1 !mul_add_c(a[0],b[3],c1,c2,c3); 611 umul a_1,b_2,t_1 !=!mul_add_c(a[1],b[2],c1,c2,c3); 617 umul a_2,b_1,t_1 !mul_add_c(a[2],b[1],c1,c2,c3); [all …]
|
/third_party/glslang/Test/ |
D | hlsl.gathercmpRGBA.offsetarray.dx10.frag | 23 uniform float3 c3; 39 float4 txval401 = g_tTex2df4a . GatherCmp(g_sSampCmp, c3, 0.75, o2); 40 int4 txval411 = g_tTex2di4a . GatherCmp(g_sSampCmp, c3, 0.75, o2); 41 uint4 txval421 = g_tTex2du4a . GatherCmp(g_sSampCmp, c3, 0.75, o2); 43 float4 txval001 = g_tTex2df4a . GatherCmpRed(g_sSampCmp, c3, 0.75, o2); 44 int4 txval011 = g_tTex2di4a . GatherCmpRed(g_sSampCmp, c3, 0.75, o2); 45 uint4 txval021 = g_tTex2du4a . GatherCmpRed(g_sSampCmp, c3, 0.75, o2); 47 float4 txval004 = g_tTex2df4a . GatherCmpRed(g_sSampCmp, c3, 0.75, o2, o2, o2, o2); 48 int4 txval014 = g_tTex2di4a . GatherCmpRed(g_sSampCmp, c3, 0.75, o2, o2, o2, o2); 49 uint4 txval024 = g_tTex2du4a . GatherCmpRed(g_sSampCmp, c3, 0.75, o2, o2, o2, o2); [all …]
|
D | hlsl.gatherRGBA.offsetarray.dx10.frag | 24 uniform float3 c3; 40 float4 txval001 = g_tTex2df4a . GatherRed(g_sSamp, c3, o2); 41 int4 txval011 = g_tTex2di4a . GatherRed(g_sSamp, c3, o2); 42 uint4 txval021 = g_tTex2du4a . GatherRed(g_sSamp, c3, o2); 44 float4 txval004 = g_tTex2df4a . GatherRed(g_sSamp, c3, o2, o2, o2, o2); 45 int4 txval014 = g_tTex2di4a . GatherRed(g_sSamp, c3, o2, o2, o2, o2); 46 uint4 txval024 = g_tTex2du4a . GatherRed(g_sSamp, c3, o2, o2, o2, o2); 48 // float4 txval00s = g_tTex2df4a . GatherRed(g_sSamp, c3, o2, status); 49 // int4 txval01s = g_tTex2di4a . GatherRed(g_sSamp, c3, o2, status); 50 // uint4 txval02s = g_tTex2du4a . GatherRed(g_sSamp, c3, o2, status); [all …]
|
D | spv.sparseTextureClamp.frag | 19 in vec3 c3; 34 resident |= sparseTextureClampARB(s3D, c3, lodClamp, texel, 2.0); 35 resident |= sparseTextureClampARB(isCube, c3, lodClamp, itexel); 36 resident |= sparseTextureClampARB(s2DShadow, c3, lodClamp, texel.x); 40 texel += textureClampARB(s3D, c3, lodClamp, 2.0); 41 itexel += textureClampARB(isCube, c3, lodClamp); 42 texel.x += textureClampARB(s2DShadow, c3, lodClamp); 45 resident |= sparseTextureOffsetClampARB(s3D, c3, ivec3(2), lodClamp, texel, 2.0); 49 texel += textureOffsetClampARB(s3D, c3, ivec3(2), lodClamp, 2.0); 53 resident |= sparseTextureGradClampARB(s3D, c3, c3, c3, lodClamp, texel); [all …]
|
D | spv.sparseTexture.frag | 24 in vec3 c3; 42 resident |= sparseTextureARB(s3D, c3, texel, 2.0); 43 resident |= sparseTextureARB(isCube, c3, itexel); 44 resident |= sparseTextureARB(s2DShadow, c3, texel.x); 49 resident |= sparseTextureLodARB(s2DShadow, c3, 2.0, texel.y); 51 resident |= sparseTextureOffsetARB(s3D, c3, ivec3(2), texel, 2.0); 59 resident |= sparseTexelFetchOffsetARB(s3D, ivec3(c3), 2, ivec3(4), texel); 63 resident |= sparseTextureLodOffsetARB(is2DArray, c3, 2.0, ivec2(6), itexel); 64 resident |= sparseTextureLodOffsetARB(s2DShadow, c3, 2.0, ivec2(7), texel.z); 66 resident |= sparseTextureGradARB(s3D, c3, c3, c3, texel); [all …]
|
D | spv.textureGatherBiasLod.frag | 12 in vec3 c3; 28 texel += textureGather(s2DArray, c3, 1, bias); 29 texel += textureGather(sCube, c3, 2, bias); 33 texel += textureGatherOffset(s2DArray, c3, offsets[1], 1, bias); 36 texel += textureGatherOffsets(s2DArray, c3, offsets, 1, bias); 40 sparseTextureGatherARB(s2DArray, c3, result, 1, bias); 42 sparseTextureGatherARB(sCube, c3, result, 2, bias); 49 sparseTextureGatherOffsetARB(s2DArray, c3, offsets[1], result, 1, bias); 54 sparseTextureGatherOffsetsARB(s2DArray, c3, offsets, result, 1, bias); 58 texel += textureGatherLodAMD(s2DArray, c3, lod, 1); [all …]
|
D | hlsl.gathercmpRGBA.array.dx10.frag | 23 uniform float3 c3; 32 float4 txval80 = g_tTex2df4a . GatherCmp(g_sSampCmp, c3, .75); 33 int4 txval81 = g_tTex2di4a . GatherCmp(g_sSampCmp, c3, .75); 34 uint4 txval82 = g_tTex2du4a . GatherCmp(g_sSampCmp, c3, .75); 36 float4 txval00 = g_tTex2df4a . GatherCmpRed(g_sSampCmp, c3, .75); 37 int4 txval01 = g_tTex2di4a . GatherCmpRed(g_sSampCmp, c3, .75); 38 uint4 txval02 = g_tTex2du4a . GatherCmpRed(g_sSampCmp, c3, .75); 40 float4 txval10 = g_tTex2df4a . GatherCmpGreen(g_sSampCmp, c3, .75); 41 int4 txval11 = g_tTex2di4a . GatherCmpGreen(g_sSampCmp, c3, .75); 42 uint4 txval12 = g_tTex2du4a . GatherCmpGreen(g_sSampCmp, c3, .75); [all …]
|
D | hlsl.gathercmpRGBA.basic.dx10.frag | 29 uniform float3 c3; 60 float4 txval40 = g_tTexcdf4 . GatherCmpRed(g_sSampCmp, c3, 0.75); 61 int4 txval41 = g_tTexcdi4 . GatherCmpRed(g_sSampCmp, c3, 0.75); 62 uint4 txval42 = g_tTexcdu4 . GatherCmpRed(g_sSampCmp, c3, 0.75); 64 float4 txval50 = g_tTexcdf4 . GatherCmpGreen(g_sSampCmp, c3, 0.75); 65 int4 txval51 = g_tTexcdi4 . GatherCmpGreen(g_sSampCmp, c3, 0.75); 66 uint4 txval52 = g_tTexcdu4 . GatherCmpGreen(g_sSampCmp, c3, 0.75); 68 float4 txval60 = g_tTexcdf4 . GatherCmpBlue(g_sSampCmp, c3, 0.75); 69 int4 txval61 = g_tTexcdi4 . GatherCmpBlue(g_sSampCmp, c3, 0.75); 70 uint4 txval62 = g_tTexcdu4 . GatherCmpBlue(g_sSampCmp, c3, 0.75); [all …]
|
D | spv.float16Fetch.frag | 61 layout(location = 2) in vec3 c3; 101 texel += texture(s3D, c3); 103 texel += texture(sCube, c3); 105 texel.x += texture(s1DShadow, c3); 107 texel.x += texture(s2DShadow, c3); 113 texel += texture(s2DArray, c3); 117 texel.x += texture(s1DArrayShadow, c3); 123 texel.x += texture(s2DRectShadow, c3); 139 texel += textureProj(s2D, c3); 149 texel += textureProj(s2DRect, c3); [all …]
|
D | hlsl.gatherRGBA.basic.dx10.frag | 30 uniform float3 c3; 57 float4 txval40 = g_tTexcdf4 . GatherRed(g_sSamp, c3); 58 int4 txval41 = g_tTexcdi4 . GatherRed(g_sSamp, c3); 59 uint4 txval42 = g_tTexcdu4 . GatherRed(g_sSamp, c3); 61 float4 txval50 = g_tTexcdf4 . GatherGreen(g_sSamp, c3); 62 int4 txval51 = g_tTexcdi4 . GatherGreen(g_sSamp, c3); 63 uint4 txval52 = g_tTexcdu4 . GatherGreen(g_sSamp, c3); 65 float4 txval60 = g_tTexcdf4 . GatherBlue(g_sSamp, c3); 66 int4 txval61 = g_tTexcdi4 . GatherBlue(g_sSamp, c3); 67 uint4 txval62 = g_tTexcdu4 . GatherBlue(g_sSamp, c3); [all …]
|
/third_party/openssl/crypto/bn/ |
D | bn_asm.c | 583 BN_ULONG c1, c2, c3; in bn_mul_comba8() local 587 c3 = 0; in bn_mul_comba8() 588 mul_add_c(a[0], b[0], c1, c2, c3); in bn_mul_comba8() 591 mul_add_c(a[0], b[1], c2, c3, c1); in bn_mul_comba8() 592 mul_add_c(a[1], b[0], c2, c3, c1); in bn_mul_comba8() 595 mul_add_c(a[2], b[0], c3, c1, c2); in bn_mul_comba8() 596 mul_add_c(a[1], b[1], c3, c1, c2); in bn_mul_comba8() 597 mul_add_c(a[0], b[2], c3, c1, c2); in bn_mul_comba8() 598 r[2] = c3; in bn_mul_comba8() 599 c3 = 0; in bn_mul_comba8() [all …]
|
/third_party/boost/libs/ptr_container/test/ |
D | sequence_test_data.hpp | 46 C c3( c.begin(), c.end() ); in reversible_container_test() local 47 set_capacity<C>()( c3 ); in reversible_container_test() 48 BOOST_CHECK_EQUAL( c.size(), c3.size() ); in reversible_container_test() 50 c.assign( c3.begin(), c3.end() ); in reversible_container_test() 51 BOOST_CHECK_EQUAL( c.size(), c3.size() ); in reversible_container_test() 53 c.assign( c3 ); in reversible_container_test() 141 c.insert( c.end(), c3 ); in reversible_container_test() 143 c3.insert( c3.end(), c.begin(), c.end() ); in reversible_container_test() 145 c3.erase( c3.begin(), c3.end() ); in reversible_container_test() 146 c3.erase( boost::make_iterator_range(c3) ); in reversible_container_test() [all …]
|
D | associative_test_data.hpp | 77 C c3; in ptr_set_test() local 125 c3.insert( c.begin(), c.end() ); in ptr_set_test() 127 c3.erase( c3.begin(), c3.end() ); in ptr_set_test() 133 BOOST_CHECK( c3.empty() ); in ptr_set_test() 134 c.swap( c3 ); in ptr_set_test() 135 BOOST_CHECK( !c3.empty() ); in ptr_set_test() 137 c3.clear(); in ptr_set_test() 145 c3.erase( boost::make_iterator_range(c3) ); in ptr_set_test() 146 BOOST_CHECK( c3.empty() ); in ptr_set_test() 159 c3.insert( new T ); in ptr_set_test() [all …]
|
D | ptr_unordered_map.cpp | 107 C c3; in ptr_map_test() local 137 c3.insert( c.begin(), c.end() ); in ptr_map_test() 138 c.insert( c3 ); in ptr_map_test() 140 BOOST_CHECK( c3.end() == c3.erase( boost::make_iterator_range(c3) ) ); in ptr_map_test() 141 c3.erase( a_key ); in ptr_map_test() 143 BOOST_CHECK( c3.empty() ); in ptr_map_test() 144 c.swap( c3 ); in ptr_map_test() 145 swap(c,c3); in ptr_map_test() 146 swap(c3,c); in ptr_map_test() 147 BOOST_CHECK( !c3.empty() ); in ptr_map_test() [all …]
|
D | ptr_map.cpp | 101 C c3; in ptr_map_test() local 137 c3.insert( c.begin(), c.end() ); in ptr_map_test() 138 c.insert( c3 ); in ptr_map_test() 140 BOOST_CHECK( c3.end() == c3.erase( boost::make_iterator_range(c3) ) ); in ptr_map_test() 141 c3.erase( a_key ); in ptr_map_test() 143 BOOST_CHECK( c3.empty() ); in ptr_map_test() 144 c.swap( c3 ); in ptr_map_test() 145 swap(c,c3); in ptr_map_test() 146 swap(c3,c); in ptr_map_test() 147 BOOST_CHECK( !c3.empty() ); in ptr_map_test() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | es6ModuleClassDeclaration.js | 38 export class c3 { 72 new c3(); 76 export class c3 { 110 new c3(); 112 new m1.c3(); 152 class c3 { class 166 c3.k = 20; 167 c3.l = 30; 168 m1.c3 = c3; 187 new c3(); [all …]
|
D | es6ModuleClassDeclaration.types | 81 export class c3 { 82 >c3 : c3 157 new c3(); 158 >new c3() : c3 159 >c3 : typeof c3 168 export class c3 { 169 >c3 : c3 244 new c3(); 245 >new c3() : c3 246 >c3 : typeof c3 [all …]
|
D | es6ModuleClassDeclaration.symbols | 71 export class c3 { 72 >c3 : Symbol(c3, Decl(es6ModuleClassDeclaration.ts, 35, 18)) 77 >x : Symbol(c3.x, Decl(es6ModuleClassDeclaration.ts, 38, 9)) 80 >y : Symbol(c3.y, Decl(es6ModuleClassDeclaration.ts, 39, 23)) 83 >k : Symbol(c3.k, Decl(es6ModuleClassDeclaration.ts, 40, 22)) 86 >l : Symbol(c3.l, Decl(es6ModuleClassDeclaration.ts, 41, 22)) 89 >method1 : Symbol(c3.method1, Decl(es6ModuleClassDeclaration.ts, 42, 30)) 92 >method2 : Symbol(c3.method2, Decl(es6ModuleClassDeclaration.ts, 44, 9)) 95 >method3 : Symbol(c3.method3, Decl(es6ModuleClassDeclaration.ts, 46, 9)) 98 >method4 : Symbol(c3.method4, Decl(es6ModuleClassDeclaration.ts, 48, 9)) [all …]
|
D | augmentedTypesClass4.js | 3 class c3 { public foo() { } } // error class 4 class c3 { public bar() { } } // error 9 var c3 = /** @class */ (function () { function 10 function c3() { function 12 c3.prototype.foo = function () { }; 13 return c3; 15 var c3 = /** @class */ (function () { 16 function c3() { 18 c3.prototype.bar = function () { }; 19 return c3;
|
D | literalTypeWidening.js | 9 const c3: "hello" = "hello"; // Type "hello" 10 let v3 = c3; // Type "hello" 18 const c3 = cond ? c1 : c2; // "foo" | "bar" 19 const c4 = cond ? c3 : "baz"; // "foo" | "bar" | widening "baz" 23 let v3 = c3; // "foo" | "bar" 33 const c3: 123 = 123; // Type 123 34 let v3 = c3; // Type 123 42 const c3 = cond ? c1 : c2; // 123 | 456 43 const c4 = cond ? c3 : 789; // 123 | 456 | widening 789 47 let v3 = c3; // 123 | 456 [all …]
|
/third_party/ffmpeg/libavformat/ |
D | urldecode.c | 55 char c3 = url[s++]; in ff_urldecode() local 56 if (av_isxdigit(c2) && av_isxdigit(c3)) { in ff_urldecode() 58 c3 = av_tolower(c3); in ff_urldecode() 65 if (c3 <= '9') in ff_urldecode() 66 c3 = c3 - '0'; in ff_urldecode() 68 c3 = c3 - 'a' + 10; in ff_urldecode() 70 dest[d++] = 16 * c2 + c3; in ff_urldecode() 75 dest[d++] = c3; in ff_urldecode()
|
/third_party/boost/libs/multi_index/test/ |
D | test_alloc_awareness.cpp | 104 container c3(boost::move(c2),root2); in test_allocator_awareness_for() local 105 BOOST_TEST(c3.get_allocator().comes_from(root2)); in test_allocator_awareness_for() 106 BOOST_TEST(c3==c); in test_allocator_awareness_for() 108 BOOST_TEST(AlwaysEqual==(&*c3.begin()==pfirst)); in test_allocator_awareness_for() 109 BOOST_TEST(!AlwaysEqual==(c3.begin()->move_cted)); in test_allocator_awareness_for() 122 container c3(root2); in test_allocator_awareness_for() local 123 c3=boost::move(c2); in test_allocator_awareness_for() 124 BOOST_TEST(c3.get_allocator().comes_from(Propagate?root1:root2)); in test_allocator_awareness_for() 125 BOOST_TEST(c3==c); in test_allocator_awareness_for() 127 BOOST_TEST(element_transfer==(&*c3.begin()==pfirst)); in test_allocator_awareness_for() [all …]
|