Home
last modified time | relevance | path

Searched refs:wz (Results 1 – 25 of 159) sorted by relevance

1234567

/aosp_15_r20/external/mesa3d/src/asahi/compiler/test/
H A Dtest-optimizer.cpp62 wz = agx_register(4, AGX_SIZE_32); in Optimizer()
76 agx_index wx, wy, wz, hx, hy, hz; member in Optimizer
198 I->src[2] = wz; in TEST_F()
199 I->src[3] = wz; in TEST_F()
341 agx_zero(), wz, wx, AGX_ICOND_UEQ), in TEST_F()
342 agx_icmpsel_to(b, out, wx, wy, wx, wz, AGX_ICOND_UEQ)); in TEST_F()
345 agx_zero(), wz, wx, AGX_ICOND_UEQ), in TEST_F()
346 agx_icmpsel_to(b, out, wx, wy, wz, wx, AGX_ICOND_UEQ)); in TEST_F()
349 agx_zero(), wz, wx, AGX_ICOND_UEQ), in TEST_F()
350 agx_fcmpsel_to(b, out, wx, wy, wx, wz, AGX_FCOND_EQ)); in TEST_F()
[all …]
H A Dtest-lower-pseudo.cpp22 wz = agx_register(4, AGX_SIZE_32); in LowerPseudo()
31 agx_index wx, wy, wz; member in LowerPseudo
/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/
H A DMenuPage.cpp197 unsigned wz = ci.WriteZone; in OnInit() local
198 if (wz == (UInt32)(Int32)-1) in OnInit()
199 wz = 0; in OnInit()
206 if (wz < 3) in OnInit()
208 val = wz; in OnInit()
227 if (val == wz) in OnInit()
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/
H A DMathsUtils.java165 float wz = w * z; in quaternionMatrixOpenGL() local
168 matrix[4] = 2f * (xy - wz); in quaternionMatrixOpenGL()
172 matrix[1] = 2f * (xy + wz); in quaternionMatrixOpenGL()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f64/
Ddmat3.rs180 let wz = rotation.w * z2; in from_quat() localVariable
183 DVec3::new(1.0 - (yy + zz), xy + wz, xz - wy), in from_quat()
184 DVec3::new(xy - wz, 1.0 - (xx + zz), yz + wx), in from_quat()
Ddmat4.rs198 let wz = w * z2; in quat_to_axes() localVariable
200 let x_axis = DVec4::new(1.0 - (yy + zz), xy + wz, xz - wy, 0.0); in quat_to_axes()
201 let y_axis = DVec4::new(xy - wz, 1.0 - (xx + zz), yz + wx, 0.0); in quat_to_axes()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/coresimd/
Dmat3a.rs179 let wz = rotation.w * z2; in from_quat() localVariable
182 Vec3A::new(1.0 - (yy + zz), xy + wz, xz - wy), in from_quat()
183 Vec3A::new(xy - wz, 1.0 - (xx + zz), yz + wx), in from_quat()
Dmat4.rs193 let wz = w * z2; in quat_to_axes() localVariable
195 let x_axis = Vec4::new(1.0 - (yy + zz), xy + wz, xz - wy, 0.0); in quat_to_axes()
196 let y_axis = Vec4::new(xy - wz, 1.0 - (xx + zz), yz + wx, 0.0); in quat_to_axes()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/sse2/
Dmat3a.rs182 let wz = rotation.w * z2; in from_quat() localVariable
185 Vec3A::new(1.0 - (yy + zz), xy + wz, xz - wy), in from_quat()
186 Vec3A::new(xy - wz, 1.0 - (xx + zz), yz + wx), in from_quat()
Dmat4.rs196 let wz = w * z2; in quat_to_axes() localVariable
198 let x_axis = Vec4::new(1.0 - (yy + zz), xy + wz, xz - wy, 0.0); in quat_to_axes()
199 let y_axis = Vec4::new(xy - wz, 1.0 - (xx + zz), yz + wx, 0.0); in quat_to_axes()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/scalar/
Dmat3a.rs180 let wz = rotation.w * z2; in from_quat() localVariable
183 Vec3A::new(1.0 - (yy + zz), xy + wz, xz - wy), in from_quat()
184 Vec3A::new(xy - wz, 1.0 - (xx + zz), yz + wx), in from_quat()
Dmat4.rs204 let wz = w * z2; in quat_to_axes() localVariable
206 let x_axis = Vec4::new(1.0 - (yy + zz), xy + wz, xz - wy, 0.0); in quat_to_axes()
207 let y_axis = Vec4::new(xy - wz, 1.0 - (xx + zz), yz + wx, 0.0); in quat_to_axes()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/wasm32/
Dmat3a.rs179 let wz = rotation.w * z2; in from_quat() localVariable
182 Vec3A::new(1.0 - (yy + zz), xy + wz, xz - wy), in from_quat()
183 Vec3A::new(xy - wz, 1.0 - (xx + zz), yz + wx), in from_quat()
Dmat4.rs193 let wz = w * z2; in quat_to_axes() localVariable
195 let x_axis = Vec4::new(1.0 - (yy + zz), xy + wz, xz - wy, 0.0); in quat_to_axes()
196 let y_axis = Vec4::new(xy - wz, 1.0 - (xx + zz), yz + wx, 0.0); in quat_to_axes()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/
Dmat3.rs180 let wz = rotation.w * z2; in from_quat() localVariable
183 Vec3::new(1.0 - (yy + zz), xy + wz, xz - wy), in from_quat()
184 Vec3::new(xy - wz, 1.0 - (xx + zz), yz + wx), in from_quat()
/aosp_15_r20/system/keymaster/
H A Dsw_rsa_attest_root.key.pem2 MIICXQIBAAKBgQCia63rbi5EYe/VDoLmt5TRdSMfd5tjkWP/96r/C3JHTsAsQ+wz
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Ddual_quaternion.inl270 T const wz = r.w * x.real.z; local
274 xy - wz,
279 xy + wz,
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtx/
H A Ddual_quaternion.inl270 T const wz = r.w * x.real.z; local
274 xy - wz,
279 xy + wz,
/aosp_15_r20/external/clang/test/CodeGenOpenCL/
H A Dext-vector-shuffle.cl9 return V.xy + V.wz;
/aosp_15_r20/external/python/cpython3/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp966 … LPCWSTR wz = (SUCCEEDED(hr) && pPackage->sczDisplayName) ? pPackage->sczDisplayName : wzPackageId; in OnCachePackageBegin() local
968 ThemeSetTextControl(_theme, ID_CACHE_PROGRESS_PACKAGE_TEXT, wz); in OnCachePackageBegin()
972 ThemeSetTextControl(_theme, ID_OVERALL_PROGRESS_PACKAGE_TEXT, wz); in OnCachePackageBegin()
1136 LPCWSTR wz = wzPackageId; in OnExecutePackageBegin() local
1160wz = sczFormattedString ? sczFormattedString : pPackage->sczDisplayName ? pPackage->sczDisplayName… in OnExecutePackageBegin()
1165 ThemeSetTextControl(_theme, ID_EXECUTE_PROGRESS_PACKAGE_TEXT, wz); in OnExecutePackageBegin()
1166 ThemeSetTextControl(_theme, ID_OVERALL_PROGRESS_PACKAGE_TEXT, wz); in OnExecutePackageBegin()
/aosp_15_r20/external/libpng/scripts/
H A Dmakefile.riscos7 CCflags = -c -depend !Depend -IC:,C:zlib -g -throwback -DRISCOS -fnah -wz
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/swizzles/
Dvec_traits.rs352 fn wz(self) -> Self::Vec2; in wz() method
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_gc.py1096 a.wz = weakref.ref(a.y.value, callback)
1098 wr_cycle = [a.wz]
/aosp_15_r20/external/deqp/data/gles3/shaders/
H A Dswizzle_math_operations.test576 out0 = in0.wz + in1.zw;
1392 out0 = in0.wz + in1.zw;
2212 out0 = in0.wz - in1.zw;
3028 out0 = in0.wz - in1.zw;
3848 out0 = in0.wz * in1.zw;
4664 out0 = in0.wz * in1.zw;
5484 out0 = in0.wz / in1.zw;
6300 out0 = in0.wz / in1.zw;
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_nir.c75 unsigned wz[2] = { 3, 2 }; in remap_tess_levels() local
76 dest = nir_swizzle(b, &intr->def, wz, 2); in remap_tess_levels()

1234567