/aosp_15_r20/external/mesa3d/src/asahi/compiler/test/ |
H A D | test-optimizer.cpp | 62 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 D | test-lower-pseudo.cpp | 22 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 D | MenuPage.cpp | 197 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 D | MathsUtils.java | 165 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/ |
D | dmat3.rs | 180 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()
|
D | dmat4.rs | 198 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/ |
D | mat3a.rs | 179 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()
|
D | mat4.rs | 193 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/ |
D | mat3a.rs | 182 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()
|
D | mat4.rs | 196 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/ |
D | mat3a.rs | 180 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()
|
D | mat4.rs | 204 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/ |
D | mat3a.rs | 179 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()
|
D | mat4.rs | 193 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/ |
D | mat3.rs | 180 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 D | sw_rsa_attest_root.key.pem | 2 MIICXQIBAAKBgQCia63rbi5EYe/VDoLmt5TRdSMfd5tjkWP/96r/C3JHTsAsQ+wz
|
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/gtx/ |
D | dual_quaternion.inl | 270 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 D | dual_quaternion.inl | 270 T const wz = r.w * x.real.z; local 274 xy - wz, 279 xy + wz,
|
/aosp_15_r20/external/clang/test/CodeGenOpenCL/ |
H A D | ext-vector-shuffle.cl | 9 return V.xy + V.wz;
|
/aosp_15_r20/external/python/cpython3/Tools/msi/bundle/bootstrap/ |
D | PythonBootstrapperApplication.cpp | 966 … 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 1160 …wz = 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 D | makefile.riscos | 7 CCflags = -c -depend !Depend -IC:,C:zlib -g -throwback -DRISCOS -fnah -wz
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/swizzles/ |
D | vec_traits.rs | 352 fn wz(self) -> Self::Vec2; in wz() method
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_gc.py | 1096 a.wz = weakref.ref(a.y.value, callback) 1098 wr_cycle = [a.wz]
|
/aosp_15_r20/external/deqp/data/gles3/shaders/ |
H A D | swizzle_math_operations.test | 576 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 D | elk_nir.c | 75 unsigned wz[2] = { 3, 2 }; in remap_tess_levels() local 76 dest = nir_swizzle(b, &intr->def, wz, 2); in remap_tess_levels()
|