/third_party/skia/resources/sksl/intrinsics/ |
D | OuterProduct.sksl | 7 const float2 c12 = float2(1, 2); 14 && outerProduct(c12, c34) == float2x2(3, 6, 25 && outerProduct(c12, c456) == float3x2(4, 8, 37 && outerProduct(testInputs, c12) == float2x4(-1.25, 0.0, 0.75, 2.25, 39 && outerProduct(c12, testInputs) == float4x2(-1.25, -2.50,
|
/third_party/skia/tests/sksl/intrinsics/ |
D | OuterProduct.glsl | 9 const vec2 c12 = vec2(1.0, 2.0); 10 …, 4.5)) && outerProduct(testInputs, c12) == mat2x4(-1.25, 0.0, 0.75, 2.25, -2.5, 0.0, 1.5, 4.5)) &…
|
D | OuterProduct.asm.frag | 16 OpName %c12 "c12" 114 %c12 = OpVariable %_ptr_Function_v2float Function 116 OpStore %c12 %32 236 %176 = OpLoad %v2float %c12 256 %194 = OpLoad %v2float %c12
|
D | OuterProduct.metal | 94 const float2 c12 = float2(1.0, 2.0); 95 …at4(_uniforms.testInputs), c12) == float2x4(float4(-1.25, 0.0, 0.75, 2.25), float4(-2.5, 0.0, 1.5,…
|
/third_party/typescript/tests/baselines/reference/ |
D | collisionArgumentsClassConstructor.js | 8 class c12 { class 101 var c12 = /** @class */ (function () { function 102 function c12(arguments) { function 109 return c12;
|
D | ambientConstLiterals.js | 20 const c12 = 123 + 456; constant 47 var c12 = 123 + 456; variable 74 declare const c12: number;
|
D | destructuringArrayBindingPatternAndAssignment1ES6.js | 51 var [c11, c12, ...c13] = [1, 2, "string"]; variable 97 var [c11, c12, ...c13] = [1, 2, "string"]; variable
|
D | constDeclarations-validContexts.js | 47 const c12 = 0; constant 162 const c12 = 0; constant
|
D | destructuringArrayBindingPatternAndAssignment1ES5.js | 51 var [c11, c12, ...c13] = [1, 2, "string"]; variable 104 var _o = [1, 2, "string"], c11 = _o[0], c12 = _o[1], c13 = _o.slice(2);
|
D | ambientConstLiterals.symbols | 66 const c12 = 123 + 456; 67 >c12 : Symbol(c12, Decl(ambientConstLiterals.ts, 18, 5))
|
D | collisionArgumentsClassConstructor.types | 14 class c12 { 15 >c12 : c12
|
D | genericsManyTypeParameters.js | 33 x12: a112, y14: a212, z12: a312, a12: a412, b12: a512, c12: a612, 53 x12 , y14 , z12 , a12 , b12 , c12, 63 …z10, a10, b10, c10, x11, y13, z11, a11, b11, c11, x12, y14, z12, a12, b12, c12, x13, y15, z13, a13… 75 x12, y14, z12, a12, b12, c12,
|
D | ambientConstLiterals.types | 79 const c12 = 123 + 456; 80 >c12 : number
|
D | destructuringArrayBindingPatternAndAssignment1ES5iterable.js | 51 var [c11, c12, ...c13] = [1, 2, "string"]; variable 120 var _z = __read([1, 2, "string"]), c11 = _z[0], c12 = _z[1], c13 = _z.slice(2);
|
D | destructuringArrayBindingPatternAndAssignment1ES6.symbols | 95 var [c11, c12, ...c13] = [1, 2, "string"]; 97 >c12 : Symbol(c12, Decl(destructuringArrayBindingPatternAndAssignment1ES6.ts, 49, 9))
|
D | destructuringArrayBindingPatternAndAssignment1ES5iterable.symbols | 95 var [c11, c12, ...c13] = [1, 2, "string"]; 97 >c12 : Symbol(c12, Decl(destructuringArrayBindingPatternAndAssignment1ES5iterable.ts, 49, 9))
|
D | destructuringArrayBindingPatternAndAssignment1ES5.symbols | 95 var [c11, c12, ...c13] = [1, 2, "string"]; 97 >c12 : Symbol(c12, Decl(destructuringArrayBindingPatternAndAssignment1ES5.ts, 49, 9))
|
D | constDeclarations-validContexts.symbols | 70 const c12 = 0; 71 >c12 : Symbol(c12, Decl(constDeclarations-validContexts.ts, 45, 9))
|
D | constDeclarations-validContexts.types | 100 const c12 = 0; 101 >c12 : 0
|
/third_party/libffi/testsuite/libffi.complex/ |
D | many_complex.inc | 18 _Complex T_C_TYPE c12, 45 T_CONV creal (c12), T_CONV cimag (c12), 48 return (c1+c2-c3-c4+c5+c6+c7-c8-c9-c10-c11+c12+c13);
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-hlsl-no-opt/frag/ |
D | cbuffer-packing-straddle.frag | 15 float _18_m : packoffset(c12); 16 float _18_n : packoffset(c12.y); 17 float _18_o : packoffset(c12.z);
|
/third_party/boost/boost/geometry/formulas/ |
D | differential_quantities.hpp | 189 CT const c12 = 12; in J12_f() local 194 + (-c8 * cos_alp0_sqr + c12) * sin_2sig_12 in J12_f() 195 + (c12 * cos_alp0_sqr - c24) * sig_12) in J12_f() 217 CT const A = (c9 * cos_alp0_quad - c12 * cos_alp0_sqr) * sin_4sig_12; in J12_f()
|
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/asm/frag/ |
D | unord-relational-op.asm.frag | 30 OpName %c12 "c12" 100 %c12 = OpVariable %_ptr_Function_v2bool Function 150 OpStore %c12 %55
|
/third_party/typescript/tests/cases/conformance/es6/destructuring/ |
D | destructuringArrayBindingPatternAndAssignment1ES6.ts | 52 var [c11, c12, ...c13] = [1, 2, "string"]; variable
|
D | destructuringArrayBindingPatternAndAssignment1ES5iterable.ts | 51 var [c11, c12, ...c13] = [1, 2, "string"]; variable
|