Home
last modified time | relevance | path

Searched refs:c12 (Results 1 – 25 of 78) sorted by relevance

1234

/third_party/skia/resources/sksl/intrinsics/
DOuterProduct.sksl7 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/
DOuterProduct.glsl9 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)) &…
DOuterProduct.asm.frag16 OpName %c12 "c12"
114 %c12 = OpVariable %_ptr_Function_v2float Function
116 OpStore %c12 %32
236 %176 = OpLoad %v2float %c12
256 %194 = OpLoad %v2float %c12
DOuterProduct.metal94 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/
DcollisionArgumentsClassConstructor.js8 class c12 { class
101 var c12 = /** @class */ (function () { function
102 function c12(arguments) { function
109 return c12;
DambientConstLiterals.js20 const c12 = 123 + 456; constant
47 var c12 = 123 + 456; variable
74 declare const c12: number;
DdestructuringArrayBindingPatternAndAssignment1ES6.js51 var [c11, c12, ...c13] = [1, 2, "string"]; variable
97 var [c11, c12, ...c13] = [1, 2, "string"]; variable
DconstDeclarations-validContexts.js47 const c12 = 0; constant
162 const c12 = 0; constant
DdestructuringArrayBindingPatternAndAssignment1ES5.js51 var [c11, c12, ...c13] = [1, 2, "string"]; variable
104 var _o = [1, 2, "string"], c11 = _o[0], c12 = _o[1], c13 = _o.slice(2);
DambientConstLiterals.symbols66 const c12 = 123 + 456;
67 >c12 : Symbol(c12, Decl(ambientConstLiterals.ts, 18, 5))
DcollisionArgumentsClassConstructor.types14 class c12 {
15 >c12 : c12
DgenericsManyTypeParameters.js33 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,
DambientConstLiterals.types79 const c12 = 123 + 456;
80 >c12 : number
DdestructuringArrayBindingPatternAndAssignment1ES5iterable.js51 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);
DdestructuringArrayBindingPatternAndAssignment1ES6.symbols95 var [c11, c12, ...c13] = [1, 2, "string"];
97 >c12 : Symbol(c12, Decl(destructuringArrayBindingPatternAndAssignment1ES6.ts, 49, 9))
DdestructuringArrayBindingPatternAndAssignment1ES5iterable.symbols95 var [c11, c12, ...c13] = [1, 2, "string"];
97 >c12 : Symbol(c12, Decl(destructuringArrayBindingPatternAndAssignment1ES5iterable.ts, 49, 9))
DdestructuringArrayBindingPatternAndAssignment1ES5.symbols95 var [c11, c12, ...c13] = [1, 2, "string"];
97 >c12 : Symbol(c12, Decl(destructuringArrayBindingPatternAndAssignment1ES5.ts, 49, 9))
DconstDeclarations-validContexts.symbols70 const c12 = 0;
71 >c12 : Symbol(c12, Decl(constDeclarations-validContexts.ts, 45, 9))
DconstDeclarations-validContexts.types100 const c12 = 0;
101 >c12 : 0
/third_party/libffi/testsuite/libffi.complex/
Dmany_complex.inc18 _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/
Dcbuffer-packing-straddle.frag15 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/
Ddifferential_quantities.hpp189 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/
Dunord-relational-op.asm.frag30 OpName %c12 "c12"
100 %c12 = OpVariable %_ptr_Function_v2bool Function
150 OpStore %c12 %55
/third_party/typescript/tests/cases/conformance/es6/destructuring/
DdestructuringArrayBindingPatternAndAssignment1ES6.ts52 var [c11, c12, ...c13] = [1, 2, "string"]; variable
DdestructuringArrayBindingPatternAndAssignment1ES5iterable.ts51 var [c11, c12, ...c13] = [1, 2, "string"]; variable

1234