Home
last modified time | relevance | path

Searched refs:mz (Results 1 – 25 of 33) sorted by relevance

12

/third_party/skia/third_party/externals/tint/test/bug/tint/
D922.wgsl.expected.hlsl4 float4 mz;
10 float4 mz;
43 return float3(m1.mx.x, m1.my.x, m1.mz.x);
49 return float3(m3.mx.y, m3.my.y, m3.mz.y);
55 return float3(m5.mx.z, m5.my.z, m5.mz.z);
61 return float3(m7.mx.w, m7.my.w, m7.mz.w);
69 return float4(dot(m9.mx, v1), dot(m9.my, v1), dot(m9.mz, v1), dot(m9.mw, v1));
77 return float3(dot(m11.mx, v3), dot(m11.my, v3), dot(m11.mz, v3));
109 o.mz = float4(0.0f, 0.0f, n1, 0.0f);
122 o1.mz = m17.mz;
[all …]
D922.wgsl.expected.wgsl4 mz : vec4<f32>;
11 mz : vec4<f32>;
72 return vec3<f32>(x_e2.mx.x, x_e5.my.x, x_e8.mz.x);
81 return vec3<f32>(x_e2.mx.y, x_e5.my.y, x_e8.mz.y);
90 return vec3<f32>(x_e2.mx.z, x_e5.my.z, x_e8.mz.z);
99 return vec3<f32>(x_e2.mx.w, x_e5.my.w, x_e8.mz.w);
115 …return vec4<f32>(dot(x_e4.mx, x_e6), dot(x_e8.my, x_e10), dot(x_e12.mz, x_e14), dot(x_e16.mw, x_e1…
129 return vec3<f32>(dot(x_e4.mx, x_e6), dot(x_e8.my, x_e10), dot(x_e12.mz, x_e14));
173 o.mz = vec4<f32>(0.0, 0.0, x_e18, 0.0);
191 o1.mz = x_e13.mz;
[all …]
D922.wgsl4 mz: vec4<f32>;
11 mz: vec4<f32>;
63 return vec3<f32>(x_e2.mx.x, x_e5.my.x, x_e8.mz.x);
73 return vec3<f32>(x_e2.mx.y, x_e5.my.y, x_e8.mz.y);
83 return vec3<f32>(x_e2.mx.z, x_e5.my.z, x_e8.mz.z);
93 return vec3<f32>(x_e2.mx.w, x_e5.my.w, x_e8.mz.w);
110 …return vec4<f32>(dot(x_e4.mx, x_e6), dot(x_e8.my, x_e10), dot(x_e12.mz, x_e14), dot(x_e16.mw, x_e1…
125 return vec3<f32>(dot(x_e4.mx, x_e6), dot(x_e8.my, x_e10), dot(x_e12.mz, x_e14));
172 o.mz = vec4<f32>(0.0, 0.0, x_e18, 0.0);
191 o1.mz = x_e13.mz;
[all …]
D922.wgsl.expected.msl7 /* 0x0020 */ float4 mz;
13 /* 0x0020 */ float4 mz;
59 return float3(x_e2.mx[0], x_e5.my[0], x_e8.mz[0]);
68 return float3(x_e2.mx[1], x_e5.my[1], x_e8.mz[1]);
77 return float3(x_e2.mx[2], x_e5.my[2], x_e8.mz[2]);
86 return float3(x_e2.mx[3], x_e5.my[3], x_e8.mz[3]);
102 …return float4(dot(x_e4.mx, x_e6), dot(x_e8.my, x_e10), dot(x_e12.mz, x_e14), dot(x_e16.mw, x_e18));
116 return float3(dot(x_e4.mx, x_e6), dot(x_e8.my, x_e10), dot(x_e12.mz, x_e14));
160 o.mz = float4(0.0f, 0.0f, x_e18, 0.0f);
178 o1.mz = x_e13.mz;
[all …]
D922.wgsl.expected.glsl9 vec4 mz;
15 vec4 mz;
51 return vec4(dot(m9.mx, v1), dot(m9.my, v1), dot(m9.mz, v1), dot(m9.mw, v1));
68 o.mz = vec4(0.0f, 0.0f, n1, 0.0f);
81 o1.mz = m17.mz;
D922.wgsl.expected.spvasm23 OpMemberName %Mat4x4_ 2 "mz"
38 OpMemberName %Mat4x3_ 2 "mz"
/third_party/boost/libs/qvm/test/
Dmul_qq_test.cpp31 test_qvm::matrix<M1,3,3> const mz=rotz_mat<3>(a); in test() local
32 test_qvm::matrix<M1,3,3> const m=mx*my*mz; in test()
Dmul_eq_qq_test.cpp33 test_qvm::matrix<M1,3,3> const mz=rotz_mat<3>(a); in test() local
34 test_qvm::matrix<M1,3,3> const m=mx*my*mz; in test()
Dmul_qv_test.cpp30 test_qvm::matrix<M1,3,3> const mz=rotz_mat<3>(a); in test() local
38 test_qvm::vector<V1,3> const m_vz=mz*v; in test()
/third_party/boost/libs/spirit/classic/test/
Dmatch_tests.cpp56 match<Z> mz(m2); // copy from match<double> in match_tests() local
57 mz = m2; // assign from match<double> in match_tests()
58 BOOST_TEST(mz.value().n == 123.456); in match_tests()
/third_party/node/deps/icu-small/source/i18n/
Dzonemeta.cpp653 UResourceBundle *mz = NULL; in createMetazoneMappings() local
655 mz = ures_getNextResource(rb, mz, &status); in createMetazoneMappings()
657 const UChar *mz_name = ures_getStringByIndex(mz, 0, NULL, &status); in createMetazoneMappings()
661 if (ures_getSize(mz) == 3) { in createMetazoneMappings()
662 mz_from = ures_getStringByIndex(mz, 1, NULL, &status); in createMetazoneMappings()
663 mz_to = ures_getStringByIndex(mz, 2, NULL, &status); in createMetazoneMappings()
704 ures_close(mz); in createMetazoneMappings()
/third_party/skia/third_party/externals/icu/source/i18n/
Dzonemeta.cpp653 UResourceBundle *mz = NULL; in createMetazoneMappings() local
655 mz = ures_getNextResource(rb, mz, &status); in createMetazoneMappings()
657 const UChar *mz_name = ures_getStringByIndex(mz, 0, NULL, &status); in createMetazoneMappings()
661 if (ures_getSize(mz) == 3) { in createMetazoneMappings()
662 mz_from = ures_getStringByIndex(mz, 1, NULL, &status); in createMetazoneMappings()
663 mz_to = ures_getStringByIndex(mz, 2, NULL, &status); in createMetazoneMappings()
704 ures_close(mz); in createMetazoneMappings()
/third_party/icu/icu4c/source/i18n/
Dzonemeta.cpp653 UResourceBundle *mz = NULL; in createMetazoneMappings() local
655 mz = ures_getNextResource(rb, mz, &status); in createMetazoneMappings()
657 const UChar *mz_name = ures_getStringByIndex(mz, 0, NULL, &status); in createMetazoneMappings()
661 if (ures_getSize(mz) == 3) { in createMetazoneMappings()
662 mz_from = ures_getStringByIndex(mz, 1, NULL, &status); in createMetazoneMappings()
663 mz_to = ures_getStringByIndex(mz, 2, NULL, &status); in createMetazoneMappings()
704 ures_close(mz); in createMetazoneMappings()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dzonemeta.cpp653 UResourceBundle *mz = NULL; in createMetazoneMappings() local
655 mz = ures_getNextResource(rb, mz, &status); in createMetazoneMappings()
657 const UChar *mz_name = ures_getStringByIndex(mz, 0, NULL, &status); in createMetazoneMappings()
661 if (ures_getSize(mz) == 3) { in createMetazoneMappings()
662 mz_from = ures_getStringByIndex(mz, 1, NULL, &status); in createMetazoneMappings()
663 mz_to = ures_getStringByIndex(mz, 2, NULL, &status); in createMetazoneMappings()
704 ures_close(mz); in createMetazoneMappings()
/third_party/libsnd/src/ALAC/
Dag_dec.c271 uint32_t j, m, k, n, c, mz ; in dyn_decomp() local
331 mz = ((1 << k) - 1) & wb_local ; in dyn_decomp()
333 n = dyn_get (in, &bitPos, mz, k) ; in dyn_decomp()
Dag_enc.c234 uint32_t m, k, n, c, mz, nz ; in dyn_comp() local
335 mz = ((1 << k) - 1) & wb ; in dyn_comp()
337 value = dyn_code (mz, k, nz, &numBits) ; in dyn_comp()
/third_party/skia/tests/
DM44Test.cpp175 auto mz = m * z; in DEF_TEST() local
178 REPORTER_ASSERT(reporter, mz == r.expectedZ); in DEF_TEST()
183 mz = m * -z; in DEF_TEST()
186 REPORTER_ASSERT(reporter, mz == -r.expectedZ); in DEF_TEST()
/third_party/flatbuffers/docs/source/
DSupport.md40 …aard | ev/js/df | rw | rw | ew/ev | kr | mik | ch | df | aard | rw/cn | mi/mz
54 mz | mzaks
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTimeZoneNamesImpl.java868 UResourceBundle mz = zoneBundle.get(idx);
869 String mzid = mz.getString(0);
872 if (mz.getSize() == 3) {
873 fromStr = mz.getString(1);
874 toStr = mz.getString(2);
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DTimeZoneNamesImpl.java870 UResourceBundle mz = zoneBundle.get(idx);
871 String mzid = mz.getString(0);
874 if (mz.getSize() == 3) {
875 fromStr = mz.getString(1);
876 toStr = mz.getString(2);
/third_party/musl/libc-test/src/math/gen/
Dmp.c345 MPFR_DECL_INIT(mz, 4096); in wrap_sinpi()
346 mpfr_const_pi(mz, r); in wrap_sinpi()
347 mpfr_mul(mz,mz,mx,r); in wrap_sinpi()
348 return mpfr_sin(my, mz, r); in wrap_sinpi()
/third_party/typescript/tests/baselines/reference/
DhugeDeclarationOutputGetsTruncatedWithError.types6 …" | "mp" | "mq" | "mr" | "ms" | "mt" | "mu" | "mv" | "mw" | "mx" | "my" | "mz" | "na" | "nb" | "nc…
9mz: "aa.mz"; na: "aa.na"; nb: "aa.nb"; nc: "aa.nc"; nd: "aa.nd"; ne: "aa.ne"; nf: "aa.nf"; ng: "aa…
10mz: "aa.mz"; na: "aa.na"; nb: "aa.nb"; nc: "aa.nc"; nd: "aa.nd"; ne: "aa.ne"; nf: "aa.nf"; ng: "aa…
DhugeDeclarationOutputGTruncatedWithError.ts.types6 …" | "mp" | "mq" | "mr" | "ms" | "mt" | "mu" | "mv" | "mw" | "mx" | "my" | "mz" | "na" | "nb" | "nc…
9mz: "aa.mz"; na: "aa.na"; nb: "aa.nb"; nc: "aa.nc"; nd: "aa.nd"; ne: "aa.ne"; nf: "aa.nf"; ng: "aa…
10mz: "aa.mz"; na: "aa.na"; nb: "aa.nb"; nc: "aa.nc"; nd: "aa.nd"; ne: "aa.ne"; nf: "aa.nf"; ng: "aa…
/third_party/python/Objects/
Dabstract.c1016 PyNumberMethods *mz = Py_TYPE(z)->tp_as_number; in ternary_op() local
1017 if (mz != NULL) { in ternary_op()
1018 ternaryfunc slotz = NB_TERNOP(mz, op_slot); in ternary_op()
/third_party/vk-gl-cts/framework/common/
DtcuTextureUtil.cpp1031 int mz = (z / cellSize) % 2; in fillWithGrid3D() local
1033 if (mx ^ my ^ mz) in fillWithGrid3D()

12