/third_party/boost/libs/statechart/test/ |
D | TransitionTest.cpp | 144 template< class M > struct S0; 147 TransitionTest< Translator >, S0< TransitionTest< Translator > >, 269 struct S0 : Orthogonal0< S0< M >, M, S1< M > > struct 271 typedef Orthogonal0< S0< M >, M, S1< M > > my_base; argument 275 S0( typename my_base::my_context ctx ) : my_base( ctx ) {} in S0() function 289 this->outermost_context().template ActualTransition< S0< M >, Event >(); in TransitImpl() argument 296 struct S2 : Orthogonal2< S2< M >, S0< M >, S21< M > > 298 typedef Orthogonal2< S2< M >, S0< M >, S21< M > > my_base; 300 sc::transition< C, S1< M >, S0< M >, &S0< M >::Transit >, 301 sc::transition< F, S11< M >, S0< M >, &S0< M >::Transit > [all …]
|
/third_party/boost/tools/build/src/engine/ |
D | jamgram.y | 113 # define S0 (OBJECT *)0 macro 115 # define pappend( l,r ) parse_make( PARSE_APPEND,l,r,P0,S0,S0,0 ) 116 # define peval( c,l,r ) parse_make( PARSE_EVAL,l,r,P0,S0,S0,c ) 117 # define pfor( s,l,r,x ) parse_make( PARSE_FOREACH,l,r,P0,s,S0,x ) 118 # define pif( l,r,t ) parse_make( PARSE_IF,l,r,t,S0,S0,0 ) 119 # define pincl( l ) parse_make( PARSE_INCLUDE,l,P0,P0,S0,S0,0 ) 120 # define plist( s ) parse_make( PARSE_LIST,P0,P0,P0,s,S0,0 ) 121 # define plocal( l,r,t ) parse_make( PARSE_LOCAL,l,r,t,S0,S0,0 ) 122 # define pmodule( l,r ) parse_make( PARSE_MODULE,l,r,P0,S0,S0,0 ) 123 # define pclass( l,r ) parse_make( PARSE_CLASS,l,r,P0,S0,S0,0 ) [all …]
|
D | jamgram.yy | 67 # define S0 (OBJECT *)0 69 # define pappend( l,r ) parse_make( PARSE_APPEND,l,r,P0,S0,S0,0 ) 70 # define peval( c,l,r ) parse_make( PARSE_EVAL,l,r,P0,S0,S0,c ) 71 # define pfor( s,l,r,x ) parse_make( PARSE_FOREACH,l,r,P0,s,S0,x ) 72 # define pif( l,r,t ) parse_make( PARSE_IF,l,r,t,S0,S0,0 ) 73 # define pincl( l ) parse_make( PARSE_INCLUDE,l,P0,P0,S0,S0,0 ) 74 # define plist( s ) parse_make( PARSE_LIST,P0,P0,P0,s,S0,0 ) 75 # define plocal( l,r,t ) parse_make( PARSE_LOCAL,l,r,t,S0,S0,0 ) 76 # define pmodule( l,r ) parse_make( PARSE_MODULE,l,r,P0,S0,S0,0 ) 77 # define pclass( l,r ) parse_make( PARSE_CLASS,l,r,P0,S0,S0,0 ) [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | StringSwitch.h | 88 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, T Value) { in Cases() argument 89 return Case(S0, Value).Case(S1, Value); in Cases() 92 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() argument 94 return Case(S0, Value).Cases(S1, S2, Value); in Cases() 97 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() argument 99 return Case(S0, Value).Cases(S1, S2, S3, Value); in Cases() 102 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() argument 104 return Case(S0, Value).Cases(S1, S2, S3, S4, Value); in Cases() 107 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() argument 110 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, Value); in Cases() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | recursiveSpecializationOfSignatures.symbols | 2 class S0<B, A> { 3 >S0 : Symbol(S0, Decl(recursiveSpecializationOfSignatures.ts, 0, 0)) 7 set S1(S2: S0<any,any>) { 8 >S1 : Symbol(S0.S1, Decl(recursiveSpecializationOfSignatures.ts, 0, 16)) 10 >S0 : Symbol(S0, Decl(recursiveSpecializationOfSignatures.ts, 0, 0)) 12 constructor(public S17: S0<any, (S18) => A>) { } 13 >S17 : Symbol(S0.S17, Decl(recursiveSpecializationOfSignatures.ts, 3, 12)) 14 >S0 : Symbol(S0, Decl(recursiveSpecializationOfSignatures.ts, 0, 0))
|
D | recursiveSpecializationOfSignatures.types | 2 class S0<B, A> { 3 >S0 : S0<B, A> 5 set S1(S2: S0<any,any>) { 6 >S1 : S0<any, any> 7 >S2 : S0<any, any> 9 constructor(public S17: S0<any, (S18) => A>) { } 10 >S17 : S0<any, (S18: any) => A>
|
D | recursiveSpecializationOfSignatures.js | 2 class S0<B, A> { class 3 set S1(S2: S0<any,any>) { 5 constructor(public S17: S0<any, (S18) => A>) { } 10 var S0 = /** @class */ (function () { 11 function S0(S17) { class in S0 14 Object.defineProperty(S0.prototype, "S1", { 20 return S0;
|
D | recursiveSpecializationOfSignatures.errors.txt | 5 class S0<B, A> { 6 set S1(S2: S0<any,any>) { 10 constructor(public S17: S0<any, (S18) => A>) { }
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | StringSwitch.h | 107 StringSwitch &Cases(const char (&S0)[N0], const char (&S1)[N1], in Cases() 109 return Case(S0, Value).Case(S1, Value); in Cases() 114 StringSwitch &Cases(const char (&S0)[N0], const char (&S1)[N1], in Cases() 116 return Case(S0, Value).Cases(S1, S2, Value); in Cases() 121 StringSwitch &Cases(const char (&S0)[N0], const char (&S1)[N1], in Cases() 124 return Case(S0, Value).Cases(S1, S2, S3, Value); in Cases() 129 StringSwitch &Cases(const char (&S0)[N0], const char (&S1)[N1], in Cases() 132 return Case(S0, Value).Cases(S1, S2, S3, S4, Value); in Cases() 138 StringSwitch &Cases(const char (&S0)[N0], const char (&S1)[N1], in Cases() 142 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, Value); in Cases() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | MergedLoadStoreMotion.cpp | 119 PHINode *getPHIOperand(BasicBlock *BB, StoreInst *S0, StoreInst *S1); 122 bool canSinkStoresAndGEPs(StoreInst *S0, StoreInst *S1) const; 210 PHINode *MergedLoadStoreMotion::getPHIOperand(BasicBlock *BB, StoreInst *S0, in getPHIOperand() argument 213 Value *Opd1 = S0->getValueOperand(); in getPHIOperand() 220 NewPN->applyMergedLocation(S0->getDebugLoc(), S1->getDebugLoc()); in getPHIOperand() 221 NewPN->addIncoming(Opd1, S0->getParent()); in getPHIOperand() 229 bool MergedLoadStoreMotion::canSinkStoresAndGEPs(StoreInst *S0, in canSinkStoresAndGEPs() argument 231 auto *A0 = dyn_cast<Instruction>(S0->getPointerOperand()); in canSinkStoresAndGEPs() 234 (A0->getParent() == S0->getParent()) && A1->hasOneUse() && in canSinkStoresAndGEPs() 243 void MergedLoadStoreMotion::sinkStoresAndGEPs(BasicBlock *BB, StoreInst *S0, in sinkStoresAndGEPs() argument [all …]
|
/third_party/openssl/crypto/sha/asm/ |
D | sha256-c64xplus.pl | 35 ($A,$Actx,$B,$Bctx,$C,$Cctx,$D,$Dctx,$T2,$S0,$s1,$t0a,$t1a,$t2a,$X9,$X14) 125 || ROTL $A,30,$S0 141 || XOR $t0a,$S0,$S0 143 XOR $t1a,$S0,$S0 ; Sigma0(a) 148 || ADD $S0,$Maj,$T2 ; T2 = Sigma0(a) + Maj(a,b,c) 162 ROTL $A,30,$S0 ; BODY_15 180 || XOR $t0a,$S0,$S0 182 XOR $t1a,$S0,$S0 ; Sigma0(a) 187 || ADD $S0,$Maj,$T2 ; T2 = Sigma0(a) + Maj(a,b,c) 216 ROTL $A,30,$S0 [all …]
|
/third_party/mesa3d/src/amd/addrlib/src/gfx10/ |
D | gfx10SwizzlePattern.h | 3758 …{S0, X0, Y0, X1, Y1, X2, Y2, … 3759 …{0, S0, X0, Y0, X1, Y1, X2, … 3760 …{0, 0, S0, X0, Y0, X1, Y1, … 3761 …{0, 0, 0, S0, X0, Y0, X1, … 3762 …{0, 0, 0, 0, S0, X0, Y0, … 3763 …{S0, S1, X0, Y0, X1, Y1, X2, … 3764 …{0, S0, S1, X0, Y0, X1, Y1, … 3765 …{0, 0, S0, S1, X0, Y0, X1, … 3766 …{0, 0, 0, S0, S1, X0, Y0, … 3767 …{0, 0, 0, 0, S0, S1, X0, … [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonScheduleV60.td | 32 // S0-3 | | | CVI_VA | | CVI_VA | | CVI_VA | | CVI_VA | | | 34 // S0-3 | | | | | | | | | CVI_VP | | | 35 // S0-3 | | | | | | | CVI_VS | | | | | 36 // S0-1 |(CVI_LD) | | CVI_LD | | CVI_LD | | CVI_LD | | CVI_LD | | | 37 // S0-1 |(C*TMP_LD) | | | | | | | | | | 39 // S0 | | | CVI_ST | | CVI_ST | | CVI_ST | | CVI_ST | |(CVI_ST) | 40 // S0 | | | | | | | | | | |(C*TMP_ST) 46 // S0-3 | CVI_VA_DV | | CVI_VA_DV | 47 // S0-3 | | | CVI_VP_DV | 51 // S0-3 | CVI_HIST Histogram |
|
/third_party/cmsis/CMSIS/DSP/Source/TransformFunctions/ |
D | arm_cfft_radix4_q15.c | 567 q15_t R0, R1, S0, S1, T0, T1, U0, U1; in arm_radix4_butterfly_q15() 611 S0 = pSrc16[i2 * 2U] >> 2U; in arm_radix4_butterfly_q15() 615 R0 = __SSAT(T0 + S0, 16U); in arm_radix4_butterfly_q15() 620 S0 = __SSAT(T0 - S0, 16); in arm_radix4_butterfly_q15() 682 R0 = (q15_t) __SSAT((q31_t) (S0 - T1), 16); in arm_radix4_butterfly_q15() 686 S0 = (q15_t) __SSAT(((q31_t) S0 + T1), 16U); in arm_radix4_butterfly_q15() 694 out1 = (q15_t) ((Si1 * S1 + Co1 * S0) >> 16); in arm_radix4_butterfly_q15() 696 out2 = (q15_t) ((-Si1 * S0 + Co1 * S1) >> 16); in arm_radix4_butterfly_q15() 767 S0 = pSrc16[i2 * 2U]; in arm_radix4_butterfly_q15() 771 R0 = __SSAT(T0 + S0, 16); in arm_radix4_butterfly_q15() [all …]
|
/third_party/boost/boost/numeric/odeint/external/openmp/ |
D | openmp_nested_algebra.hpp | 60 template< class S0 , class Op > static void for_each1 ( S0 &s0 , Op op ) { in BOOST_ODEINT_GEN_FOR_EACH() 62 typename boost::range_iterator<S0>::type beg0 = boost::begin(s0); in BOOST_ODEINT_GEN_FOR_EACH() 66 template< class S0 , class S1 , class Op > static void for_each2 ( S0 &s0 , S1 &s1 , Op op ) { 68 typename boost::range_iterator<S0>::type beg0 = boost::begin(s0); 73 …template< class S0 , class S1 , class S2 , class Op > static void for_each3 ( S0 &s0 , S1 &s1 , S2… 75 typename boost::range_iterator<S0>::type beg0 = boost::begin(s0); 81 …template< class S0 , class S1 , class S2 , class S3 , class Op > static void for_each4 ( S0 &s0 , … 83 typename boost::range_iterator<S0>::type beg0 = boost::begin(s0); 90 …template< class S0 , class S1 , class S2 , class S3 , class S4 , class Op > static void for_each5 … 92 typename boost::range_iterator<S0>::type beg0 = boost::begin(s0); [all …]
|
D | openmp_range_algebra.hpp | 55 template< class S0 , class Op > static void for_each1 ( S0 &s0 , Op op ) { in BOOST_ODEINT_GEN_FOR_EACH() 57 typename boost::range_iterator<S0>::type beg0 = boost::begin(s0); in BOOST_ODEINT_GEN_FOR_EACH() 61 template< class S0 , class S1 , class Op > static void for_each2 ( S0 &s0 , S1 &s1 , Op op ) { 63 typename boost::range_iterator<S0>::type beg0 = boost::begin(s0); 68 …template< class S0 , class S1 , class S2 , class Op > static void for_each3 ( S0 &s0 , S1 &s1 , S2… 70 typename boost::range_iterator<S0>::type beg0 = boost::begin(s0); 76 …template< class S0 , class S1 , class S2 , class S3 , class Op > static void for_each4 ( S0 &s0 , … 78 typename boost::range_iterator<S0>::type beg0 = boost::begin(s0); 85 …template< class S0 , class S1 , class S2 , class S3 , class S4 , class Op > static void for_each5 … 87 typename boost::range_iterator<S0>::type beg0 = boost::begin(s0); [all …]
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders/comp/ |
D | type-alias.comp | 4 struct S0 16 S0 s0s[]; 29 vec4 overload(S0 s0) 41 S0 s0; 45 S0 param = s0;
|
/third_party/skia/third_party/externals/spirv-cross/shaders/comp/ |
D | type-alias.comp | 4 struct S0 14 vec4 overload(S0 s0) 26 S0 s0s[]; 42 S0 s0 = s0s[gl_GlobalInvocationID.x];
|
D | struct-packing.comp | 4 struct S0 35 S0 m0s[1]; 38 S0 m0;
|
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/comp/ |
D | type-alias.comp | 4 struct S0 14 vec4 overload(S0 s0) 26 S0 s0s[]; 42 S0 s0 = s0s[gl_GlobalInvocationID.x];
|
D | struct-packing.comp | 4 struct S0 35 S0 m0s[1]; 38 S0 m0;
|
/third_party/typescript/tests/cases/compiler/ |
D | recursiveSpecializationOfSignatures.ts | 1 class S0<B, A> { class 2 set S1(S2: S0<any,any>) { 4 constructor(public S17: S0<any, (S18) => A>) { }
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/comp/ |
D | type-alias.comp | 8 struct S0 46 float4 overload(thread const S0& s0) 59 S0 s0; 63 S0 param = s0;
|
/third_party/boost/boost/geometry/srs/projections/proj/ |
D | krovak.hpp | 66 … static double S0 = 1.37008346281555; /* Latitude of pseudo standard parallel 78deg 30'00" N */ variable 124 …rho = this->m_proj_parm.rho0 * math::pow(tan(S0 / T(2) + S45) , this->m_proj_parm.n) / math::pow(t… in fwd() 151 d = eps / sin(S0); in inv() 152 …(math::pow(this->m_proj_parm.rho0 / rho, T(1) / this->m_proj_parm.n) * tan(S0 / T(2) + S45)) - S45… in inv() 220 proj_parm.n = sin(S0); in setup_krovak() 221 proj_parm.rho0 = par.k0 * n0 / tan(S0); in setup_krovak()
|
/third_party/skia/third_party/externals/spirv-cross/shaders-no-opt/comp/ |
D | struct-packing-scalar.nocompat.invalid.vk.comp | 6 struct S0 37 S0 m0s[1]; 40 S0 m0;
|