/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/ |
D | OpDescriptor.cpp | 15 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/boost/boost/metaparse/v1/cpp11/impl/ |
D | is_none_c_impl.hpp | 19 template <char D, char... Cs> 25 template <char D, char... Cs> 26 struct is_none_c_impl<D, D, Cs...> : boost::mpl::bool_<false> {}; 28 template <char D, char C, char... Cs> 29 struct is_none_c_impl<D, C, Cs...> : is_none_c_impl<D, Cs...> {};
|
D | at_c.hpp | 24 template <char C, char... Cs, int N> 25 struct at_c<string<C, Cs...>, N> : at_c<string<Cs...>, N - 1> {}; 27 template <char C, char... Cs> 28 struct at_c<string<C, Cs...>, 0> : boost::mpl::char_<C> {};
|
D | pop_front.hpp | 22 template <char C, char... Cs> 23 struct pop_front<string<C, Cs...>> : string<Cs...> {};
|
D | size.hpp | 26 template <char... Cs> 27 struct size<string<Cs...>> : boost::mpl::int_<sizeof...(Cs)> {};
|
D | push_front_c.hpp | 22 template <char... Cs, char C> 23 struct push_front_c<string<Cs...>, C> : string<C, Cs...> {};
|
D | push_back_c.hpp | 22 template <char... Cs, char C> 23 struct push_back_c<string<Cs...>, C> : string<Cs..., C> {};
|
D | pop_back.hpp | 29 template <char C, char... Cs> 30 struct pop_back<string<C, Cs...>> : 31 push_front_c<typename pop_back<string<Cs...>>::type, C>
|
/third_party/libffi/testsuite/libffi.complex/ |
D | cls_complex_struct.inc | 5 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/skia/third_party/externals/opengl-registry/extensions/IMG/ |
D | IMG_texture_env_enhanced_fixed_function.txt | 112 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/openGLES/extensions/IMG/ |
D | IMG_texture_env_enhanced_fixed_function.txt | 112 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/boost/boost/metaparse/v1/cpp11/ |
D | string.hpp | 32 template <char... Cs> 192 template <char... Cs> 193 struct c_str<boost::metaparse::v1::string<Cs...>> 196 static constexpr char value[sizeof...(Cs) + 1] = {Cs..., 0}; 204 template <char... Cs> 205 constexpr char c_str<boost::metaparse::v1::string<Cs...>>::value[];
|
D | one_of_c.hpp | 22 template <char... Cs> 26 impl::any_of_c<Cs...>,
|
D | one_char_except_c.hpp | 20 template <char... Cs> 24 impl::is_none_c<Cs...>,
|
/third_party/typescript/tests/baselines/reference/ |
D | strictModeInConstructor.js | 44 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;
|
D | strictModeInConstructor.symbols | 69 class Cs extends A { 70 >Cs : Symbol(Cs, Decl(strictModeInConstructor.ts, 40, 1)) 74 >s : Symbol(Cs.s, Decl(strictModeInConstructor.ts, 42, 20))
|
/third_party/openGLES/extensions/NV/ |
D | NV_blend_equation_advanced.txt | 355 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/NV/ |
D | NV_blend_equation_advanced.txt | 355 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/ |
D | EXT_texture_swizzle.txt | 87 ...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
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_texture_swizzle.txt | 87 ...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
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_texture_swizzle.txt | 97 ...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/boost/boost/metaparse/v1/cpp14/impl/ |
D | any_of_c.hpp | 19 template <char... Cs> 26 const bool values[] = {(c_ == Cs)...}; in run() 27 for (const bool* i = values; i != values + sizeof...(Cs); ++i) in run()
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_texture_swizzle.txt | 107 ...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/skia/third_party/externals/opengl-registry/extensions/KHR/ |
D | KHR_blend_equation_advanced.txt | 260 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/KHR/ |
D | KHR_blend_equation_advanced.txt | 270 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 …]
|