Home
last modified time | relevance | path

Searched refs:Cs (Results 1 – 25 of 100) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
DOpDescriptor.cpp15 void fuzzerop::makeConstantsWithType(Type *T, std::vector<Constant *> &Cs) { in makeConstantsWithType() argument
18 Cs.push_back(ConstantInt::get(IntTy, APInt::getMaxValue(W))); in makeConstantsWithType()
19 Cs.push_back(ConstantInt::get(IntTy, APInt::getMinValue(W))); in makeConstantsWithType()
20 Cs.push_back(ConstantInt::get(IntTy, APInt::getSignedMaxValue(W))); in makeConstantsWithType()
21 Cs.push_back(ConstantInt::get(IntTy, APInt::getSignedMinValue(W))); in makeConstantsWithType()
22 Cs.push_back(ConstantInt::get(IntTy, APInt::getOneBitSet(W, W / 2))); in makeConstantsWithType()
26 Cs.push_back(ConstantFP::get(Ctx, APFloat::getZero(Sem))); in makeConstantsWithType()
27 Cs.push_back(ConstantFP::get(Ctx, APFloat::getLargest(Sem))); in makeConstantsWithType()
28 Cs.push_back(ConstantFP::get(Ctx, APFloat::getSmallest(Sem))); in makeConstantsWithType()
30 Cs.push_back(UndefValue::get(T)); in makeConstantsWithType()
/third_party/libffi/testsuite/libffi.complex/
Dcls_complex_struct.inc5 typedef struct Cs {
8 } Cs;
10 Cs gc;
13 closure_test_fn(Cs p)
25 closure_test_fn(*(Cs*)args[0]);
39 Cs arg = { 1.0 + 11.0 * I, 2.0 + 22.0 * I};
60 ((void*(*)(Cs))(code))(arg);
/third_party/openGLES/extensions/IMG/
DIMG_texture_env_enhanced_fixed_function.txt112 LUMINANCE Cv = Cs Cv = AcCs
121 RGB Cv = Cs Cv = AcCs
135 LUMINANCE Cv = AfCs Cv = Cf + (1 - Af)Cs
138 LUMINANCE_ALPHA Cv = AfCs Cv = Cf + (1 - Af)Cs
141 INTENSITY Cv = AfCs Cv = Cf + (1 - Af)Cs
144 RGB Cv = AfCs Cv = Cf + (1 - Af)Cs
147 RGBA Cv = AfCs Cv = Cf + (1 - Af)Cs
167 RGB Cv = Dot3(Cf,Cs)
168 (or 3) Av = Dot3(Cf,Cs)
170 RGBA Cv = Dot3(Cf,Cs)
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/IMG/
DIMG_texture_env_enhanced_fixed_function.txt112 LUMINANCE Cv = Cs Cv = AcCs
121 RGB Cv = Cs Cv = AcCs
135 LUMINANCE Cv = AfCs Cv = Cf + (1 - Af)Cs
138 LUMINANCE_ALPHA Cv = AfCs Cv = Cf + (1 - Af)Cs
141 INTENSITY Cv = AfCs Cv = Cf + (1 - Af)Cs
144 RGB Cv = AfCs Cv = Cf + (1 - Af)Cs
147 RGBA Cv = AfCs Cv = Cf + (1 - Af)Cs
167 RGB Cv = Dot3(Cf,Cs)
168 (or 3) Av = Dot3(Cf,Cs)
170 RGBA Cv = Dot3(Cf,Cs)
[all …]
/third_party/typescript/tests/baselines/reference/
DstrictModeInConstructor.js44 class Cs extends A { class
125 var Cs = /** @class */ (function (_super) {
126 __extends(Cs, _super);
127 function Cs() { class in Cs
132 Cs.s = 9;
133 return Cs;
DstrictModeInConstructor.symbols69 class Cs extends A {
70 >Cs : Symbol(Cs, Decl(strictModeInConstructor.ts, 40, 1))
74 >s : Symbol(Cs.s, Decl(strictModeInConstructor.ts, 42, 20))
DstrictModeInConstructor.types84 class Cs extends A {
85 >Cs : Cs
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_blend_equation_advanced.txt355 f(Cs,Cd) = 0
358 f(Cs,Cd) = Cs
361 f(Cs,Cd) = Cd
364 f(Cs,Cd) = Cs
367 f(Cs,Cd) = Cd
370 f(Cs,Cd) = Cs
373 f(Cs,Cd) = Cd
376 f(Cs,Cd) = 0
379 f(Cs,Cd) = 0
382 f(Cs,Cd) = Cs
[all …]
/third_party/openGLES/extensions/NV/
DNV_blend_equation_advanced.txt355 f(Cs,Cd) = 0
358 f(Cs,Cd) = Cs
361 f(Cs,Cd) = Cd
364 f(Cs,Cd) = Cs
367 f(Cs,Cd) = Cd
370 f(Cs,Cd) = Cs
373 f(Cs,Cd) = Cd
376 f(Cs,Cd) = 0
379 f(Cs,Cd) = 0
382 f(Cs,Cd) = Cs
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_texture_swizzle.txt87 ...and converts it to a texture source color Cs according to table
114 TEXTURE_SWIZZLE_R_EXT affects the first component of Cs as:
117 Cs'[0] = Cs[0];
119 Cs'[0] = Cs[1];
121 Cs'[0] = Cs[2];
123 Cs'[0] = As;
125 Cs'[0] = 0;
127 Cs'[0] = 1; // float or int depending on texture component type
130 and similarly for Cs'[1], Cs'[2], and As'.
136 ...and converts it to a texture source color Cs according to table
DEXT_blend_subtract.txt55 C' = (Cs * S) - (Cd * D)
61 where Cs and Cd are the source and destination colors, and S and D are
67 C' = (Cd * D) - (Cs * S)
DEXT_blend_minmax.txt76 C' = (Cs * S) + (Cd * D)
82 where Cs and Cd are the source and destination colors, and S and D are
88 C = min (Cs, Cd)
93 C = max (Cs, Cd)
/third_party/openGLES/extensions/EXT/
DEXT_texture_swizzle.txt87 ...and converts it to a texture source color Cs according to table
114 TEXTURE_SWIZZLE_R_EXT affects the first component of Cs as:
117 Cs'[0] = Cs[0];
119 Cs'[0] = Cs[1];
121 Cs'[0] = Cs[2];
123 Cs'[0] = As;
125 Cs'[0] = 0;
127 Cs'[0] = 1; // float or int depending on texture component type
130 and similarly for Cs'[1], Cs'[2], and As'.
136 ...and converts it to a texture source color Cs according to table
DEXT_blend_subtract.txt55 C' = (Cs * S) - (Cd * D)
61 where Cs and Cd are the source and destination colors, and S and D are
67 C' = (Cd * D) - (Cs * S)
DEXT_blend_minmax.txt76 C' = (Cs * S) + (Cd * D)
82 where Cs and Cd are the source and destination colors, and S and D are
88 C = min (Cs, Cd)
93 C = max (Cs, Cd)
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_texture_swizzle.txt97 ...and converts it to a texture source color Cs according to table
123 parameter TEXTURE_SWIZZLE_R affects the first component of Cs as:
126 Cs'[0] = Cs[0];
128 Cs'[0] = Cs[1];
130 Cs'[0] = Cs[2];
132 Cs'[0] = As;
134 Cs'[0] = 0;
136 Cs'[0] = 1; // float or int depending on texture component type
139 and similarly for Cs'[1], Cs'[2], and As'.
145 ...and converts it to a texture source color Cs according to table
/third_party/skia/third_party/externals/opengl-registry/extensions/KHR/
DKHR_blend_equation_advanced.txt260 f(Cs,Cd) = Cs*Cd
263 f(Cs,Cd) = Cs+Cd-Cs*Cd
266 f(Cs,Cd) = 2*Cs*Cd, if Cd <= 0.5
267 1-2*(1-Cs)*(1-Cd), otherwise
270 f(Cs,Cd) = min(Cs,Cd)
273 f(Cs,Cd) = max(Cs,Cd)
276 f(Cs,Cd) =
278 min(1,Cd/(1-Cs)), if Cd > 0 and Cs < 1
279 1, if Cd > 0 and Cs >= 1
282 f(Cs,Cd) =
[all …]
/third_party/openGLES/extensions/ARB/
DARB_texture_swizzle.txt107 ...and converts it to a texture source color Cs according to table
133 parameter TEXTURE_SWIZZLE_R affects the first component of Cs as:
136 Cs'[0] = Cs[0];
138 Cs'[0] = Cs[1];
140 Cs'[0] = Cs[2];
142 Cs'[0] = As;
144 Cs'[0] = 0;
146 Cs'[0] = 1; // float or int depending on texture component type
149 and similarly for Cs'[1], Cs'[2], and As'.
155 ...and converts it to a texture source color Cs according to table
/third_party/openGLES/extensions/KHR/
DKHR_blend_equation_advanced.txt270 f(Cs,Cd) = Cs*Cd
273 f(Cs,Cd) = Cs+Cd-Cs*Cd
276 f(Cs,Cd) = 2*Cs*Cd, if Cd <= 0.5
277 1-2*(1-Cs)*(1-Cd), otherwise
280 f(Cs,Cd) = min(Cs,Cd)
283 f(Cs,Cd) = max(Cs,Cd)
286 f(Cs,Cd) =
288 min(1,Cd/(1-Cs)), if Cd > 0 and Cs < 1
289 1, if Cd > 0 and Cs >= 1
292 f(Cs,Cd) =
[all …]
/third_party/flutter/skia/experimental/svg/model/
DSkPEG.h216 template <char... Cs> struct LIT;
228 template <char C, char... Cs>
229 struct LIT<C, Cs...> {
237 const auto m = LIT<Cs...>::Match(in + 1);
/third_party/rust/crates/tracing/tracing-subscriber/src/filter/env/
Dmod.rs844 struct Cs; struct
845 impl Callsite for Cs { implementation
862 FieldSet::new(&[], identify_callsite!(&Cs)), in callsite_enabled_no_span_directive()
880 FieldSet::new(&[], identify_callsite!(&Cs)), in callsite_off()
898 FieldSet::new(&[], identify_callsite!(&Cs)), in callsite_enabled_includes_span_directive()
917 FieldSet::new(&["field"], identify_callsite!(&Cs)), in callsite_enabled_includes_span_directive_field()
936 FieldSet::new(&["field"], identify_callsite!(&Cs)), in callsite_enabled_includes_span_directive_multiple_fields()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp788 NodeVect &Cs = CF->second; in recalculatePlacement() local
789 for (NodeVect::iterator I = Cs.begin(), E = Cs.end(); I != E; ++I) { in recalculatePlacement()
829 NodeVect &Cs = CF->second; in recalculatePlacementRec() local
830 for (NodeVect::iterator I = Cs.begin(), E = Cs.end(); I != E; ++I) in recalculatePlacementRec()
919 NodeVect &Cs = CF->second; in adjustForInvariance() local
920 for (NodeVect::iterator I = Cs.begin(), E = Cs.end(); I != E; ++I) in adjustForInvariance()
1157 NodeVect &Cs = CF->second; in getAllUsersForNode() local
1158 Work.insert(Work.end(), Cs.begin(), Cs.end()); in getAllUsersForNode()
1221 NodeVect &Cs = NCM[Last]; in materialize() local
1222 for (NodeVect::iterator I = Cs.begin(), E = Cs.end(); I != E; ++I) { in materialize()
/third_party/openGLES/extensions/SGIX/
DSGIX_blend_alpha_minmax.txt58 / Cs As < Ad
63 Cs and Cd are the source and destination colors, and As and Ad
69 / Cs As > Ad
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_blend_alpha_minmax.txt58 / Cs As < Ad
63 Cs and Cd are the source and destination colors, and As and Ad
69 / Cs As > Ad
/third_party/flutter/skia/third_party/externals/angle2/extensions/
DEXT_blend_minmax.txt76 C' = (Cs * S) + (Cd * D)
82 where Cs and Cd are the source and destination colors, and S and D are
88 C = min (Cs, Cd)
93 C = max (Cs, Cd)

1234