Home
last modified time | relevance | path

Searched refs:qz (Results 1 – 25 of 29) sorted by relevance

12

/third_party/boost/libs/contract/test/constructor/
Dsmoke.cpp111 t<'q'>::z_type& qz, t<'e'>::z_type& ez) : in c()
116 t<'d'>(dz), t<'p'>(pz), t<'q'>(qz), t<'e'>(ez)
187 t<'p'>::z_type& pz, t<'q'>::z_type& qz, t<'e'>::z_type& ez) : in a()
192 b(), c(y, dz, pz, qz, ez)
226 t<'q'>::z_type qz; qz.value = -5; in main() local
233 a aa(x, y, dz, pz, qz, ez); in main()
/third_party/boost/libs/qvm/test/
Dmul_eq_qq_test.cpp26 test_qvm::quaternion<Q1> const qz=rotz_quat(a); in test() local
30 q1 *= qref(qz); in test()
Dmul_qq_test.cpp27 test_qvm::quaternion<Q1> const qz=rotz_quat(a); in test() local
28 test_qvm::quaternion<Q1> const q1=qx*qy*qref(qz); in test()
Dmul_qv_test.cpp27 test_qvm::quaternion<Q1> const qz=rotz_quat(a); in test() local
37 test_qvm::vector<V1,3> const q_vz=qz*v; in test()
Dslerp_test.cpp39 test_qvm::quaternion<Q1> const qz=rotz_quat(a1*(1-t)+a2*t); in test() local
45 BOOST_QVM_TEST_CLOSE(qz.a,qsz.a,0.001f); in test()
/third_party/mesa3d/src/mesa/swrast/
Ds_aatriangle.c55 const GLfloat qz = z2 - z0; in compute_plane() local
58 const GLfloat a = py * qz - pz * qy; in compute_plane()
59 const GLfloat b = pz * qx - px * qz; in compute_plane()
Ds_aaline.c100 const GLfloat qz = 0; in compute_plane()
101 const GLfloat a = py * qz - pz * qy; in compute_plane()
102 const GLfloat b = pz * qx - px * qz; in compute_plane()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl627 …oat sy, float c, float pvy, float sz, float pvz, float qx, float qy, float qz, float qw, float tx,… argument
641 res.qz = qz;
DvkStructTypes.inl5315 float qz; member
DvkVulkan_c.inl13615 float qz; member
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dmatrix_decompose.inl180 s = sqrt(static_cast<T>(1) + Row[2][2] - Row[0][0] - Row[1][1]) * static_cast<T>(2); // S=4*qz
/third_party/typescript/tests/baselines/reference/
DhugeDeclarationOutputGTruncatedWithError.ts.types6 …" | "qp" | "qq" | "qr" | "qs" | "qt" | "qu" | "qv" | "qw" | "qx" | "qy" | "qz" | "ra" | "rb" | "rc…
9qz: "aa.qz"; ra: "aa.ra"; rb: "aa.rb"; rc: "aa.rc"; rd: "aa.rd"; re: "aa.re"; rf: "aa.rf"; rg: "aa…
10qz: "aa.qz"; ra: "aa.ra"; rb: "aa.rb"; rc: "aa.rc"; rd: "aa.rd"; re: "aa.re"; rf: "aa.rf"; rg: "aa…
DhugeDeclarationOutputGetsTruncatedWithError.types6 …" | "qp" | "qq" | "qr" | "qs" | "qt" | "qu" | "qv" | "qw" | "qx" | "qy" | "qz" | "ra" | "rb" | "rc…
9qz: "aa.qz"; ra: "aa.ra"; rb: "aa.rb"; rc: "aa.rc"; rd: "aa.rd"; re: "aa.re"; rf: "aa.rf"; rg: "aa…
10qz: "aa.qz"; ra: "aa.ra"; rb: "aa.rb"; rc: "aa.rc"; rd: "aa.rd"; re: "aa.re"; rf: "aa.rf"; rg: "aa…
/third_party/skia/third_party/externals/libjpeg-turbo/testimages/
Dtestorig.ppm4qz�m}�o��u��|���������������������������������s�qh|c]tXSlNQdHRZCWYDYZH671671782893:;5<=7?>9@?:BA<B…
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/testimages/
Dtestorig.ppm4qz�m}�o��u��|���������������������������������s�qh|c]tXSlNQdHRZCWYDYZH671671782893:;5<=7?>9@?:BA<B…
/third_party/libjpeg-turbo/testimages/
Dtestorig.ppm4qz�m}�o��u��|���������������������������������s�qh|c]tXSlNQdHRZCWYDYZH671671782893:;5<=7?>9@?:BA<B…
/third_party/gstreamer/gstplugins_bad/tests/files/
Dtest.ts1147 …����������������������������������������!MO���P@_�:�(8 ���#�H�3����\qz�r�-$�B�}G�#����N�…
/third_party/vulkan-headers/include/vulkan/
Dvulkan_core.h12664 float qz; member
Dvulkan_structs.hpp2780 , qz( qz_ )
2870 qz = qz_; in setQz()
2916 …( qy == rhs.qy ) && ( qz == rhs.qz ) && ( qw == rhs.qw ) && ( tx == rhs.tx ) && ( ty == rhs.ty ) && in operator ==()
2938 float qz = {}; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_core.h12493 float qz; member
Dvulkan_structs.hpp2772 , qz( qz_ )
2862 qz = qz_; in setQz()
2908 …( qy == rhs.qy ) && ( qz == rhs.qz ) && ( qw == rhs.qw ) && ( tx == rhs.tx ) && ( ty == rhs.ty ) && in operator ==()
2930 float qz = {}; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h12653 float qz; member
/third_party/mesa3d/include/vulkan/
Dvulkan_core.h12461 float qz; member
/third_party/openh264/res/
DCisco_Absolute_Power_1280x720_30fps.yuv770qz�������������������������������������������������z[aeku�������gbghd_ZXY`iw����������������������…
1545qz������������ó��������sd^\\YUMJPOLQUZ]_\\ZXVVTH?ABDJMOQPOQRTUURQQSSQRTSROQSRRRRTRRTRQROQTSQRRTTRS…
/third_party/mesa3d/src/freedreno/.gitlab-ci/traces/
Dcrash.devcore2484qz!!!-%5QCca!!!$"!)NXqz#_2mT!!*0%!WYIc!!*-t!!!'#z!!&5`!!%NM!<N6$z&-)\1!!**#zz!<E0#!!!$""b7-a!!!"Lz…

12