Home
last modified time | relevance | path

Searched defs:z2 (Results 1 – 8 of 8) sorted by relevance

/device/generic/vulkan-cereal/include/glm/detail/
Dtype_mat3x4.inl56 T x2, T y2, T z2, T w2
87 X2 x2, Y2 y2, Z2 z2, W2 w2,
Dtype_mat4x3.inl60 T const & x2, T const & y2, T const & z2,
96 X2 const & x2, Y2 const & y2, Z2 const & z2,
Dtype_mat3x3.inl58 T x2, T y2, T z2
89 X2 x2, Y2 y2, Z2 z2,
Dtype_mat4x4.inl62 T const & x2, T const & y2, T const & z2, T const & w2,
111 X2 const & x2, Y2 const & y2, Z2 const & z2, W2 const & w2,
Dtype_mat2x3.inl74 X2 x2, Y2 y2, Z2 z2
Dtype_mat2x4.inl75 X2 x2, Y2 y2, Z2 z2, W2 w2
/device/generic/vulkan-cereal/include/glm/gtx/
Dsimd_mat4.inl62 float const & x2, float const & y2, float const & z2, float const & w2,
/device/generic/vulkan-cereal/third-party/angle/src/common/
Dmatrix_utils.cpp85 float z2 = z * z; in Rotate() local